﻿html{
    background-color:#14568e;
    min-height:100vh;
}

body { 
    font-family: 'adobe-caslon-pro',sans-serif;    
    padding-top: 40px; 
    background-color: #FFF;     
    color: #000;    
    font-size:18px;
    overflow-x: hidden;  
}
.newsletter {
    font-size: 1.1em;
}

#newsletter1 {
    font-size: 1.1em;
}
#newsletter2 {
    font-size: 1.1em;
}
#newsletter3 {
    font-size: 1.1em;
}
#newsletter4 {
    font-size: 1.1em;
}
#newsletter5 {
    font-size: 1.1em;
}
#newsLink {
    font-size: 1.1em;
}
.blogLinks {
    white-space:nowrap;    
}
#nav-main li:hover ul ul {
    display: none;
}
#nav-main li:hover ul {
    display: block;
}
/* shows sublist on hover */

#nav-main li li:hover ul {
    display: block;    
}
#newsLink{
    list-style:circle;
}


@media (max-width: 767px) { .lead { line-height: 1; } }

@media (min-width: 768px) { body { font-size: 1.3em; }}

@media (min-width: 992px) { body { font-size: 1.5em; } }

@media (min-width: 1200px) { body { font-size: 1.7em; } }

body a:hover, body a:focus, body a:active { text-decoration: none; }
#WhatsNewLink {
    text-decoration: underline;
    color: #337ab7;
}
body a:active, body a:focus {
    outline: none;
}
#meetingsHeader {
    text-transform: uppercase;
    font-family: DINPro,sans-serif;
    font-weight: bold;
    color: #a91955;
}
#header #nav-main {
    font-size: 0.866em;
    font-family: DINPro,sans-serif;
    font-weight: bold;
}
.dropdown-menu > li > a {font-weight:bold; font-size:0.866em;font-family:DINPro,sans-serif;}

.ls-canvas { overflow: hidden; }
.iw_component { border-top: 1px solid transparent; margin-top: -1px; position: relative; }

#header { margin-bottom: 0; min-height: 112px; }

#header .container { position: relative; }

#header .navbar-header { position: absolute; top: 0; left: 15px; z-index: 1000; padding-top:10px;}

#header .navbar-brand { font-size: 1.28em; padding: 0; float: none; text-indent: -9999px; display: block;   }

#header .navbar-toggle { float: none; position: absolute; left: 0; top: 0; width: 40px; height: 40px; border-radius: 0; margin: 0; font-size: 1.4em; line-height: 1; color: #000; }

#header #main-menu { position: relative; background-color: #FFF; }

    #header #nav-main li a {
        text-transform: uppercase;
        display: inline-block;
        position: relative;
        z-index: 1;
        width: 100%;
        padding-top: 100% !important;
    }

#viewContainer{
    padding-top: 100px;
    /*padding-bottom:10px;*/
}

.impactImgDesk {
    background:url("img/banner.png") no-repeat center center ;    
    height:244px !important;
    line-height:460px;
}



@media (max-width: 767px) {  
  #header #nav-actions { z-index: 1001; }  
  #header .navbar-header { background-color: #fff; padding: 0 80px 0 80px; width: 100%; }
  #header .navbar-brand { margin: 0 auto; width: 120px; background-size: 120px auto; float:left; }
  #header #main-menu { border-bottom: 3px solid #EEE; max-height: none; height: auto !important; width: 100% !important; position: fixed; top: 40px; bottom: 0; z-index: 1002; overflow-x: hidden; overflow-y: scroll; -webkit-transition: left 0.8s ease; -moz-transition: left 0.8s ease; transition: left 0.8s ease; /*left: -250px;*/overflow:hidden; }
  #header #main-menu li { padding: 0 0 0 15px; }
  #header .navbar-nav a { font-size: 1.2em; color: #063e72; cursor:pointer;}
  #header #nav-main a:hover, #header #nav-main li.active a { color: #acacac; background-color: transparent; font-size: 1.2em;}
  #header #nav-main li.active ul.dropdown-menu li a{ color: #414042; background-color: transparent; font-size:1em; }
  #header #nav-main li.active ul.dropdown-menu li a:hover, #header #nav-main li.active ul.dropdown-menu li a:focus{ color: #acacac; }
  #viewContainer{padding-top:10px;}
  .navbar .nav > li {  width: 100%;   }
 }

@media (min-width: 768px) {
    #header { background-color: #FFF;  height: 8em !important;   }
    #header .navbar-brand { margin-left: 0; background-image: url("img/logo.png"); width: 250px; height: 102px;     background-repeat: no-repeat;    }
    #header #main-menu { height: 112px !important;  font-size: 0.85em;  }
    #header #nav-main { position: absolute; bottom: 0px;  right: 0em; height: 112px; left: 150px; display: table; }
    #header #nav-main > li { background-color: #ebebeb; border-right: solid 2px #f5f5f5; color: #00467f; }
    #header #nav-main li { transition: all 0.5s;  }
    #header #nav-main li a { background-color: transparent; color: #063e72; padding: 0.35em 1em 0.6em; cursor: pointer; }
    #header #nav-main li.contactClass{  background-color:#063e72;  }
    #header #nav-main li.contactClass a{color:#fff;}
    #header #nav-main li a:focus, #header #nav-main li a:hover { color: #fff;  background-color: transparent; }
    #header #nav-main li.active, #header #nav-main li:hover { background-color: #acacac; color: #fff; }
    #header #nav-main li.active a {  color: #fff;  background-color: transparent; }
    #header #nav-main li .dropdown-menu {
                    background-color: #ebebeb;
                    border: 0 none transparent;
                    display: block;
                    margin-top: 0px;
                    border-radius: 0;
                    padding: 0;                    
                    max-height: 0;
                    overflow: hidden;
                    -webkit-transition: all 0.5s ease-in;
                    -moz-transition: all 0.5s ease-in;
                    transition: all 0.5s ease-in;
                    min-width: 11.25em;
    }

    #header #nav-main li:hover .dropdown-menu, #header #nav-main li:active .dropdown-menu {
        max-height: 400px;
        -webkit-transition: all 1s ease-out;
        -moz-transition: all 1s ease-out;
        transition: all 1s ease-out;
    }

    #header #nav-main li .dropdown-menu, #header #nav-main li .dropdown-menu a { color: #063e72; min-width: 230px; }
    #header #nav-main li .dropdown-menu { display: none; }
    #header #nav-main li .dropdown-menu a { padding-bottom: 0.35em;  padding: 10px 20px;  }
    #header #nav-main li .dropdown-menu a:hover, #header #nav-main li .dropdown-menu a:focus {color: #fff;padding-right: 1em;}
    #header #nav-main li .dropdown-menu a:hover::before, #header #nav-main li .dropdown-menu a:focus::before {
                        display: inline-block;
                        vertical-align: middle;
                        margin-top: -0.2em;
                        padding-right: 0.75em;
    }

    #header #nav-main li.open .dropdown-menu {  display: none;   }

    #header #nav-main li:hover .dropdown-menu { display: block;  }

    #header .shadow {  display: none;   }

    .navbar .nav > li {
        display: table-cell;
        vertical-align: bottom;
        float: none;
        text-align: center;
        width: 10%;
    }
}

@media (max-width:795px){ .navbar .nav > li { width:9%; }}

@media (max-width:991px){ .navbar .nav > li { width:7.5%;}}

@media (min-width:1200px){.navbar .nav > li { width:10.5%;}}

@media (max-width: 767px) {.navbar .nav > li { width:5%;}}

@media (min-width:1430px){
    .impactImgDesk {
   background-size:100% auto;
}
}

#footer-bar{
    font-family:DINPro,sans-serif; 
    font-weight:normal;       
    text-align:center;
    left:0px;
    right:0px;
    border-bottom:3px solid #14568e;
    background-color:#EBEBEB;
    padding-top:25px;
    position:absolute;
    font-size:0.85em;
}

#footer-bar #copyright { padding: 15px 0 10px; text-align:center;}

@media (max-width: 767px) {
  #footer-bar .row { margin-top: 30px; }
  #footer-bar #copyright { margin: 0 15px; } }

@media (min-width: 768px) { #footer-bar #copyright { padding-top: 10px; } }

.bigHeader{    
    text-align: right;
    color: #a91955;
    background-color: transparent;
    z-index: 999;
    /* top: 0px; */
    position: absolute;
    Opacity: 1;
    right: 0px;
    bottom: 10px;
    margin-right: 15px;
    vertical-align:bottom;
    padding-top: 20px;
    margin-bottom:0px;
    padding-right:10px;
    padding-left:10px;
}

/*#slider { height: 250px; width:100%;}
#slider img{width:100%; height:auto;}*/

.nivoSlider{
    z-index:100;
}

.header{
    font-family:DINPro,sans-serif; 
    font-weight:bold;  
    font-size:1.8em;    
}
.header1{
    font-family:DINPro,sans-serif; 
    font-weight:bold;  
    font-size:1.556em;
    color:#063e72;
}

.header2{
    font-family:DINPro,sans-serif;
    font-weight:bold;
    font-size:1.111em;
    color:#063e72;
}

.header3{
    text-transform:uppercase;
    font-family:DINPro,sans-serif; 
    font-weight:bold;  
    color:#a91955;
}

.header4{
    font-family:DINPro,sans-serif; 
    font-weight:bold;  
    font-size:1.333em;
    color:#063e72;
}

.header5{
    font-family:'adobe-caslon-pro',sans-serif;
    font-weight:bold;
    font-size:1.333em;
    color:#a91955;
}

.header6{
    font-family:'adobe-caslon-pro',sans-serif;
    font-weight:bold;    
    color:#063e72;
}

.header7{
    font-family:'adobe-caslon-pro',sans-serif; 
    font-weight:bold;  
    font-size:1.333em;
    color:#063e72;
}

.header7 a{
    color:#063e72;
}

.header7 a:hover{
    color:#a91955;
}

.content1 {
    font-family: DINPro,sans-serif;
    font-weight: normal;
    color: #a91955;
}

.utfaLink, .utfaLink:focus{
    color:#a91955;
    text-decoration:underline;
    cursor:pointer;   
}

.utfaLink:hover{color:#063e72;}

.utfaBox{
    border:1px solid #a91955;
    background-color:#ebebeb;
    padding:15px;
    text-align:center;
    text-transform:uppercase;
    font-family:DINPro,sans-serif; 
    font-weight:bold;  
    color:#a91955;
    font-size:1.2em;
}
.uppBox {
    border: 1px solid #a91955;
    background-color: #ebebeb;
    padding: 15px;
    text-align: center;    
    font-family: DINPro,sans-serif;
    font-weight: bold;
    color: #a91955;
    font-size: 1.2em;
}
.voteBox {
    border: 1px solid #a91955;
    background-color: #ebebeb;
    padding: 5px;   
    text-align: center;    
    font-family: DINPro,sans-serif;
    font-weight: bold;
    color: #a91955;
    font-size: 1.2em;
    margin-left:-15px;
}
.utfaNewsBox {
    background-color: #acacac;
    color: #fff;
    font-family: DINPro,sans-serif;
    font-weight: bold;
    text-align: center;
    border-radius: 0px;
    font-size: 1.3em;
    padding: 15px;
    color: #a91955;
}

.hrLink{
    border-top:2px solid #acacac;
}

.hrLinkRed{
    border-top:1px solid #a91955;
}

.redText {
    color: #a91955;
}

.docsUL {
    padding-left: 1em;
}

.panel-utfa {
    border: none;
    border-radius: 0px;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.panel-utfa .panel-heading{
    background-color:#acacac; 
    color:#fff;
    font-family:DINPro,sans-serif; 
    font-weight:bold;  
    text-align:center;
    border-radius: 0px;    
}

    .panel-utfa .panel-body {
        background-color: #ebebeb;
        overflow-y: auto;
        max-height: 400px;
    }

.panel-utfa a, .panel-utfa a:focus{
    text-decoration:none;
    cursor:pointer;
    color:#000;
}

.panel-utfa a:hover{
    text-decoration:none;
    cursor:pointer;
    color:#063e72;
}

.bulletPts span{
    display:table-cell;
    padding-bottom:10px;
    text-align:left;
}

.bulletPts span.secondSpan{
    padding-left:15px;
}

.bulletPts1 span{
    display:table-cell;
    padding-bottom:0px;
    text-align:left;
    padding-left:15px;
}

.bulletPts2 span{
    display:table-cell;
    text-align:left;
    min-width:60px;
}

.bulletPts2 span p{
    margin:0px;
}

.bulletPts2 span.secondSpan{
    padding-left:15px;
}

.dot{
    color:#a91955;
    font-weight:500;
    font-size:20px;
}

.helperText{
    color:#063e72;
    font-size:0.95em;
}

.utfaLink2{
    font-style:italic;
    font-weight:bold;
    color:#063e72;
    text-decoration:none;
    text-transform:none;
    cursor:pointer;
    font-size:0.95em;
}
input[type="checkbox"][readonly] {
    pointer-events: none;
}

.mycontainer {
    display: flex;
    flex-wrap: wrap;
}

.checkmark {
    height: 18px;
    width: 18px;    
}


.check-item {
    margin-right: 20px;  
}

#impactTable {
    width:100%;
}

#impactTable thead tr th{
    background-color:#acacac;
    font-family:DINPro,sans-serif; 
    font-weight:bold;  
    font-size:1.333em;
    color:#fff;
    text-align:center;
    width:33.33%;
}

#impactTable tbody tr td{
    vertical-align:top;
    background-color:#ebebeb;    
    text-align:center;
    width:33.33%;
    padding:15px;
    border:3px solid #fff;
}

#impactTable tbody tr td:first-child{
    border-left:0px;
}

#impactTable tbody tr td:last-child{
    border-right:0px;
}

#fundTable{
    width:100%;
}
#voteTable {
    width: 100%;
}
    #voteTable tr td {
        width: 16.67%;
        padding: 5px 15px;
        text-align: left;
        color: #a91955;
        font-family: DINPro,sans-serif;
        font-weight: normal;
    }
    #voteTable tr.headRow {
        background-color: #cccccc;
        font-weight: bold;
        font-size: 1.11em;
        border:none;
    }
    #voteTable th {
        background-color: #CAD5E0;
        padding: 5px;
        color: #063e72;
        font-family: DINPro, sans-serif;
        font-size: 1.11em;
        font-weight: bold;
    }
    
#fundTable tr td{
    width:16.67%;
    padding:5px 15px;
    text-align:center;    
}

#fundTable tr td.even{background-color: #ebebeb; }

#fundTable tr td:first-child{
    width:50%;
    text-align:left;
}

#fundTable tr.headRow{
    background-color:#cccccc;
    font-weight:bold;
    font-size:1.11em;
   
}

#fundTable tr:first-child{
    background-color:#acacac;
    padding:15px;
    color:#fff;
    font-family:DINPro, sans-serif;
    font-size:1.11em;
    font-weight:bold;
}

#fundTable tr.headRow td{
    padding:5px 15px;
}



.subtitle{
    font-size:0.75em;
    font-family:DINPro,sans-serif; 
    font-weight:normal; 
}

.impactImg img{
    width:100%;
    height:auto;
}

.voteImg img{
    width:100%;
    height:auto;
    /*max-width:385px;*/
}

.to_top{
    text-align:left;
}

.to_top a{
    cursor:pointer;   
}

#compareTable{
     width:100%;
}

#compareTable thead tr th{
    background-color:#fff;
    font-family:DINPro,sans-serif; 
    font-weight:bold;   
    font-size:1.333em;
    color:#063e72;
    text-align:center;
    width:40%;
    padding:15px;
}

#compareTable tbody tr td{
    vertical-align:top;
    text-align:left;
    width:40%;
    padding:15px;
    
}

#compareTable tr:nth-child(even) td{background-color:#fff;  }
#compareTable tr:nth-child(odd) td{background-color: #ebebeb; }
#compareTable tr td:first-child{ font-weight:bold; padding-left:25px;width:20%;}
#compareTable tr th:first-child{ width:20%;}

.panelBox{
    background-color:#ebebeb;
    padding:20px;
}

.boldText{
    font-weight:bold;
}

.form-control{
    max-width:250px;
    height: 25px;
    border-radius:0px;
    border: 1px solid #acacac;
    color:#000;
}

.btn-submit, .btn-submit:focus{
    border-radius:0px;
    background-color:#063e72;
    color:#fff;
    outline:none !important;
}

.btn-submit:hover{
    background-color:#acacac;
    color:#fff;
}

.fadein.ng-hide-remove,
.fadeout.ng-hide-add {
    -webkit-transition: 400ms ease-in-out all;
    -moz-transition: 400ms ease-in-out all;
    -o-transition: 400ms ease-in-out all;
    transition: 400ms ease-in-out all;
    display: block !important;
}

.fadein.ng-hide-remove,
.fadeout.ng-hide-add.ng-hide-add-active {
    opacity: 0;
}

.fadeout.ng-hide-add,
.fadein.ng-hide-remove.ng-hide-remove-active {
    opacity: 1;
}

.libLink, .libLink:focus{
    color:#000;
    text-decoration:none;
}

.libLink:hover{
    color:#a91955;
    text-decoration:none;
}

a:hover .header4{
    color:#a91955;
}

.help-block{
    color:#a91955;
    font-size:0.75em;
}

.slider-wrapper{
    max-height:250px !important;
    overflow:hidden;
    vertical-align:bottom;
    width:100%;
}

.loginPage{
    background-image:url('img/LoginImg.png');
    background-position:center center;
    background-repeat:no-repeat;
    min-height:646px;
}

.loginCol{
    padding-left:30px;
}

.loginPanel{
    background-color:transparent;
    border:none;
    -webkit-box-shadow:none;
    box-shadow:none;
}

.loginPanel .panel-heading{
        background-color: #14568e !important;
    border-radius: 7px;
    color: #fff;
    width: 40%;
    position: relative;
    z-index: 999 !important;
    margin-left: 15px;
    max-width: 200px;
    min-width: 100px;
    text-transform: uppercase;
    padding: 5px;
    text-align: center;
}

.loginPanel .panel-body {
    border: 1px solid #14568e;
    background-color:#FFF;
    border-radius: 8px;
    margin-top: -10px;
    position:relative;  
    z-index:3;
    min-width:250px;
    max-width: 400px;  
    padding-bottom:0px;
    padding-top:20px;  
}

.loginPanel .panel-footer{
    padding:0px;
    padding-right:15px;
    border:none;
}

.loginInput{
    border:1px solid #acacac;
}

/* Register Modal */
.modal-content {
    font-family: DINPro, 'Arial Rounded MT',sans-serif;
    box-shadow: none;
    border: none;
    border-radius: 15px;
    border-top-right-radius: 0;
}

.modal-header {
    border-bottom: 0;
}

    .modal-header .close {
        position: absolute;
        right: 0;
        top: 0;
        width: 40px;
        height: 40px;
        background-color: #9fa1a3;
        margin-top: 0;
        opacity: 1.0;
        color: #fff;
        font-size: 40px;
        text-shadow: none;
    }

        .modal-header .close:focus {
            outline: none;
        }

    .modal-header h4 {
        color: #a91955;
        padding: 0;
    }

.modal-body {
    padding: 15px 30px 30px 30px;
}
.modal {
    background-color: #063e72;
}

#btnRegister{
    color:#FFF;
    background-color: #a91955;
    padding-left: 30px;
    padding-right:30px;
}
#consentStatement, #radioLabel {
    overflow-wrap: break-word;
    padding-left: 25px;
}
.fadein.ng-hide-remove,
.fadeout.ng-hide-add {
    -webkit-transition: 400ms ease-in-out all;
    -moz-transition: 400ms ease-in-out all;
    -o-transition: 400ms ease-in-out all;
    transition: 400ms ease-in-out all;
    display: block !important;
}

    .fadein.ng-hide-remove,
    .fadeout.ng-hide-add.ng-hide-add-active {
        opacity: 0;
    }

        .fadeout.ng-hide-add,
        .fadein.ng-hide-remove.ng-hide-remove-active {
            opacity: 1;
        }

.RegisterTable .help-block {
    font-size: inherit;
    text-transform: none;
    color: #F8D48B;
    color: rgba(248, 212, 139, 1.00);
}
.RegisterHeaderError {
    font-family: DINPro,sans-serif;
    font-weight: bold;
    font-size: 1.111em;
    color: #da291c;}

.RegisterTable {
    width: 100%;    
}

    .RegisterTable tr td:first-child {        
        width: 25%;
        text-transform: uppercase;
        color: #fff;
        padding: 10px 15px;
        background-color: #337ab7;
    }

    .RegisterTable tr td:last-child {
        width: 55%;
        padding: 10px;
        color: #414042;
        background-color: #E1E2E4;
        background-color: rgba(225, 226, 228, 0.40)
    }

    .RegisterTable tr:nth-child(even) td:first-child {
        background-color: #337ab7;        
    }

    .RegisterTable tr:nth-child(even) td:last-child {
        background-color: #E1E2E4;
        background-color: rgba(225, 226, 228, 0.40);
    }

    .RegisterTable tr:nth-child(odd) td:first-child {
        background-color: #063e72;        
    }

    .RegisterTable tr:nth-child(odd) td:last-child {
        background-color: #CACACA;
        background-color: rgba(202, 202, 202, 0.502);
    }

    .RegisterTable tr:first-child td:first-child {
        border-top-left-radius: 7px;
    }

    .RegisterTable tr:first-child td:last-child {
        border-top-right-radius: 7px;
    }

    .RegisterTable tr:last-child td:first-child {
        border-bottom-left-radius: 7px;
    }

    .RegisterTable tr:last-child td:last-child {
        border-bottom-right-radius: 7px;
    }


@font-face {
    font-family: 'DINPro';
    src: url('../fonts/Din/DINPro-Black.eot');
    src: url('../fonts/Din/DINPro-Black.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Din/DINPro-Black.woff') format('woff'),
         url('../fonts/Din/DINPro-Black.ttf') format('truetype'),
         url('../fonts/Din/DINPro-Black.svg') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'DINPro';
    src: url('../fonts/Din/DINPro-Bold.eot');
    src: url('../fonts/Din/DINPro-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Din/DINPro-Bold.woff') format('woff'),
         url('../fonts/Din/DINPro-Bold.ttf') format('truetype'),
         url('../fonts/Din/DINPro-Bold.svg') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'DINPro';
    src: url('../fonts/Din/DINPro-Light.eot');
    src: url('../fonts/Din/DINPro-Light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Din/DINPro-Light.woff') format('woff'),
         url('../fonts/Din/DINPro-Light.ttf') format('truetype'),
         url('../fonts/Din/DINPro-Light.svg') format('svg');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'DINPro';
    src: url('../fonts/Din/DINPro-Medium.eot');
    src: url('../fonts/Din/DINPro-Medium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Din/DINPro-Medium.woff') format('woff'),
         url('../fonts/Din/DINPro-Medium.ttf') format('truetype'),
         url('../fonts/Din/DINPro-Medium.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
