-
Notifications
You must be signed in to change notification settings - Fork 52
/
style.css
1 lines (1 loc) · 10.7 KB
/
style.css
1
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{border:0;margin:0;outline:0;padding:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;vertical-align:baseline}body{line-height:1}table{border-collapse:separate;border-spacing:0}caption,th,td{text-align:left}blockquote,q{quotes:"" ""}blockquote:before,blockquote:after,q:before,q:after{content:""}a img{border:0}input,select,textarea{font-family:inherit;font-size:100%;font-weight:inherit;color:inherit;outline:none;-webkit-appearance:none;-webkit-border-radius:0}input[type='checkbox']{-webkit-appearance:checkbox}input[type='radio']{-webkit-appearance:radio}html{overflow-y:scroll;height:100%}body{cursor:default}.container{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:2em}@media screen and (max-width: 767px){.container{padding:1.2em}}.stage{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding-bottom:12em}.stage_footer{position:absolute;bottom:100%;left:0;right:0;padding:2em;background-color:#d9d9d9}@media screen and (max-width: 767px){.stage_footer{padding:1.2em}}.content{position:relative;background-color:#e9e9e9}.content_width{max-width:35em}body{font-family:"Lato",sans-serif;font-size:1em;font-weight:400;line-height:1.45;color:#333}a{color:#569fd5;text-decoration:none;border-bottom:1px solid #569fd5;-webkit-transition:all 0.3s ease;-webkit-transition-delay:0s;-moz-transition:all 0.3s ease 0s;-o-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s}a:hover{color:#333;border-color:#333}em,i,.font_italic{font-style:italic}strong,b,.font_bold{font-weight:700}p,blockquote,ul,ol{margin-bottom:1.3em}h1{display:inline}h2{font-size:2.25em;font-weight:400;line-height:1.3;letter-spacing:-0.025em;margin:1.3em 0 0.5em 0}@media screen and (max-width: 767px){h2{font-size:1.75em}}h3{font-size:1.5em;font-weight:400;margin:1.3em 0 0.5em 0}@media screen and (max-width: 767px){h3{font-size:1.25em}}small,.font_small{font-size:0.81em}.font_medium{font-size:1.188em}.font_large{font-size:135%;line-height:1.3}.font_xl{font-size:200%;line-height:1.3}.text_muted{color:#828179}.text_light{color:#9b9a93}.text_center{text-align:center}.text_right{text-align:right}.field{margin-bottom:1.3em}.field.cols{max-width:30em}label{display:block;width:1px;white-space:nowrap;margin-bottom:0.308em;color:#828179}input[type="text"],input[type="email"],input[type="password"],textarea,select{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;max-width:30em;border:1px solid #bbb;-webkit-box-shadow:inset 0 3px 6px rgba(0,0,0,0.2);-moz-box-shadow:inset 0 3px 6px rgba(0,0,0,0.2);box-shadow:inset 0 3px 6px rgba(0,0,0,0.2);outline:none;padding:0.5em 0.6em 0.6em 0.6em}input[type="text"]:focus,input[type="email"]:focus,input[type="password"]:focus,textarea:focus,select:focus{border-color:#569fd5;-webkit-box-shadow:0 0 6px 0 #569fd5;-moz-box-shadow:0 0 6px 0 #569fd5;box-shadow:0 0 6px 0 #569fd5}textarea{max-width:none;height:10em;max-height:25em}select{-webkit-appearance:menulist}input[type="checkbox"]+label,input[type="radio"]+label{display:inline;color:#333}.col_single,.main_col{max-width:40em}.col_single>*:first-child,.main_col>*:first-child{margin-top:0}.cols{clear:both}.cols:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0}.cols>div{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}@media screen and (min-width: 767px){.cols>div>*:first-child{margin-top:0}}@media screen and (max-width: 767px){.cols:not(.media_xs_cols){display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-moz-box-orient:vertical;-webkit-box-orient:vertical;-ms-box-orient:vertical;-webkit-flex-direction:column;flex-direction:column}.cols:not(.media_xs_cols)>div{float:none !important;width:100%;padding-left:0 !important;padding-right:0 !important}}.col_half{float:left;width:50%;padding:0 1.538em}.col_one_third{float:left;width:33.33%;padding:0 1em}.col_two_thirds{float:left;width:66.67%;padding:0 1em}.col_one_fourth{float:left;width:25%;padding:0 1em}.col_two_fourths{float:left;width:50%;padding:0 2.077em}.col_three_fourths{float:left;width:75%;padding:0 1em}.col_one_third:first-of-type,.col_one_fourth:first-of-type{clear:left;padding:0 2.077em 0 0}.col_one_third:last-of-type,.col_one_fourth:last-of-type{clear:right;padding:0 0 0 2.077em}.col_half:first-of-type,.col_two_thirds:first-of-type,.col_two_fourths:first-of-type,.col_three_fourths:first-of-type{clear:left;padding-left:0}.col_half:last-of-type,.col_two_thirds:last-of-type,.col_two_fourths:last-of-type,.col_three_fourths:last-of-type{clear:right;padding-right:0}@media screen and (max-width: 767px){.media_xs_cols{-webkit-column-count:2;-moz-column-count:2;-ms-column-count:2;-o-column-count:2;column-count:2;-webkit-column-gap:2.6em;-moz-column-gap:2.6em;-ms-column-gap:2.6em;-o-column-gap:2.6em;column-gap:2.6em}}@media screen and (min-width: 767px){.cols_two_flow{-webkit-column-count:2;-moz-column-count:2;-ms-column-count:2;-o-column-count:2;column-count:2;-webkit-column-gap:2.6em;-moz-column-gap:2.6em;-ms-column-gap:2.6em;-o-column-gap:2.6em;column-gap:2.6em}.cols_three_flow{-webkit-column-count:3;-moz-column-count:3;-ms-column-count:3;-o-column-count:3;column-count:3;-webkit-column-gap:2.6em;-moz-column-gap:2.6em;-ms-column-gap:2.6em;-o-column-gap:2.6em;column-gap:2.6em}.cols_four_flow{-webkit-column-count:4;-moz-column-count:4;-ms-column-count:4;-o-column-count:4;column-count:4;-webkit-column-gap:1.3em;-moz-column-gap:1.3em;-ms-column-gap:1.3em;-o-column-gap:1.3em;column-gap:1.3em}}.col_side{float:left;width:25%;padding-right:2.077em}@media screen and (max-width: 1300px){.col_side{width:36%}}.col_main{float:left;width:75%;padding-left:1em}@media screen and (max-width: 1300px){.col_main{width:64%}}.table_index,.table_padded,.table_layout{display:table;width:100%}.table_row,.table_row_header{display:table-row}.table_cell{display:table-cell}table,.table_index{margin-bottom:2.6em;width:100%;border-bottom:1px solid #d9d9d9}th,.table_row_header .table_cell{padding:0.4em 1.231em;font-weight:700;color:#9b9a93;white-space:nowrap}td,.table_index .table_row .table_cell{border-top:1px solid #d9d9d9;padding:0.6em 1.231em}@media screen and (max-width: 767px){.table_index .table_row .table_cell{display:block;padding-top:0;padding-bottom:0}.table_index .table_row .table_cell:first-of-type{padding-top:0.6em}.table_index .table_row .table_cell:last-of-type{padding-bottom:0.6em;border-top:none}.table_index .table_row .text_right{text-align:left}}.table_padded .table_cell{padding:0.3em 1.231em 0.3em 0}.table_padded .table_cell:last-child{padding-right:0}tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,0.08)}.table_index .table_row:nth-of-type(even){background-color:rgba(0,0,0,0.08)}.cell_collapse{width:1px;white-space:nowrap}body .one .bsa_it_ad{background:transparent;border:none;font-family:inherit;padding:0 0 0 10px;margin:0;text-align:right}body .one .bsa_it_ad:hover img{-moz-box-shadow:0 0 3px #000;-webkit-box-shadow:0 0 3px #000;box-shadow:0 0 3px #000}body .one .bsa_it_ad .bsa_it_i{display:block;padding:0;float:right;margin:0 0 5px 10px}body .one .bsa_it_ad .bsa_it_i img{padding:0;border:none}body .one .bsa_it_ad .bsa_it_t{padding:6px 0}body .one .bsa_it_ad .bsa_it_d{padding:0;font-size:12px;color:#333}body .one .bsa_it_p{display:none}body #bsap_aplink,body #bsap_aplink:hover{display:block;font-size:10px;margin:12px 0 0;text-align:right}.scale_webfont{font-family:"Libre Baskerville",serif;white-space:nowrap}.scale_preview_text{-webkit-transition:font-size 0.3s ease;-webkit-transition-delay:0s;-moz-transition:font-size 0.3s ease 0s;-o-transition:font-size 0.3s ease 0s;transition:font-size 0.3s ease 0s}.scale_base_size{background-color:#e9e9e9}img{max-width:100%;height:auto}.break_xs{margin-bottom:0.65em}.break_small{margin-bottom:1.3em}.break_medium,.break_med{margin-bottom:2.6em}.break_large{margin-bottom:5em}.clear{clear:both}.float_left{float:left;margin-right:1em}.float_right{float:right;margin-left:1em}.bleed{display:block;margin-left:-2.1em;margin-right:-4.2em}@media screen and (max-width: 1280px){.bleed{margin-right:-2.1em}}@media screen and (max-width: 767px){.bleed{margin-left:-1em;margin-right:-1em}}ul,ol{margin-left:1.2em}ul{list-style:circle}li{padding-left:0.7em;margin-bottom:0.7em}.inline_list{list-style:none;display:inline-block;margin:0;padding:0}.inline_list li{display:inline-block;border-right:1px solid rgba(0,0,0,0.17);margin:0 0.6em 0 0;padding:0 0.8em 0 0}.inline_list li:last-of-type{border-right:none;margin-right:0;padding-right:0}.box{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative;margin-bottom:2.6em;padding:1em;border:1px solid #d9d9d9}.box>*:first-child{margin-top:0}.box>*:last-child{margin-bottom:0}.box_gray{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative;margin-bottom:2.6em;padding:1em;background-color:#e9e9e9}.box_gray>*:first-child{margin-top:0}.box_gray>*:last-child{margin-bottom:0}hr{clear:both;border:none;border-bottom:1px solid #d9d9d9;height:0;margin:2.6em 0;padding:0}.btn,input[type="submit"]{display:inline-block;border:2px solid #569fd5;padding:0.45em 1.4em;color:#fff;background-color:#569fd5;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;border-radius:4px;font-size:0.81em}.btn:hover,input[type="submit"]:hover{background-color:transparent;border-color:#7ab9e9;color:#398fce}.btn+.btn,.btn+input[type="submit"],input[type="submit"]+.btn,input[type="submit"]+input[type="submit"]{margin-left:0.3em}@media screen and (max-width: 767px){.media_xs_order_one{-webkit-box-ordinal-group:1;-moz-box-ordinal-group:1;-ms-flex-order:0;-webkit-order:0;order:0}.media_xs_order_two{-webkit-box-ordinal-group:2;-moz-box-ordinal-group:2;-ms-flex-order:1;-webkit-order:1;order:1}.media_xs_order_three{-webkit-box-ordinal-group:3;-moz-box-ordinal-group:3;-ms-flex-order:2;-webkit-order:2;order:2}.media_xs_order_four{-webkit-box-ordinal-group:4;-moz-box-ordinal-group:4;-ms-flex-order:3;-webkit-order:3;order:3}.media_xs_break_small{margin-bottom:1.3em}.media_xs_break_medium{margin-bottom:2.6em}.media_xs_break_large{margin-bottom:5em}.media_xs_bleed{display:block;margin-left:-1.2em;margin-right:-1.2em}.media_xs_hide{display:none}.media_xs_remove_box{border:none;padding:0}}.remove_border_bottom{border-bottom:none}.media_xs_show{display:none}@media screen and (max-width: 767px){.media_xs_show{display:block}}.hidden,.hide{display:none}