/*! CSS Used from: cms/css/bootstrap/bootstrap.css?1518183336 */
 html{
font-family: 'Lato', sans-serif;
    -ms-text-size-adjust:100%;
    -webkit-text-size-adjust:100%;
}
 body{
    margin:0;
font-family: 'Lato', sans-serif;
}
 footer,section{
    display:block;
}
 a{
    background:transparent;
}
 a:active,a:hover{
    outline:0;
}
 b,strong{
    font-weight:bold;
}
 h1{
    font-size:2em;
    margin:0.67em 0;
}
 img{
    border:0;
}
 hr{
    -moz-box-sizing:content-box;
    box-sizing:content-box;
    height:0;
}
 button,input{
    color:inherit;
    font:inherit;
    margin:0;
}
 button{
    overflow:visible;
}
 button{
    text-transform:none;
}
 button{
    -webkit-appearance:button;
    cursor:pointer;
}
 button::-moz-focus-inner,input::-moz-focus-inner{
    border:0;
    padding:0;
}
 input{
    line-height:normal;
}
 table{
    border-collapse:collapse;
    border-spacing:0;
}
 td,th{
    padding:0;
}
 @media print{
     *{
        text-shadow:none!important;
        color:#000!important;
        background:transparent!important;
        box-shadow:none!important;
    }
     a,a:visited{
        text-decoration:underline;
    }
     a[href]:after{
        content:" (" attr(href) ")";
    }
     a[href^="#"]:after{
        content:"";
    }
     thead{
        display:table-header-group;
    }
     tr,img{
        page-break-inside:avoid;
    }
     img{
        max-width:100%!important;
    }
     p,h2,h3{
        orphans:3;
        widows:3;
    }
     h2,h3{
        page-break-after:avoid;
    }
}
 *{
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
 *:before,*:after{
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
 html{
    font-size:62.5%;
    -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}
 body{
    font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size:14px;
    line-height:1.428571429;
    color:#333333;
    background-color:#ffffff;
}
 input,button{
    font-family:inherit;
    font-size:inherit;
    line-height:inherit;
}
 a{
    color:#428bca;
    text-decoration:none;
}
 a:hover,a:focus{
    color:#2a6496;
    text-decoration:underline;
}
 a:focus{
    outline:thin dotted;
    outline:5px auto -webkit-focus-ring-color;
    outline-offset:-2px;
}
 img{
    vertical-align:middle;
}
 hr{
    margin-top:20px;
    margin-bottom:20px;
    border:0;
    border-top:1px solid #eeeeee;
}
 h1,h2,h3{
    font-family:inherit;
    font-weight:500;
    line-height:1.1;
    color:inherit;
}
 h1,h2,h3{
    margin-top:20px;
    margin-bottom:10px;
}
 h1{
    font-size:36px;
}
 h2{
    font-size:30px;
}
 h3{
    font-size:24px;
}
 p{
    margin:0 0 10px;
}
 ul{
    margin-top:0;
    margin-bottom:10px;
}
 ul ul{
    margin-bottom:0;
}
 .container{
    margin-right:auto;
    margin-left:auto;
    padding-left:0px;
    padding-right:0px;
}
 @media (min-width: 768px){
     .container{
        width:720px;
    }
}
 @media (min-width: 992px){
     .container{
        width:940px;
    }
}
 @media (min-width: 1200px){
     .container{
        width:1140px;
    }
}
 .row{
    margin-left:0px;
    margin-right:0px;
}
 .col-sm-4,.col-sm-8,.col-xs-12,.col-sm-12{
    position:relative;
    min-height:1px;
    padding-left:0px;
    padding-right:0px;
}
 .col-xs-12{
    float:left;
}
 .col-xs-12{
    width:100%;
}
 @media (min-width: 768px){
     .col-sm-4,.col-sm-8,.col-sm-12{
        float:left;
    }
     .col-sm-12{
        width:100%;
    }
     .col-sm-8{
        width:66.66666666666666%;
    }
     .col-sm-4{
        width:33.33333333333333%;
    }
}
 table{
    max-width:100%;
    background-color:transparent;
}
 th{
    text-align:left;
}
 .form-control{
    display:block;
    width:100%;
    height:34px;
    padding:6px 12px;
    font-size:14px;
    line-height:1.428571429;
    color:#555555;
    background-color:#ffffff;
    background-image:none;
    border:1px solid #cccccc;
    border-radius:4px;
    -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
 .form-control:focus{
    border-color:#66afe9;
    outline:0;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
 .form-control:-moz-placeholder{
    color:#999999;
}
 .form-control::-moz-placeholder{
    color:#999999;
    opacity:1;
}
 .form-control:-ms-input-placeholder{
    color:#999999;
}
 .form-control::-webkit-input-placeholder{
    color:#999999;
}
 .btn{
    display:inline-block;
    margin-bottom:0;
    font-weight:normal;
    text-align:center;
    vertical-align:middle;
    cursor:pointer;
    background-image:none;
    border:1px solid transparent;
    white-space:nowrap;
    padding:6px 12px;
    font-size:14px;
    line-height:1.428571429;
    border-radius:4px;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    -o-user-select:none;
    user-select:none;
}
 .btn:focus{
    outline:thin dotted;
    outline:5px auto -webkit-focus-ring-color;
    outline-offset:-2px;
}
 .btn:hover,.btn:focus{
    color:#333333;
    text-decoration:none;
}
 .btn:active{
    outline:0;
    background-image:none;
    -webkit-box-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
 .btn-primary{
    color:#ffffff;
    background-color:#428bca;
    border-color:#357ebd;
}
 .btn-primary:hover,.btn-primary:focus,.btn-primary:active{
    color:#ffffff;
    background-color:#3276b1;
    border-color:#285e8e;
}
 .btn-primary:active{
    background-image:none;
}
 .fade{
    opacity:0;
    -webkit-transition:opacity 0.15s linear;
    transition:opacity 0.15s linear;
}
 .input-group{
    position:relative;
    display:table;
    border-collapse:separate;
}
 .input-group .form-control{
    float:left;
    width:100%;
    margin-bottom:0;
}
 .input-group-btn,.input-group .form-control{
    display:table-cell;
}
 .input-group-btn{
    width:1%;
    white-space:nowrap;
    vertical-align:middle;
}
 .input-group .form-control:first-child{
    border-bottom-right-radius:0;
    border-top-right-radius:0;
}
 .input-group-btn:last-child > .btn{
    border-bottom-left-radius:0;
    border-top-left-radius:0;
}
 .input-group-btn{
    position:relative;
    font-size:0;
    white-space:nowrap;
}
 .input-group-btn > .btn{
    position:relative;
}
 .input-group-btn > .btn:hover,.input-group-btn > .btn:focus,.input-group-btn > .btn:active{
    z-index:2;
}
 .input-group-btn:last-child > .btn{
    margin-left:-1px;
}
 .panel{
    margin-bottom:20px;
    background-color:#ffffff;
    border:1px solid transparent;
    border-radius:4px;
    -webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow:0 1px 1px rgba(0, 0, 0, 0.05);
}
 .panel-primary{
    border-color:#428bca;
}
 .modal{
    display:none;
    overflow:auto;
    overflow-y:scroll;
    position:fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:1050;
    -webkit-overflow-scrolling:touch;
    outline:0;
}
 .modal.fade .modal-dialog{
    -webkit-transform:translate(0, -25%);
    -ms-transform:translate(0, -25%);
    transform:translate(0, -25%);
    -webkit-transition:-webkit-transform 0.3s ease-out;
    -moz-transition:-moz-transform 0.3s ease-out;
    -o-transition:-o-transform 0.3s ease-out;
    transition:transform 0.3s ease-out;
}
 .modal-dialog{
    position:relative;
    width:auto;
    margin:10px;
}
 .modal-content{
    position:relative;
    background-color:#ffffff;
    border:1px solid #999999;
    border:1px solid rgba(0, 0, 0, 0.2);
    border-radius:6px;
    -webkit-box-shadow:0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow:0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip:padding-box;
    outline:none;
}
 .modal-header{
    padding:15px;
    border-bottom:1px solid #e5e5e5;
    min-height:16.428571429px;
}
 .modal-title{
    margin:0;
    line-height:1.428571429;
}
 .modal-body{
    position:relative;
    padding:20px;
}
 .modal-footer{
    margin-top:15px;
    padding:19px 20px 20px;
    text-align:right;
    border-top:1px solid #e5e5e5;
}
 .modal-footer .btn + .btn{
    margin-left:5px;
    margin-bottom:0;
}
 @media (min-width: 768px){
     .modal-dialog{
        width:600px;
        margin:30px auto;
    }
     .modal-content{
        -webkit-box-shadow:0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow:0 5px 15px rgba(0, 0, 0, 0.5);
    }
}
 .container:before,.container:after,.row:before,.row:after,.modal-footer:before,.modal-footer:after{
    content:" ";
    display:table;
}
 .container:after,.row:after,.modal-footer:after{
    clear:both;
}
 .hidden{
    display:none!important;
    visibility:hidden!important;
}
/*! CSS Used from: /css/font-awesome/font-awesome.css?1500368549 */
 .fa{
    display:inline-block;
    font-family:FontAwesome;
    font-style:normal;
    font-weight:normal;
    line-height:1;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
}
 .fa-search:before{
    content:"\f002";
}
/*! CSS Used from: /cms/css/su.super-cms.css?1401376162 */
 *{
    -webkit-box-sizing:border-box;
}
 html{
    -webkit-font-smoothing:antialiased;
}
 body{
    margin:0px;
}
 body #ama-snap-left-button,body #ama-snap-right-button,body #snap-drawers{
    display:none!important;
}
 body.ama-snap-show #ama-snap-left-button,body.ama-snap-show #ama-snap-right-button,body.ama-snap-show #snap-drawers{
    display:initial!important;
}
 #snap-drawers{
    color:white;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    line-height:1.428571429;
    text-rendering:optimizeLegibility;
    display:initial!important;
}
 #snap-drawers a{
    font-size:12px;
}
 #ama-su-wrapper{
    font-size:11px;
    line-height:14px;
    padding:3px 0 10px 0;
    height:52px;
    display:initial!important;
    background-color:#272727;
}
 #ama-su-wrapper .block_1{
    min-height:38px;
    width:72px;
    padding:4px 0px 0 2px;
    float:left;
}
 #ama-su-wrapper .block_2{
    position:relative;
    float:left;
}
 #ama-su-wrapper img{
    border:0px none white;
}
 .ama-su-btn{
    padding:1px 5px;
    font-size:12px;
    line-height:1.5;
    border-radius:3px;
}
 .ama-su-btn-orange{
    color:#fff;
    background-color:#ec971f;
    border-color:#d58512;
}
 .snap-drawer-left{
    overflow-y:scroll;
}
 #ama-su-left-pane{
    color:#333;
    width:100%;
}
 #ama-su-left-pane a{
    color:#333;
}
 .ama-ajax-editable-bound:hover{
    outline:1px solid royalBlue!important;
}
 .ama-ajax-editable-bound:focus{
    outline:1px solid #E1414D!important;
}
 .ama-su-skin0{
    position:fixed;
    width:180px;
    border:1px solid grey;
    background-color:menu;
    font-family:Tahoma;
    text-align:left;
    line-height:17px;
    cursor:default;
    font-size:12px;
    z-index:5000;
    visibility:hidden;
}
 .ama-su-menuitems{
    padding-left:10px;
    padding-right:10px;
    color:black;
}
 .ama-supernav-high{
    color:yellow!important;
}
 #ama-su-left-pane > div{
    padding:10px;
}
/*! CSS Used from: /cms/css/su.builder.css?1470403082 */
 .snap-drawer a,.snap-drawer a:hover{
    display:inline-block;
    height:auto;
}
 body{
    -webkit-transition:margin 100ms ease;
    -moz-transition:margin 100ms ease;
    -ms-transition:margin 100ms ease;
    -o-transition:margin 100ms ease;
    transition:margin 100ms ease;
}
 .ama-su-builder-panel{
    position:fixed;
    bottom:-22px;
    left:38px;
    z-index:999999;
    width:380px;
    width:330px;
    width:350px;
    overflow:hidden;
}
 #ama-su-builder-panel-page{
    left:35px;
}
 #ama-su-builder-panel-layout{
    left:395px;
}
 #ama-su-builder-panel-field{
    left:755px;
}
/*! CSS Used from: /cms/css/gallery.editor.css?1500372496 */
 .modal .modal-header{
    border-radius:5px 5px 0px 0px;
    -webkit-border-radius:5px 5px 0px 0px;
    color:#012931;
    background:#B2DAE2;
    border-color:#337986;
    padding:10px 15px;
}
/*! CSS Used from: /css/1805.26.css?1528981041 */
 .modal{
    display:none;
    overflow:hidden;
    position:fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:1050;
    -webkit-overflow-scrolling:touch;
    outline:0;
}
 .modal.fade .modal-dialog{
    -webkit-transform:translate(0, -25%);
    -ms-transform:translate(0, -25%);
    -o-transform:translate(0, -25%);
    transform:translate(0, -25%);
    -webkit-transition:-webkit-transform 0.3s ease-out;
    -moz-transition:-moz-transform 0.3s ease-out;
    -o-transition:-o-transform 0.3s ease-out;
    transition:transform 0.3s ease-out;
}
 .modal-dialog{
    position:relative;
    width:auto;
    margin:10px;
}
 .modal-content{
    position:relative;
    background-color:#fff;
    border:1px solid #999;
    border:1px solid rgba(0, 0, 0, 0.2);
    border-radius:6px;
    -webkit-box-shadow:0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow:0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip:padding-box;
    outline:0;
}
 .modal-header{
    padding:15px;
    border-bottom:1px solid #e5e5e5;
}
 .modal-title{
    margin:0;
    line-height:1.42857143;
}
 .modal-body{
    position:relative;
    padding:15px;
}
 .modal-footer{
    padding:15px;
    text-align:right;
    border-top:1px solid #e5e5e5;
}
 .modal-footer .btn + .btn{
    margin-left:5px;
    margin-bottom:0;
}
 @media (min-width: 768px){
     .modal-dialog{
        width:600px;
        margin:30px auto;
    }
     .modal-content{
        -webkit-box-shadow:0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow:0 5px 15px rgba(0, 0, 0, 0.5);
    }
}
 html,body,div,span,h1,h2,h3,p,a,img,strong,b,i,ul,li,table,tbody,thead,tr,th,td,footer,section{
    margin:0;
    padding:0;
    border:0;
    font:inherit;
    font-size:100%;
    vertical-align:baseline;
}
 html{
    line-height:1;
}
 ul{
    list-style:none;
}
 table{
    border-collapse:collapse;
    border-spacing:0;
}
 th,td{
    text-align:left;
    font-weight:normal;
    vertical-align:middle;
}
 a img{
    border:none;
}
 footer,section{
    display:block;
}
 body{
    font-size:16px;
    text-shadow:1px 1px 1px rgba(0, 0, 0, 0.004);
    -webkit-text-size-adjust:none;
    -webkit-font-smoothing:antialiased;
    font-family:"AvertaRegular", sans-serif;
    -moz-osx-font-smoothing:grayscale;
}
 body a{
    text-decoration:none;
    color:inherit;
}
 strong{
    font-weight:600;
}
 p{
    color:#000000;
}
 .body-style p+p{
    margin-top:27px;
}
 .body-style p a{
    color:#2A509B;
    text-decoration:underline;
}
 .body-style ul{
    padding-left:10px;
}
 @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), .body-style ul+p{
    margin-top:30px;
}
 .body-style h1+ul{
    margin-top:22px;
}
 .tile{
    display:block;
    padding:60px 0;
}
 .tile.header{
    padding:0;
}
 .tile.content-plus-sidebar{
    margin-top:-20px;
}
 .tile.header{
    background-color:#2D539A;
    width:100%;
    z-index:1000;
    position:relative;
}
 .tile.header .header-container{
    display:inline-block;
    direction:ltr;
    width:100%;
    margin-right:40px;
    padding:15px;
}
 .tile.header .header-container img{
max-width:250px;
}
 .tile.header .header-login-form{
    width:100%;
    max-width:220px;
    display:inline-block;
    vertical-align:top;
    direction:ltr;
    margin-top:-4px;
float:right;
}
.tile.header .header-login-form input{
margin-bottom:10px;
}
.tile.header .header-login-form .form-submit{
    background-color:#2D539A;
    font-size:.875em;
    letter-spacing:1px;
    font-family:"AvertaBold", sans-serif;
    color:white;
    text-transform:uppercase;
    -moz-border-radius:20px;
    -webkit-border-radius:20px;
    border-radius:20px;
    padding: 10px 15px;
    display:inline-block;
    margin-bottom:-10px;
    position:relative;
    -moz-transition:background-color 200ms ease-in-out;
    -o-transition:background-color 200ms ease-in-out;
    -webkit-transition:background-color 200ms ease-in-out;
    transition:background-color 200ms ease-in-out;
}
 .tile.header .header-login-form .form-heading{
    text-transform:uppercase;
    font-family:"AvertaSemiBold", sans-serif;
    color:#789EEA;
    font-size:.625em;
    letter-spacing:0;
    line-height:10px;
}
 .tile.header .main-navigation{
    padding:0 40px;
    background-color:black;
    width:100%;
    display:block;

    min-height:56px;
color:white;
}
 .tile.header .main-navigation .responsive-menu-open{
    display:inline-block;
    font-size:1.1875em;
    font-family:"AvertaRegular", sans-serif;
    /*color:#39382C;*/
    direction:ltr;
    cursor:pointer;
    padding:9px 0 10px 0;
    display:none;
float: right;
}
 .tile.header .main-navigation .responsive-menu-open i{
    background-image:url(/img/sprite-action-white.png);
    background-position:-12px 0;
    background-repeat:no-repeat;
    overflow:hidden;
    display:inline-block;
    height:10px;
    width:12px;
    display:inline-block;
    vertical-align:middle;
}
 @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx){
     .tile.header .main-navigation .responsive-menu-open i{
        background-image:url(/img/sprite-action-white.png);
    background-size: 476px 444px;
    background-position: -447px 0;
        height:30px;
        width:30px;
    }
}
 .tile.header .main-navigation .responsive-menu-open span{
    display:inline-block;
    vertical-align:middle;
    margin-left:5px;
}
 .tile.header .main-navigation .responsive-menu-close{
    position:absolute;
    top:20px;
    right:20px;
    z-index:1000;
    height:30px;
    width:30px;
    -moz-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg);
    filter:progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity:0;
    -moz-transition:opacity 300ms;
    -o-transition:opacity 300ms;
    -webkit-transition:opacity 300ms;
    transition:opacity 300ms;
    display:none;
}
 .tile.header .main-navigation .responsive-menu-close:after{
    width:100%;
    height:2px;
    background-color:white;
    position:absolute;
    content:"";
    top:50%;
    -moz-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
    left:0;
}
 .tile.header .main-navigation .responsive-menu-close:before{
    width:2px;
    height:100%;
    background-color:white;
    position:absolute;
    content:"";
    top:0;
    left:50%;
    -moz-transform:translateX(-50%);
    -ms-transform:translateX(-50%);
    -webkit-transform:translateX(-50%);
    transform:translateX(-50%);
}
 .tile.header .main-navigation .responsive-login-link{
    display:inline-block;
    font-size:1.1875em;
    font-family:"AvertaRegular", sans-serif;
/*    color:#39382C;*/
    direction:ltr;
    cursor:pointer;
    padding:9px 0 10px 0;
/*    position:absolute;*/
    left:20px;
    display:none;
}
 .tile.header .main-navigation .responsive-login-link i{
    background-image:url(/img/sprite-action-white.png);
    background-position:-24px 0;
    background-repeat:no-repeat;
    overflow:hidden;
    display:inline-block;
    height:12px;
    width:10px;
    display:inline-block;
    vertical-align:middle;
}
 @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx){
     .tile.header .main-navigation .responsive-login-link i{
        background-image:url(/img/sprite-action-white.png);
        background-size:476px 444px;
        background-position:-257px -290px;
        height:30px;
        width:30px;
    }
}
 .tile.header .main-navigation .responsive-login-link span{
    display:inline-block;
    vertical-align:middle;
    margin-left:5px;
}
 .tile.header .main-navigation ul{
    direction:ltr;
    display:inline-block;
width:100%;
}
 .tile.header .main-navigation ul li{
    display:inline-block;
    position:relative;
    padding:15px 20px 17px 20px;
    -moz-transition:background-color 200ms ease-in-out;
    -o-transition:background-color 200ms ease-in-out;
    -webkit-transition:background-color 200ms ease-in-out;
    transition:background-color 200ms ease-in-out;
width: 12%;
}
 .tile.header .main-navigation ul li:last-of-type{
    padding-right:0;
}
 .tile.header .main-navigation ul li:hover a:after{
    width:100%;
}
 .tile.header .main-navigation ul li a{
    font-family:"AvertaRegular",sans-serif;
    color:inherit;
    text-decoration:none;
    position:relative;
    display:inline-block;
    font-size:1.125em;
    letter-spacing:0;
    line-height:21px;
}
 .tile.header .main-navigation ul li a:after{
    position:absolute;
    bottom:-4px;
    width:0;
    -moz-transition:width 200ms ease-in-out;
    -o-transition:width 200ms ease-in-out;
    -webkit-transition:width 200ms ease-in-out;
    transition:width 200ms ease-in-out;
    height:2px;
    background-color:#2A509B;
    content:"";
    left:50%;
    -moz-transform:translate(-50%);
    -ms-transform:translate(-50%);
    -webkit-transform:translate(-50%);
    transform:translate(-50%);
}
 .tile.header .main-navigation ul li.has-dropdown{
    padding-right:35px;
}
 .tile.header .main-navigation ul li.has-dropdown:after{
    background-image:url(/img/sprite-s6e9692456d.png);
    background-position:0 -28px;
    background-repeat:no-repeat;
    overflow:hidden;
    display:inline-block;
    height:6px;
    width:10px;
    content:"";
    position:absolute;
    right:20px;
    top:50%;
    -moz-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
}
 @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx){
     .tile.header .main-navigation ul li.has-dropdown:after{
        background-image:url(/img/sprite-2x-s0be959ab9e.png); 
        background-size:46px 130px;
        background-position:0 -28px;
        height:6px;
        width:10px;
    }
}
 .tile.header .main-navigation ul li.has-dropdown:hover{
    background-color:white;
    box-shadow:0px 2px 4px 0px rgba(0, 0, 0, 0.16);
}
 .tile.header .main-navigation ul li.has-dropdown:hover:after{
    background-image:url(/img/sprite-s6e9692456d.png);
    background-position:-19px -12px;
    background-repeat:no-repeat;
    overflow:hidden;
    display:inline-block;
    height:6px;
    width:10px;
}
 @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx){
     .tile.header .main-navigation ul li.has-dropdown:hover:after{
        background-image:url(/img/sprite-2x-s0be959ab9e.png);
        background-size:46px 130px;
        background-position:-19px -12px;
        height:6px;
        width:10px;
    }
}
 .tile.header .main-navigation ul li.has-dropdown:hover .sub-menu{
    display:block;
}
 .tile.header .main-navigation ul li.has-dropdown:hover{
    color:#2A509B !important;
}
.tile.header .main-navigation ul li.has-dropdown a:active{
    color:#2A509B;
}
 .tile.header .main-navigation ul li.has-dropdown a:hover:after{
    background-color:#2A509B;
}
 .tile.header .main-navigation ul li .sub-menu{
width:100%;
    position:absolute;
    top:56px;
    left:0;
    box-shadow:0px 2px 6px 0px rgba(0, 0, 0, 0.16);
    padding-top:5.5px;
    background-color:white;
    display:none;
}
 .tile.header .main-navigation ul li .sub-menu li{
    background-color:white;
    display:block;
    width:100%;
    padding:8px 15px;
}
 .tile.header .main-navigation ul li .sub-menu li a{
    font-size:1em;
    color:#2A509B;
    display:block;
    width:100%;
    height:100%;
}
 .tile.header .main-navigation ul li .sub-menu li a:after{
    display:none;
}
 .tile.header .main-navigation ul li .sub-menu li+li{
    border-top:1px solid #F3F3F3;
}
 .tile.header .main-navigation ul li .sub-menu li:hover{
    background-color:#f3f3f3;
}
 #ama-page-21285 .tile.footer{
    border-top:0px;
}
 .tile.footer{
    padding-top:26px;
    padding-bottom:24px;
    background-color:#FAF9F9;
    border-top:5px solid #F4F4F4;
    position:relative;
    font-family:"AvertaRegular",sans-serif;
}
 .tile.footer p{
    font-size:.6875em;
    line-height:14px;
    letter-spacing:0;
    color:#767676;
}
 .tile.footer p a{
    color:#2D539A;
}
 .tile.footer .left{
    display:inline-block;
    vertical-align:top;
    width:50%;
}
 .tile.footer .right{
    display:inline-block;
    vertical-align:top;
    text-align:right;
    width:50%;
}
 .tile.four-column-grid{
    padding:56px 0 56px 0;
}
 .tile.four-column-grid.blue{
    background-color:#2D539A;
    border-top:6px solid #1D3B74;
}
 .tile.four-column-grid ul{
    display:block;
    margin-top:-26px;
}
 .tile.four-column-grid ul li{
    width:100%;
    max-width:19.568965517241%;
    display:inline-block;
    vertical-align:top;
    margin-top:26px;
}
 .tile.four-column-grid ul li+li{
    margin-left:6.896551724138%;
}
 .tile.four-column-grid ul li:nth-child(5n){
    margin-left:0;
}
 .tile.four-column-grid ul li p{
    margin-top:8px;
}
 .tile.four-column-grid ul li p a{
    color:#FFFCCB;
    text-decoration:underline;
}
 .tile.content-plus-sidebar{
    position:relative;
}
 .tile.content-plus-sidebar .content{
    display:inline-block;
    vertical-align:top;
    width:100%;
    z-index:100;
    position:relative;
}
 .tile.content-plus-sidebar .sidebar p{
    font-size:.875em;
    line-height:29px;
}
 .tile.content-plus-sidebar .sidebar{
    display:inline-block;
    vertical-align:top;
    width:100%;
    margin-top:7px;
}
 .tile.full-width-image-with-content{
    -moz-background-size:cover;
    -o-background-size:cover;
    -webkit-background-size:cover;
    background-size:cover;
    background-position:center;
    padding:200px 0 200px 0;
    display:block;
    width:100%;
    position:relative;
}
 .tile.full-width-image-with-content .content{
    z-index:150;
    position:relative;
    width:100%;
}
 .tile.full-width-image-with-content .copyright-information{
    position:absolute;
    bottom:17px;
    right:40px;
    z-index:150;
    font-size:.9375em;
    letter-spacing:0;
    line-height:15px;
    color:#D1D1D1;
    font-family:"Cardo", serif;
    font-weight:400;
}
 .tile.full-width-image-with-content:after{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:#4B4B4B;
    filter:progid: DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity:.4;
    content:"";
}
 .tile.left-content-with-right-facebook-action{
    background-color:#F8F8F8;
    padding:14px 0 13px 0;
}
 .tile.left-content-with-right-facebook-action .left-content{
    width:100%;
    max-width:calc(100% - 300px);
    max-width:-webkit-calc(100% - 300px);
    display:inline-block;
    vertical-align:middle;
}
 .tile.left-content-with-right-facebook-action .left-content p{
    font-family:"PT Serif Caption", serif;
    font-weight:400;
    line-height:27px;
    font-size:14px;
    letter-spacing:0;
    color:#4B4B4B;
}
 .tile.left-content-with-right-facebook-action .left-content p strong{
    font-weight:400;
    color:#2D539A;
}
 .tile.left-content-with-right-facebook-action .facebook-action{
    display:inline-block;
    vertical-align:middle;
    width:100%;
    max-width:265px;
    margin-left:25px;
}
 @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), .tile.full-width-image-with-content .content h1{
    font-family:"Cardo", serif;
    font-weight:700;
    font-size:3.125em;
    line-height:59px;
    color:white;
    letter-spacing:0;
}
 .body-style h2{
    font-family:"PT Serif Caption", serif;
    font-size:20px;
    line-height:25px;
    letter-spacing:0;
    color:#2A509B;
}
 .object.sidebar-module.text-block h1{
    font-family:"PT Serif Caption", serif;
    font-size:1.125em;
    line-height:25px;
    letter-spacing:0;
    color:#2A509B;
}
 .tile.four-column-grid ul li h3{
    font-family:"PT Serif Caption", serif;
    font-size:1em;
    line-height:25px;
    letter-spacing:0;
    color:#FFFFFF;
}
 .body-style h1{
    font-size:2.5em;
    line-height:49px;
    letter-spacing:0;
    font-family:"Cardo", serif;
    font-weight:700;
    color:#2D539A;
}
 .tile.full-width-image-with-content .content a.single-link{
    background-color:#2D539A;
    font-size:.875em;
    letter-spacing:1px;
    font-family:"AvertaBold", sans-serif;
    color:white;
    text-transform:uppercase;
    -moz-border-radius:20px;
    -webkit-border-radius:20px;
    border-radius:20px;
    padding:9.5px 50px 11.5px 27px;
    margin-top:18px;
    display:inline-block;
    margin-bottom:-10px;
    position:relative;
    -moz-transition:background-color 200ms ease-in-out;
    -o-transition:background-color 200ms ease-in-out;
    -webkit-transition:background-color 200ms ease-in-out;
    transition:background-color 200ms ease-in-out;
}
 .tile.full-width-image-with-content .content a.single-link:after{
    position:absolute;
    content:"";
    background-image:url(/img/sprite-s6e9692456d.png);
    background-position:-10px -28px;
    background-repeat:no-repeat;
    overflow:hidden;
    display:inline-block;
    height:11px;
    width:14px;
    right:26px;
    top:50%;
    -moz-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
}
 @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx){
     .tile.full-width-image-with-content .content a.single-link:after{
        background-image:url(/img/sprite-2x-s0be959ab9e.png);
        background-size:46px 130px;
        background-position:-10px -28px;
        height:11px;
        width:14px;
    }
}
 .tile.full-width-image-with-content .content a.single-link:hover{
    background-color:#3968c1;
}
 @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), .object.button-style-five{
    background-color:#2D539A;
    font-size:1.0625em;
    font-weight:700;
    letter-spacing:0;
    font-family:"AvertaBold", sans-serif;
    color:white;
    text-transform:uppercase;
    -moz-border-radius:30px;
    -webkit-border-radius:30px;
    border-radius:30px;
    padding:17px 27px 16px 27px;
    margin-top:26px;
    display:inline-block;
    width:100%;
    position:relative;
    text-align:center;
    -moz-transition:background-color 200ms ease-in-out;
    -o-transition:background-color 200ms ease-in-out;
    -webkit-transition:background-color 200ms ease-in-out;
    transition:background-color 200ms ease-in-out;
    cursor:pointer;
    -moz-appearance:none;
    -webkit-appearance:none;
    outline:none;
    border:none;
}
 .object.button-style-five:hover{
    background-color:#3968c1;
}
 .body-style p{
    font-size:16px;
    letter-spacing:0;
    line-height:27px;
    font-family:"PT Serif Caption", serif;
    font-weight:400;
    color:#4B4B4B;
}
 .object.sidebar-module.text-block p{
    font-size:.875em;
    letter-spacing:0;
    line-height:25px;
    font-family:"PT Serif Caption", serif;
    font-weight:400;
    color:#4B4B4B;
}
 .tile.four-column-grid ul li p{
    font-size:.875em;
    letter-spacing:0;
    line-height:23px;
    font-family:"PT Serif Caption", serif;
    font-weight:400;
    color:#9BBCDC;
}
 .object.sidebar-module{
    display:block;
}
 @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), .object.sidebar-module.text-block h1+ul{
    margin-top:19px;
}
 .object.sidebar-module.text-block p a{
    color:#2D539A;
    text-decoration:underline;
}
 @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), @media (-webkit-min-device-pixel-ratio: 2), @media (-webkit-min-device-pixel-ratio: 2), @media (-webkit-min-device-pixel-ratio: 2), @media (-webkit-min-device-pixel-ratio: 2), @media (-webkit-min-device-pixel-ratio: 2), *{
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}
 body,html{
    background-color:#F7F7F7;
}
 .container{
    width:100%;
    padding:0 40px;
    height:100%;
    margin:0 auto;
    position:relative;
}
/*.site_container{
    max-width:1240px;
    margin:0 auto;
}*/
 .site-wrapper{
    width:100%;
    height:100%;
    position:relative;
    box-shadow:0px 2px 18px 0px rgba(0, 0, 0, 0.15);
    background-color:white;
    overflow:hidden;
}
 @media print{
     *{
        color:#39382C!important;
    }
     .tile.header{
        display:none;
    }
     .tile.footer{
        display:none;
    }
     .tile.content-plus-sidebar{
        padding-top:0!important;
    }
     .tile.content-plus-sidebar .sidebar{
        display:none;
    }
     .tile.content-plus-sidebar .content{
        margin-left:auto;
        margin-right:auto;
        max-width:100%!important;
    }
     .object.button-style-five{
        display:none;
    }
     .body-style p{
        font-size:.875em!important;
    }
     .body-style h2{
        font-size:.875em!important;
    }
}
 @media all and (max-width: 1220px){
     .tile.header .main-navigation{
        min-height:43px;
        padding:0 20px!important;
    }
     .tile.header .main-navigation ul{
        display:none;
        position:fixed;
        top:0;
        left:0;
        width:100%;
        height:100%;
        background-color:rgba(45, 83, 154, 0.95);
        filter:progid: DXImageTransform.Microsoft.Alpha(Opacity=95);
        opacity:.95;
        padding-top:100px;
        padding-top:40px;
        z-index:80;
    }
     .tile.header .main-navigation ul li{
        display:block;
        width:100%;
        text-align:center;
        padding:10px 0;
        margin:0;
    }
     .tile.header .main-navigation ul li:hover a:after{
        background-color:white;
    }
     .tile.header .main-navigation ul li a{
        font-size:1.25em;
    }
     .tile.header .main-navigation ul li.has-dropdown{
        padding-right:0;
    }
     .tile.header .main-navigation ul li.has-dropdown:after{
        display:none;
    }
     .tile.header .main-navigation ul li.has-dropdown:hover{
        background-color:rgba(45, 83, 154, 0.95);
        box-shadow:none;
				color: #2A509B;
    }
		.tile.header .main-navigation ul li.has-dropdown:hover a{
		color: #2A509B;
		}
     .tile.header .main-navigation ul li.has-dropdown:hover .sub-menu{
        box-shadow:none;
    }
     .tile.header .main-navigation ul li.has-dropdown+li{
        padding-top:2px;
    }
     .tile.header .main-navigation ul li.has-dropdown .sub-menu{
        display:block;
        position:relative;
        width:100%;
        top:0;
        padding-top:4px;
        box-shadow:none;
        background-color:transparent;
    }
     .tile.header .main-navigation ul li.has-dropdown .sub-menu li{
        background-color:transparent;
        padding:4px 15px;
    }
     .tile.header .main-navigation ul li.has-dropdown .sub-menu li a{
        color:white;
    }
     .tile.header .main-navigation ul li.has-dropdown .sub-menu li+li{
        border-top:none;
    }
     .tile.header .main-navigation .responsive-login-link,.tile.header .main-navigation .responsive-menu-open{
        display:inline-block;
    }
     .tile.header .masthead-crest{
        display:none;
    }
     .tile.header .header-login-form{
        display:none;
    }
     .tile.header .header-container{
        max-width:100%;
        margin:0;
        text-align:center;
        padding:14.5px 10px;
    }
}
 @media all and (max-width: 1100px){
     .container{
        width:100%;
    }
}
 @media all and (max-width: 950px){
     .tile.content-plus-sidebar .content{
        max-width:100%;
        display:block;
    }
     .tile.content-plus-sidebar .sidebar{
        margin-left:0;
        max-width:100%;
        display:block;
        position:relative;
    }
     .tile.content-plus-sidebar .sidebar .sidebar-module:first-of-type{
        position:relative;
    }
     .tile.content-plus-sidebar .sidebar .sidebar-module:first-of-type:before{
        position:absolute;
        top:0;
        left:50%;
        -moz-transform:translateX(-50%);
        -ms-transform:translateX(-50%);
        -webkit-transform:translateX(-50%);
        transform:translateX(-50%);
        color:#39382C;
    }
}
 @media all and (max-width: 850px){
     .tile.four-column-grid ul li{
        max-width:45%;
    }
     .tile.four-column-grid ul li+li{
        margin-left:10%;
    }
     .tile.four-column-grid ul li:nth-child(4n-1){
        margin-left:0;
    }
     .tile.footer .left{
        width:100%;
        text-align:left;
    }
     .tile.footer .right{
        width:100%;
        text-align:left;
        margin-top:22px;
    }
}
 @media all and (max-width: 700px){
     .container{
        padding-left:20px;
        padding-right:20px;
    }
     .tile.full-width-image-with-content .content h1{
        font-size:1.6875em;
        line-height:36px;
    }
     .tile.full-width-image-with-content{
        padding:37px 0;
    }
     .tile.full-width-image-with-content .content a{
        margin-bottom:0!important;
    }
     .tile.full-width-image-with-content .copyright-information{
        display:block;
        width:100%;
        left:0;
        right:0;
        bottom:0;
        position:relative;
        text-align:left;
        max-width:100%;
        margin-top:10px;
        margin-left:auto;
        margin-right:auto;
        padding:0 20px;
    }
     .tile.left-content-with-right-facebook-action .left-content{
        max-width:100%;
    }
     .tile.left-content-with-right-facebook-action .left-content p{
        font-size:.75em;
        line-height:23px;
    }
     .tile.left-content-with-right-facebook-action .facebook-action{
        margin-left:0;
        max-width:100%;
        display:block;
        margin-top:21px;
    }
}
 @media all and (max-width: 550px){
     .tile.four-column-grid ul li{
        max-width:100%;
    }
     .tile.four-column-grid ul li+li{
        margin-left:0;
    }
     .tile.four-column-grid ul li:nth-child(4n-1){
        margin-left:0;
    }
}
 @media all and (max-width: 400px){
     .object.button-style-five{
        padding:20px 10px 18px 10px;
        font-size:.9375em;
    }
}
 .main_container{
    overflow:auto;
/*    min-height:500px;*/
}
 i{
    font-style:italic;
}
 b,strong{
    font-weight:bold;
}
 .logged_in_view{
    margin-top:10px;
}
 .logged_in_view p{
    color:white;
    padding-bottom:8px;
}
 .logged_in_view a{
    color:white!important;
    display:block;
    padding-bottom:5px;
    float:left;
}
 .tile.header .masthead-crest{
    z-index:2;
}
 .tile.header .main-navigation ul li{
    padding:15px 15px 17px 15px;
    padding:15px 13px 17px 13px;
}
 .tile.header .main-navigation{
    padding-right:20px;
    padding-right:0px;
    position:relative;
}
 .tile.header .main-navigation ul li.search-panel-btn{
    cursor:pointer;
    position:static;
    padding-right:15px;
}
 .tile.header .main-navigation ul li.search-panel-btn:after{
    content:'';
    background:none!important;
    display:none!important;
}
 .tile.header .main-navigation ul li .search-panel-icon{
    font-size:1em;
    padding-left:0.5em;
    width:17px;
    height:17px;
    padding:0;
}
 .search-panel-btn h2{
    padding-bottom:20px;
}
 .cookie-wrap{
    display:none;
    position:relative;
    z-index:10;
    background:#393638;
    background:rgba(25, 24, 25, 0.8);
    z-index:70;
    font-size:14px;
    position:absolute;
    width:100%;
    direction:ltr;
    font-family:"PT Serif Caption", serif;
    position:fixed;
    bottom:0;
    left:0;
}
 .cookie-wrap .main-content{
    position:relative;
    padding:20px;
    padding:15px 20px;
    overflow:hidden;
    max-width:1300px;
    max-width:1240px;
    margin-right:auto;
    margin-left:auto;
}
 .cookie-wrap .cookie-inner{
    width:100%;
}
 .cookie-wrap .cookie-container{
    display:table;
    width:100%;
}
 .cookie-wrap .cookie-content{
    display:table-cell;
    vertical-align:middle;
    width:70%;
    color:#fff;
}
 .cookie-wrap .cookie-controls{
    display:table-cell;
    vertical-align:middle;
    text-align:right;
    padding-left:20px;
}
 .cookie-wrap .cookie-content a{
    text-decoration:underline;
}
 .cookie-close{
    position:absolute;
    top:10px;
    right:20px;
    z-index:100;
    height:20px;
    width:20px;
    -moz-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg);
    filter:progid: DXImageTransform.Microsoft.Alpha(Opacity=1);
    opacity:1;
    -moz-transition:opacity 300ms;
    -o-transition:opacity 300ms;
    -webkit-transition:opacity 300ms;
    transition:opacity 300ms;
    cursor:pointer;
}
 .cookie-close:before{
    width:2px;
    height:100%;
    background-color:white;
    position:absolute;
    content:"";
    top:0;
    left:50%;
    -moz-transform:translateX(-50%);
    -ms-transform:translateX(-50%);
    -webkit-transform:translateX(-50%);
    transform:translateX(-50%);
}
 .cookie-close:after{
    width:100%;
    height:2px;
    background-color:white;
    position:absolute;
    content:"";
    top:50%;
    -moz-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
    left:0;
}
 .body-style ul{
    xlist-style-image:url(/img/Bulletpoint.svg);
    padding-left:20px!important;
}
 .text-block h1+*,.body-style h1+*,.body-style h2+*{
    margin-top:0px!important;
}
 .body-style h2{
    font-weight:bold;
}
 @media (max-width: 767px){
     table,thead,tbody,th,td,tr{
        display:block;
    }
     thead tr{
        position:absolute;
        top:-9999px;
        left:-9999px;
    }
     tr{
        border:1px solid #ccc;
    }
     tr:first-child{
        margin-bottom:20px;
    }
}
 .snap-drawer-left{
    z-index:auto!important;
}
 .mobile_hide{
    display:none!important;
}
 .desktop_hide{
    display:block!important;
}
 .tile.header .main-navigation .desktop_hide{
    display:inline-block!important;
}
 @media (max-width: 768px){
     .mobile_hide{
        display:block!important;
    }
     .desktop_hide{
        display:none!important;
    }
     .tile.header .main-navigation .mobile_hide{
        display:inline-block!important;
    }
     .tile.header .main-navigation .desktop_hide{
        display:none!important;
    }
}
 .header .form-control{
    height:auto;
}
 #ama-editor-toolbar{
    height:32px;
}
 body > #ama-wrapper-footer{
    display:none;
}
 .panel{
    background:none;
    margin-bottom:0px;
    border:0px;
}
 h1{
    margin:0px;
}
 h2{
    margin:0px;
}
 h3{
    margin:0px;
}
 .snap-content{
font-family: 'Lato', sans-serif;
}
 :root{
    font-size:10px;
}
 html{
    box-sizing:border-box;
}
 *,:after,:before{
    box-sizing:inherit;
    margin:0;
    padding:0;
}
 body{
    background-color:#fff;
    color:#414141;
    font-size:16px;
font-family: 'Lato', sans-serif;
    line-height:1.5;
    padding-bottom:20px;
    -webkit-text-size-adjust:100%;
    text-size-adjust:100%;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    overflow-y:scroll;
}
 body:after{
    display:table;
    clear:both;
    content:"";
}
 .c-btn{
    font-size:14px;
    text-transform:uppercase;
}
 .c-btn{
    -webkit-appearance:none;
    appearance:none;
    background-color:transparent;
    border:1px solid transparent;
    border-radius:5px;
    color:inherit;
    cursor:pointer;
    display:inline-block;
    font-weight:700;
    -webkit-box-pack:center;
    justify-content:center;
    line-height:1.428571429;
    min-width:140px;
    outline:0;
    overflow:hidden;
    padding:9px 15px;
    position:relative;
    text-align:center;
    text-decoration:none;
    transition-duration:.3s;
    transition-property:background-color, border-color, color;
    -webkit-user-select:none;
    user-select:none;
    vertical-align:top;
}
 .c-btn:focus{
    box-shadow:0 0 0 3px rgba(0, 0, 0, .25);
}
 .c-btn.u-bg-grey-800{
    color:#fff;
}
 .c-btn.u-bg-grey-800:active,.c-btn.u-bg-grey-800:hover{
    background-color:#232323;
    color:#ccde26;
}
 .fade{
    opacity:0;
    transition:opacity .15s linear;
}
 .u-bg-grey-800{
    background-color:#787373;
}
 @media (min-width: 480px){
     body{
        padding-bottom:25px;
    }
}
 @media (min-width: 718px){
     body{
        padding-bottom:22px;
    }
}
 @media (min-width: 970px){
     body{
        padding-bottom:36px;
    }
}
 @media (min-width: 1266px){
     body{
        padding-bottom:40px;
    }
}
 @media print{
     body{
        background-color:#fff;
        color:#000;
    }
     img{
        max-width:500px;
    }
}
 .modal{
    display:none;
    overflow:hidden;
    position:fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:1050;
    -webkit-overflow-scrolling:touch;
    outline:0;
}
 .modal.fade .modal-dialog{
    -webkit-transform:translate(0, -25%);
    -ms-transform:translate(0, -25%);
    -o-transform:translate(0, -25%);
    transform:translate(0, -25%);
    -webkit-transition:-webkit-transform 0.3s ease-out;
    -moz-transition:-moz-transform 0.3s ease-out;
    -o-transition:-o-transform 0.3s ease-out;
    transition:transform 0.3s ease-out;
}
 .modal-dialog{
    position:relative;
    width:auto;
    margin:10px;
}
 .modal-content{
    position:relative;
    background-color:#fff;
    border:1px solid #999;
    border:1px solid rgba(0, 0, 0, 0.2);
    border-radius:6px;
    -webkit-box-shadow:0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow:0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip:padding-box;
    outline:0;
}
 .modal-header{
    padding:15px;
    border-bottom:1px solid #e5e5e5;
}
 .modal-title{
    margin:0;
    line-height:1.42857143;
}
 .modal-body{
    position:relative;
    padding:15px;
}
 .modal-footer{
    padding:15px;
    text-align:right;
    border-top:1px solid #e5e5e5;
}
 .modal-footer .btn + .btn{
    margin-left:5px;
    margin-bottom:0;
}
 @media (min-width: 768px){
     .modal-dialog{
        width:600px;
        margin:30px auto;
    }
     .modal-content{
        -webkit-box-shadow:0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow:0 5px 15px rgba(0, 0, 0, 0.5);
    }
}
 #edit-drawer{
    margin:0;
    padding:0;
    height:100vh;
    width:calc(100vw - 465px);
    display:flex;
    flex-direction:column;
    line-height:14px;
}
 #ama-su-edit-pane{
    flex:0 0 auto;
}
 #ama-su-left-tabs,#ama-su-edit-tabs{
    margin:0;
    padding:0 0 0 2px;
    background-color:#000;
    width:100%;
}
 #ama-su-left-tabs li{
    display:inline-block;
    background-color:#48484F;
    padding:5px 2px 5px 2px;
    margin:4px 2px 0 0;
    border-left:1px solid #696872;
    border-top:1px solid #696872;
    border-right:1px solid #696872;
    border-radius:5px 5px 0px 0px;
    white-space:nowrap;
}
 #ama-su-left-tabs li a{
    margin-right:2px;
    color:#888;
    cursor:pointer;
    font-size:14px;
    line-height:14px;
}
 #ama-su-left-tabs li span{
    margin-right:2px;
}
 #ama-su-left-tabs li a.active{
    color:#fff;
}
 #ama-su-edit-pane{
    flex:1 0 auto;
    display:flex;
    width:100%;
}
 #ama-su-wrapper{
    position:fixed;
    top:0;
    left:0;
    width:465px;
}
 .snap-drawer-left{
    margin-top:78px;
}

 .fa{
    display:inline-block;
    font-family:FontAwesome;
    font-style:normal;
    font-weight:normal;
    line-height:1;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
}
 .fa-search:before{
    content:"\f002";
}

 *{
    -webkit-box-sizing:border-box;
}
 html{
    -webkit-font-smoothing:antialiased;
}
 body{
    margin:0px;
}
 body #ama-snap-left-button,body #ama-snap-right-button,body #snap-drawers{
    display:none!important;
}
 body.ama-snap-show #ama-snap-left-button,body.ama-snap-show #ama-snap-right-button,body.ama-snap-show #snap-drawers{
    display:initial!important;
}
 #snap-drawers{
    color:white;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    line-height:1.428571429;
    text-rendering:optimizeLegibility;
    display:initial!important;
}
 #snap-drawers a{
    font-size:12px;
}
 #ama-su-wrapper{
    font-size:11px;
    line-height:14px;
    padding:3px 0 10px 0;
    height:52px;
    display:initial!important;
    background-color:#272727;
}
 #ama-su-wrapper .block_1{
    min-height:38px;
    width:72px;
    padding:4px 0px 0 2px;
    float:left;
}
 #ama-su-wrapper .block_2{
    position:relative;
    float:left;
}
 #ama-su-wrapper img{
    border:0px none white;
}
 .ama-su-btn{
    padding:1px 5px;
    font-size:12px;
    line-height:1.5;
    border-radius:3px;
}
 .ama-su-btn-orange{
    color:#fff;
    background-color:#ec971f;
    border-color:#d58512;
}
 .snap-drawer-left{
    overflow-y:scroll;
}
 #ama-su-left-pane{
    color:#333;
    width:100%;
}
 #ama-su-left-pane a{
    color:#333;
}
 .ama-ajax-editable-bound:hover{
    outline:1px solid royalBlue!important;
}
 .ama-ajax-editable-bound:focus{
    outline:1px solid #E1414D!important;
}
 .ama-su-skin0{
    position:fixed;
    width:180px;
    border:1px solid grey;
    background-color:menu;
    font-family:Tahoma;
    text-align:left;
    line-height:17px;
    cursor:default;
    font-size:12px;
    z-index:5000;
    visibility:hidden;
}
 .ama-su-menuitems{
    padding-left:10px;
    padding-right:10px;
    color:black;
}
 .ama-supernav-high{
    color:yellow!important;
}
 #ama-su-left-pane > div{
    padding:10px;
}

 .ama-su-skin0 hr{
    margin-top:5px;
    margin-bottom:5px;
}

 table.tablesorter{
    font-family:arial;
    background-color:#CDCDCD;
    margin:10px 0pt 15px;
    margin:00px 0pt 15px;
    font-size:8pt;
    width:100%;
    text-align:left;
    border-collapse:separate;
    border-spacing:1px;
}
 table.tablesorter thead tr th{
    background-color:#e6EEEE;
    border:1px solid #FFF;
    font-size:8pt;
    padding:4px;
}
 table.tablesorter thead tr .header{
    background-image:url(/images/su/ama-table-icon-def.gif);
    background-repeat:no-repeat;
    background-position:center right;
    cursor:pointer;
}
 table.tablesorter tr{
    background-color:#FFF;
}
 table.tablesorter tbody td{
    color:#3D3D3D;
    padding:4px;
    vertical-align:top;
}
 table.tablesorter input{
    padding:0px;
    border:0px;
    width:100%;
}
 table.tablesorter input:before{
    content:'input: ';
}
 table.tablesorter input:before{
    content:'XXX';
    position:absolute;
    z-index:-1;
    width:200px;
    height:50px;
    background-image:url(/images/su/ama-table-icon-dec.gif);
}

 .modal .modal-header{
    border-radius:5px 5px 0px 0px;
    -webkit-border-radius:5px 5px 0px 0px;
    color:#012931;
    background:#B2DAE2;
    border-color:#337986;
    padding:10px 15px;
}

 table.tablesorter{
    font-family:arial;
    background-color:#CDCDCD;
    margin:10px 0pt 15px;
    margin:00px 0pt 15px;
    font-size:8pt;
    width:100%;
    text-align:left;
    border-collapse:separate;
    border-spacing:1px;
}
 table.tablesorter thead tr th{
    background-color:#e6EEEE;
    border:1px solid #FFF;
    font-size:8pt;
    padding:4px;
}
 table.tablesorter thead tr .header{
    background-image:url(/images/su/ama-table-icon-def.gif);
    background-repeat:no-repeat;
    background-position:center right;
    cursor:pointer;
}
 table.tablesorter tr{
    background-color:#FFF;
}
 table.tablesorter tbody td{
    color:#3D3D3D;
    padding:4px;
    vertical-align:top;
}
 table.tablesorter input{
    padding:0px;
    border:0px;
    width:100%;
}
 table.tablesorter input:before{
    content:'input: ';
}
 table.tablesorter input:before{
    content:'XXX';
    position:absolute;
    z-index:-1;
    width:200px;
    height:50px;
    background-image:url(/images/su/ama-table-icon-dec.gif);
}
/*! CSS Used from: /cms/css/su.snap.css */
 html,body{
    font-family:sans-serif;
    margin:0;
    padding:0;
    width:100%;
    height:100%;

}
 .snap-content{
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    width:auto;
    height:auto;
    z-index:2;
    overflow:auto;
    -webkit-overflow-scrolling:touch;
    -webkit-transform:translate3d(0, 0, 0);
    -moz-transform:translate3d(0, 0, 0);
    -ms-transform:translate3d(0, 0, 0);
    -o-transform:translate3d(0, 0, 0);
    transform:translate3d(0, 0, 0);
}
 .snap-drawer{
    position:absolute;
    top:0;
    right:auto;
    bottom:0;
    left:auto;
    width:465px;
    height:auto;
    overflow:auto;
    -webkit-overflow-scrolling:touch;
    -webkit-transition:width 0.3s ease;
    -moz-transition:width 0.3s ease;
    -ms-transition:width 0.3s ease;
    -o-transition:width 0.3s ease;
    transition:width 0.3s ease;
}
 .snap-drawer-left{
    left:0;
    z-index:1;
}
 #edit-drawer{
    top:0;
    bottom:0;
    right:0;
    z-index:1;
    position:absolute;
    height:100%;
    overflow:auto;
    background:#323949;
    color:#eee;
    left:465px;
}
 .snap-content{
    background:white;
}
 .snap-drawer{
    background:#323949;
    color:#eee;
}
 #ama-snap-left-button{
    left:-1px;
    background:url(/images/su/ama-open-slider-icon.png) no-repeat rgb(207, 228, 208);
}
 #ama-snap-right-button{
    right:-1px;
    background:url(/images/su/ama-open-slider-icon.png) no-repeat rgb(207, 228, 208);
    background-position:-30px;
}
 .ama-snap-buttons{
    position:fixed;
    bottom:-1px;
    z-index:9999;
    width:30px;
    height:30px;
    border:1px solid #fff;
    text-indent:-9999px;
    cursor:pointer;
}
 .ama-snap-buttons:hover{
    position:fixed;
    bottom:-1px;
    z-index:9999;
    width:30px;
    height:30px;
    border:1px solid #fff;
    text-indent:-9999px;
    cursor:pointer;
    background-color:#498647!important;
}
/*! CSS Used from: /cms/css/su.super-cms.css */
 *{
    -webkit-box-sizing:border-box;
}
 html{
    -webkit-font-smoothing:antialiased;
}
 body{
    margin:0px;
}
 body #ama-snap-left-button,body #ama-snap-right-button,body #snap-drawers{
    display:none!important;
}
 body.ama-snap-show #ama-snap-left-button,body.ama-snap-show #ama-snap-right-button,body.ama-snap-show #snap-drawers{
    display:initial!important;
}
 #snap-drawers{
    color:white;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    line-height:1.428571429;
    text-rendering:optimizeLegibility;
    display:initial!important;
}
 #snap-drawers a{
    font-size:12px;
}
 #ama-su-wrapper{
    font-size:11px;
    line-height:14px;
    padding:3px 0 10px 0;
    height:52px;
    display:initial!important;
    background-color:#272727;
}
 #ama-su-wrapper .block_1{
    min-height:38px;
    width:72px;
    padding:4px 0px 0 2px;
    float:left;
}
 #ama-su-wrapper .block_2{
    position:relative;
    float:left;
}
 #ama-su-wrapper img{
    border:0px none white;
}
 .ama-su-btn{
    padding:1px 5px;
    font-size:12px;
    line-height:1.5;
    border-radius:3px;
}
 .ama-su-btn-orange{
    color:#fff;
    background-color:#ec971f;
    border-color:#d58512;
}
 .snap-drawer-left{
    overflow-y:scroll;
}
 #ama-su-left-pane{
    color:#333;
    width:100%;
}
 #ama-su-left-pane a{
    color:#333;
}
 .ama-ajax-editable-bound:hover{
    outline:1px solid royalBlue!important;
}
 .ama-ajax-editable-bound:focus{
    outline:1px solid #E1414D!important;
}
 .ama-su-skin0{
    position:fixed;
    width:180px;
    border:1px solid grey;
    background-color:menu;
    font-family:Tahoma;
    text-align:left;
    line-height:17px;
    cursor:default;
    font-size:12px;
    z-index:5000;
    visibility:hidden;
}
 .ama-su-menuitems{
    padding-left:10px;
    padding-right:10px;
    color:black;
}
 .ama-supernav-high{
    color:yellow!important;
}
 #ama-su-left-pane > div{
    padding:10px;
}
.blue_box{
    background: #2D539A;
    border-top: solid 10px #233f73;
color:white;
}
.blue_box p{
color:white;
}
/*! CSS Used from: /cms/css/su.dhtmlwindow.css */
 .ama-su-skin0 hr{
    margin-top:5px;
    margin-bottom:5px;
}
/*! CSS Used fontfaces */
 
 @font-face{
    font-family:'Cardo';
    font-style:italic;
    font-weight:400;
    src:local('Cardo Italic'), local('Cardo-Italic'), url(https://fonts.gstatic.com/s/cardo/v9/TlFZkHvdcEKx9Hp-bf5fqfY6323mHUZFJMgTvxaG2iE.woff2) format('woff2');
    unicode-range:U+1F00-1FFF;
}
 @font-face{
    font-family:'Cardo';
    font-style:italic;
    font-weight:400;
    src:local('Cardo Italic'), local('Cardo-Italic'), url(https://fonts.gstatic.com/s/cardo/v9/G9OYyU4q7QbMVwPcakrC5PY6323mHUZFJMgTvxaG2iE.woff2) format('woff2');
    unicode-range:U+0370-03FF;
}
 @font-face{
    font-family:'Cardo';
    font-style:italic;
    font-weight:400;
    src:local('Cardo Italic'), local('Cardo-Italic'), url(https://fonts.gstatic.com/s/cardo/v9/5gx0rRbX4BTFUR9HcXjhTPY6323mHUZFJMgTvxaG2iE.woff2) format('woff2');
    unicode-range:U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
 @font-face{
    font-family:'Cardo';
    font-style:italic;
    font-weight:400;
    src:local('Cardo Italic'), local('Cardo-Italic'), url(https://fonts.gstatic.com/s/cardo/v9/y7hsfzVRyvnGGoGOmHdTeA.woff2) format('woff2');
    unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
 @font-face{
    font-family:'Cardo';
    font-style:normal;
    font-weight:400;
    src:local('Cardo'), local('Cardo-Regular'), url(https://fonts.gstatic.com/s/cardo/v9/IG4DpJdcfaM4xln_vfh5jQ.woff2) format('woff2');
    unicode-range:U+1F00-1FFF;
}
 @font-face{
    font-family:'Cardo';
    font-style:normal;
    font-weight:400;
    src:local('Cardo'), local('Cardo-Regular'), url(https://fonts.gstatic.com/s/cardo/v9/nlGT-2rsvmEdRn3zJayfCg.woff2) format('woff2');
    unicode-range:U+0370-03FF;
}
 @font-face{
    font-family:'Cardo';
    font-style:normal;
    font-weight:400;
    src:local('Cardo'), local('Cardo-Regular'), url(https://fonts.gstatic.com/s/cardo/v9/20cHEn_N7ful33K3E0HU-A.woff2) format('woff2');
    unicode-range:U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
 @font-face{
    font-family:'Cardo';
    font-style:normal;
    font-weight:400;
    src:local('Cardo'), local('Cardo-Regular'), url(https://fonts.gstatic.com/s/cardo/v9/XRgRvJ9BvurZhQZpuWMwgw.woff2) format('woff2');
    unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
 @font-face{
    font-family:'Cardo';
    font-style:normal;
    font-weight:700;
    src:local('Cardo Bold'), local('Cardo-Bold'), url(https://fonts.gstatic.com/s/cardo/v9/CArtGq9Q3qzj8QUXKfz9aBTbgVql8nDJpwnrE27mub0.woff2) format('woff2');
    unicode-range:U+1F00-1FFF;
}
 @font-face{
    font-family:'Cardo';
    font-style:normal;
    font-weight:700;
    src:local('Cardo Bold'), local('Cardo-Bold'), url(https://fonts.gstatic.com/s/cardo/v9/CvMoq5iQN4SnWOQK2mLIFRTbgVql8nDJpwnrE27mub0.woff2) format('woff2');
    unicode-range:U+0370-03FF;
}
 @font-face{
    font-family:'Cardo';
    font-style:normal;
    font-weight:700;
    src:local('Cardo Bold'), local('Cardo-Bold'), url(https://fonts.gstatic.com/s/cardo/v9/r0h4P9Dqj1DZ70AvtoJm0BTbgVql8nDJpwnrE27mub0.woff2) format('woff2');
    unicode-range:U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
 @font-face{
    font-family:'Cardo';
    font-style:normal;
    font-weight:700;
    src:local('Cardo Bold'), local('Cardo-Bold'), url(https://fonts.gstatic.com/s/cardo/v9/X-1BEHTKpRYzad3JEXy9-vesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
    unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
 @font-face{
    font-family:'PT Serif Caption';
    font-style:italic;
    font-weight:400;
    src:local('PT Serif Caption Italic'), local('PTSerif-CaptionItalic'), url(https://fonts.gstatic.com/s/ptserifcaption/v9/0kfPsmrmTSgiec7u_Wa0DHmJ79bu6VFgdT008zTjaHM.woff2) format('woff2');
    unicode-range:U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
 @font-face{
    font-family:'PT Serif Caption';
    font-style:italic;
    font-weight:400;
    src:local('PT Serif Caption Italic'), local('PTSerif-CaptionItalic'), url(https://fonts.gstatic.com/s/ptserifcaption/v9/0kfPsmrmTSgiec7u_Wa0DHjkIOFQhYE7lo0N5GskLd8.woff2) format('woff2');
    unicode-range:U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
 @font-face{
    font-family:'PT Serif Caption';
    font-style:italic;
    font-weight:400;
    src:local('PT Serif Caption Italic'), local('PTSerif-CaptionItalic'), url(https://fonts.gstatic.com/s/ptserifcaption/v9/0kfPsmrmTSgiec7u_Wa0DHPHsOuMQPWAuKhWtXEaFeA.woff2) format('woff2');
    unicode-range:U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
 @font-face{
    font-family:'PT Serif Caption';
    font-style:italic;
    font-weight:400;
    src:local('PT Serif Caption Italic'), local('PTSerif-CaptionItalic'), url(https://fonts.gstatic.com/s/ptserifcaption/v9/0kfPsmrmTSgiec7u_Wa0DP8amWhcq_uyVekFfhuUxy8.woff2) format('woff2');
    unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
 @font-face{
    font-family:'PT Serif Caption';
    font-style:normal;
    font-weight:400;
    src:local('PT Serif Caption'), local('PTSerif-Caption'), url(https://fonts.gstatic.com/s/ptserifcaption/v9/7xkFOeTxxO1GMC1suOUYWf6BL1Q4QJabw7lYTUNMQ4s.woff2) format('woff2');
    unicode-range:U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
 @font-face{
    font-family:'PT Serif Caption';
    font-style:normal;
    font-weight:400;
    src:local('PT Serif Caption'), local('PTSerif-Caption'), url(https://fonts.gstatic.com/s/ptserifcaption/v9/7xkFOeTxxO1GMC1suOUYWUZoN6jvKtch2Gutd6iI7xg.woff2) format('woff2');
    unicode-range:U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
 @font-face{
    font-family:'PT Serif Caption';
    font-style:normal;
    font-weight:400;
    src:local('PT Serif Caption'), local('PTSerif-Caption'), url(https://fonts.gstatic.com/s/ptserifcaption/v9/7xkFOeTxxO1GMC1suOUYWYXJmFOhlXHJlUhaF8xQ1OM.woff2) format('woff2');
    unicode-range:U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
 @font-face{
    font-family:'PT Serif Caption';
    font-style:normal;
    font-weight:400;
    src:local('PT Serif Caption'), local('PTSerif-Caption'), url(https://fonts.gstatic.com/s/ptserifcaption/v9/7xkFOeTxxO1GMC1suOUYWb6cM-LMFQwoMtZfMYS1DLM.woff2) format('woff2');
    unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
 @font-face{
    font-family:'Open Sans';
    font-style:normal;
    font-weight:400;
    src:local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/K88pR3goAWT7BTt32Z01mxJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
    unicode-range:U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
 @font-face{
    font-family:'Open Sans';
    font-style:normal;
    font-weight:400;
    src:local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/RjgO7rYTmqiVp7vzi-Q5URJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
    unicode-range:U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
 @font-face{
    font-family:'Open Sans';
    font-style:normal;
    font-weight:400;
    src:local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/LWCjsQkB6EMdfHrEVqA1KRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
    unicode-range:U+1F00-1FFF;
}
 @font-face{
    font-family:'Open Sans';
    font-style:normal;
    font-weight:400;
    src:local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/xozscpT2726on7jbcb_pAhJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
    unicode-range:U+0370-03FF;
}
 @font-face{
    font-family:'Open Sans';
    font-style:normal;
    font-weight:400;
    src:local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/59ZRklaO5bWGqF5A9baEERJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
    unicode-range:U+0102-0103, U+1EA0-1EF9, U+20AB;
}
 @font-face{
    font-family:'Open Sans';
    font-style:normal;
    font-weight:400;
    src:local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/u-WUoqrET9fUeobQW7jkRRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
    unicode-range:U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
 @font-face{
    font-family:'Open Sans';
    font-style:normal;
    font-weight:400;
    src:local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3VtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
    unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
 @font-face{
    font-family:'Open Sans';
    font-style:normal;
    font-weight:600;
    src:local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSq-j2U0lmluP9RWlSytm3ho.woff2) format('woff2');
    unicode-range:U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
 @font-face{
    font-family:'Open Sans';
    font-style:normal;
    font-weight:600;
    src:local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSpX5f-9o1vgP2EXwfjgl7AY.woff2) format('woff2');
    unicode-range:U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
 @font-face{
    font-family:'Open Sans';
    font-style:normal;
    font-weight:600;
    src:local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNShWV49_lSm1NYrwo-zkhivY.woff2) format('woff2');
    unicode-range:U+1F00-1FFF;
}
 @font-face{
    font-family:'Open Sans';
    font-style:normal;
    font-weight:600;
    src:local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSqaRobkAwv3vxw3jMhVENGA.woff2) format('woff2');
    unicode-range:U+0370-03FF;
}
 @font-face{
    font-family:'Open Sans';
    font-style:normal;
    font-weight:600;
    src:local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSv8zf_FOSsgRmwsS7Aa9k2w.woff2) format('woff2');
    unicode-range:U+0102-0103, U+1EA0-1EF9, U+20AB;
}
 @font-face{
    font-family:'Open Sans';
    font-style:normal;
    font-weight:600;
    src:local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSj0LW-43aMEzIO6XUTLjad8.woff2) format('woff2');
    unicode-range:U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
 @font-face{
    font-family:'Open Sans';
    font-style:normal;
    font-weight:600;
    src:local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSugdm0LZdjqr5-oayXSOefg.woff2) format('woff2');
    unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
 @font-face{
    font-family:'Open Sans';
    font-style:normal;
    font-weight:700;
    src:local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzK-j2U0lmluP9RWlSytm3ho.woff2) format('woff2');
    unicode-range:U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
 @font-face{
    font-family:'Open Sans';
    font-style:normal;
    font-weight:700;
    src:local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzJX5f-9o1vgP2EXwfjgl7AY.woff2) format('woff2');
    unicode-range:U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
 @font-face{
    font-family:'Open Sans';
    font-style:normal;
    font-weight:700;
    src:local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzBWV49_lSm1NYrwo-zkhivY.woff2) format('woff2');
    unicode-range:U+1F00-1FFF;
}
 @font-face{
    font-family:'Open Sans';
    font-style:normal;
    font-weight:700;
    src:local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzKaRobkAwv3vxw3jMhVENGA.woff2) format('woff2');
    unicode-range:U+0370-03FF;
}
 @font-face{
    font-family:'Open Sans';
    font-style:normal;
    font-weight:700;
    src:local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzP8zf_FOSsgRmwsS7Aa9k2w.woff2) format('woff2');
    unicode-range:U+0102-0103, U+1EA0-1EF9, U+20AB;
}
 @font-face{
    font-family:'Open Sans';
    font-style:normal;
    font-weight:700;
    src:local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzD0LW-43aMEzIO6XUTLjad8.woff2) format('woff2');
    unicode-range:U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
 @font-face{
    font-family:'Open Sans';
    font-style:normal;
    font-weight:700;
    src:local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzOgdm0LZdjqr5-oayXSOefg.woff2) format('woff2');
    unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}


@media all and (max-width: 1220px) {
		.mobile-menu-open, .mobile-menu-open #snap-content{
			 overflow: hidden;
				 position: fixed;
		}

.tile.header .main-navigation .responsive-menu-close.active {
    filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
		cursor: pointer;
		display: block;
}

.tile.header .main-navigation ul {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(45, 83, 154, 0.95);
        filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=95);
        opacity: .95;
        padding-top: 100px;
				padding-top: 40px;
				z-index: 80;
    }
    .tile.header .main-navigation ul.active {
        display: block
    }
    .tile.header .main-navigation ul li {
        display: block;
        width: 100%;
        text-align: center;
        padding: 10px 0;
        margin: 0
    }

}

.slider {
z-index:100;
}

.content_container{
    max-width: 1200px;
    margin: auto;
    width: 100%;
} 

.tile.header .nav{
    background: black;
}

.content_container{
    max-width: 1200px;
    margin: auto;
    width: 100%;
}

.content_body .content_container{
/*box-shadow: 0 9px 0px 0px white, 0 -9px 0px 0px white, 12px 0 15px -4px rgba(130, 130, 130, 0.8), -12px 0 15px -4px rgba(130, 130, 130, 0.8);*/
overflow: auto;
}

#ama-page-22843 .hgroup-sidebar{
	display: none;
}
#masthead>.logo-wrapper{
	padding-top:20px;
	height: 80px;
}
#masthead>.logo-wrapper:after {
    background: transparent url(/img/shdw.png) repeat-x scroll left top;
    bottom: -4px;
    content: "";
    height: 4px;
    position: absolute;
    width: 100%;
    left: 0;
}
.country_select, .country_to_state{
    width: 100%;
    height: 38px;
    margin: 0;
    outline: 0;
    color: #747474;
    line-height: 1em;
    border: 1px solid #e0e5eb;
    background: #f2f5f8;
}
a:hover, a:focus{
 text-decoration: none;
}
.header-primary-nav .wr-mega-menu.nav-menu > li:first-of-type a .fa-home{
	width: 17px;
	text-align: center;
}