a {
    color: #743c2c;
}
.loss     {text-align: center;
			   color: red;
			   font-size: 14px;
			   font-weight: bold;
			  }	
 .gain    {text-align: center;
			   color: black;
			   font-size: 14px;
			   font-weight: bold;
			   }	

 .tblOption   {
			   width:90%;
			   color: black;
			   text-align: right;
			   font-family: courier new;
			   font-size: 14px;
               border: 2px solid;
                       
 }


			   
h2 span.small {
    text-transform: uppercase;
}
#welcome-video {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin:auto;
    background: rgba(0,0,0,.9);
    z-index: 99999999;

    display: table;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
#welcome-video .welcome-content {
    /*display: table-cell;*/
    /*vertical-align: middle;*/
    margin-top: 0;
}
#close-welcome {
    float: right;
    color: #fff;
    text-decoration: none !important;
}
video {
    width: 100%    !important;
    height: auto   !important;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
    border: 5px solid #743c2c;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
}
/*HEADER*/
#header {
    width: 100%;
    position: relative;
    max-height: 115px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 0 16px #012030;
    z-index: 100;
}
.nav-in #header {
    overflow: visible !important;
}
.im-fixed .img-banner {
    padding-top:90px;
}
.im-fixed #header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    margin:auto;
}
#header .logo-container {
    float: left;
    max-width: 390px;
    position: relative;
    padding-top: 25px;
    padding-bottom: 25px;
}
.im-fixed #header .logo-container {
    padding-top: 10px;
    padding-bottom: 10px;
}
#header .logo-container img {
    max-width: 100%;
    max-height: 65px;
}
#header .header-wrapper {
    max-width: 1620px;
    margin:auto;
}
#main-navigation {
    float: right;
    position: relative;
    margin-top: 60px;
}
.im-fixed #main-navigation {
    margin-top: 30px;
}
#main-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#main-navigation ul li {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
}
#main-navigation ul li:first-child {
    padding-left: 0;
}
#main-navigation ul li:last-child {
    padding-right: 0;
}
#main-navigation ul li a {
    position: relative;
    text-align: center;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    line-height: 1.5;
    font-weight: 900;
    color: #012030;
    text-transform: uppercase;
    padding: 5px 0;
}
#main-navigation ul li a:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top:0;
    margin:auto;
    width: 100%;
    height: 2px;
    background-color: #012030;
    display: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
body:not(.im-fixed) #main-navigation ul li:first-child a {
    color: #743c2c !important;
}
body:not(.im-fixed) #main-navigation ul li:first-child a:before {
    background-color: #743c2c !important;
     display: block;
}
body.im-fixed #main-navigation ul li a:hover,
body.im-fixed #main-navigation ul li.active a {
    color: #743c2c !important;
}
body.im-fixed #main-navigation ul li a:hover:before,
body.im-fixed #main-navigation ul li.active a:before {
    background-color: #743c2c !important;
    display: block;
}
body table
{width:100%}
/*PARALLAX*/
.parallax {
    position: relative;
    background-attachment: fixed;
    background-position: 0 0;
    background-repeat: no-repeat;
    /* overflow: hidden; */
    background-size: cover !important;
    background-position: center !important
}
/*GRID*/
.max-1620 {
    max-width: 1620px;
    margin:auto;
}
.pad-top-100 {
    padding-top: 25px;
}
.pad-bottom-100 {
    padding-bottom: 50px;
}
.sep-30 {
    height: 30px;
}
.sep-50 {
    height: 50px;
}
.sep-80 {
    height: 80px;
}
/*TABS*/
.custom-tabs {
    margin-top: -90px;
    background-color: #fff;
}
.custom-tabs .nav-tabs {
    border-bottom: 0;
    margin-bottom: 50px;
}
.custom-tabs .nav-tabs > li {
    float: none;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: top;
}
.custom-tabs .nav-tabs > li a {
    margin-left: 14px;
    margin-right: 14px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 0;
    background-color: #06053f;
    color: #fff;
    font-weight: 900;
    min-height: 90px;
    vertical-align: middle;
    position: relative;
    font-size: 22px;
    position: relative;
    min-width: 180px;
}
.custom-tabs .nav-tabs > li.double-line a {
    line-height: 2.854;
}
.custom-tabs .nav-tabs > li a:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 90px solid #06053f;
    border-right: 30px solid transparent;
    top: -1px;
    right: -30px;
}
.custom-tabs .nav-tabs > li a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 90px solid #06053f;
    border-left: 30px solid transparent;
    top: -1px;
    left: -30px;
}
.custom-tabs .nav-tabs > li a:hover,
.custom-tabs .nav-tabs > li.active a {
    background-color: #fff;
    color: #06053f;
}
.custom-tabs .nav-tabs > li a:hover:before,
.custom-tabs .nav-tabs > li.active a:before {
    border-top: 90px solid #fff;
}
.custom-tabs .nav-tabs > li a:hover:after,
.custom-tabs .nav-tabs > li.active a:after {
    border-bottom: 90px solid #fff;
}
.white-tabs {
    background-color: #fff;
}
.white-tabs .nav-tabs > li a {
    color: #fff;
}
.white-tabs .nav-tabs > li a:hover,
.white-tabs .nav-tabs > li.active a {
    background-color: #fff;
}
.white-tabs .nav-tabs > li a:hover:before,
.white-tabs .nav-tabs > li.active a:before {
    border-top: 90px solid #fff;
}
.white-tabs .nav-tabs > li a:hover:after,
.white-tabs .nav-tabs > li.active a:after {
    border-bottom: 90px solid #fff;
}
/*TABLES*/
.table-striped.table>thead>tr>th {
    vertical-align: bottom;
    font-weight: 900;
    text-align: left;
     font-family: courier new;
}
.table-striped.table tr,
.table-striped.table th,
.table-striped.table td {
    border: 0 !important;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.1);
}
/*CONTENT*/
.copy-wrapper {
    padding-left: 50px;
}
.section-title {
    padding-top: 50px;
    padding-bottom: 100px;
    color: #fff;
    position: relative;
}
.section-title:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin:auto;
    background: rgba(0,0,0,.5);
}
.title-boxed {
    position: relative;
    overflow:hidden;
    width: 100%;
    margin: auto;
}
.title-content {

}
.title-boxed span.title-content {
    margin:0;
    padding: 20px 30px;
    border-bottom: 10px solid rgba(255,255,255,.5);
    border-left: 10px solid rgba(255,255,255,.5);
    border-right: 10px solid rgba(255,255,255,.5);
    font-weight: bold;
    font-size: 60px;
    letter-spacing: 0;
    text-transform: uppercase;
    line-height: 140px;
    position: relative;
    overflow:hidden;
     font-family: 'Roboto', sans-serif;
}
.title-boxed span.bredcumbs {
    font-size: 18px;
    text-decoration: underline;
    font-style: italic;
    letter-spacing: 3px;
    position: absolute;
    left: 0;
    right: 0;
    top: -75px;
    margin: auto;
    font-family: Arial;
}
.title-boxed span.bredcumbs:before {
content: '';
    position: absolute;
    left: -10px;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 23%;
    height: 10px;
    background-color: rgba(255,255,255,.5);
}
.title-boxed span.bredcumbs:after {
    content: '';
    position: absolute;
    right: -10px;
    bottom: 0;
    top:0;
    margin:auto;
    width: 23%;
    height: 10px;
    background-color: rgba(255,255,255,.5);
}
.team-content{
    background-color: #fff;
    overflow: visible;
}
a.team-box {
    float: left;
    width: 100%;
    border: 1px solid #ccc;
    background-color: #fff;
    position: relative;
    margin-bottom: 30px;
    cursor: pointer;
}
.team-box h4 {
    font-size: 21px;
    font-weight: 500;
    color: #40474a;
    margin: 10px auto;
}
.team-box .team-role {
    font-size: 15px;
    font-style: italic;
    color: #8e9699;
    margin-bottom: 10px;
}
a.team-box .team-more-info {
    position: absolute;
    width: 600px;
    background: #fff;
    padding: 30px;
    z-index: 1;
    border: 1px solid #ccc;
    top: 0;
    margin: auto;
    display: none;
}
a.team-box.active .team-more-info{
    display: block;
}
a.team-box.pos-left .team-more-info {
    left: 0;
    right: auto;
}
a.team-box.pos-right .team-more-info {
    left: auto;
    right: 0;
}
.team-more-info p {
    font-size: 18px;
    text-align: left;
    color: #333;
}
a.team-box{
    text-decoration: none;
}
a.team-box:hover,
a.team-box.active {
    background-color: #fff;
}
.video-wrapper {
  position: relative;
  background: #000;
  width: 100%;
  margin: 20px auto;
}
.video-wrapper img,
.video-wrapper iframe { display: block; }
#play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 10;
  overflow: hidden;
}
#play:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top:0;
    bottom: 0;
    height: 100%;
    width: 100%;
    margin:auto;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    background: url('../images/play-button.png') no-repeat 50% 50%;
    background-size: auto, cover;
}
#play:hover:before {
     -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
}
#play:hover{
    background-color: rgba(0,0,0,0.5) !important;
}


.contact-info,
.contact-info p,
.contact-info a,
.contact-info span {
    font-size: 18px;
    margin-bottom: 0;
    color: #c8cfd2;
    font-weight: bold;
}
.contact-info p.thin {
    font-weight: 300;
}
.contact-icon {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}
.contact-icon i {
    font-size: 26px;
    margin-bottom: 20px;
}
.contact-icon:before,
.contact-icon:after {
    content: '';
    position: absolute;
    width: 40%;
    height: 1px;
    background-color: #5cb1e2;
    top: 13px;
}
.contact-icon:before {
    left: 0;
}
.contact-icon:after {
    right: 0;
}
/*FOOTER*/
footer {
    background-color: #774030;
    padding-top:15px;
    padding-bottom: 15px;
}
footer .copyright p{
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 45px;
    color: #8e9699;
}
footer ul,
footer ul li {
    list-style: none;
    margin:0;
    padding: 0;
    display: inline-block;
}
footer .social-nav ul li  {
    padding-right: 5px;
    padding-left: 5px;
}
footer .social-nav ul li a {
    font-size: 45px;
    margin-bottom: 0;
    color: #8e9699;
    line-height: 45px;
}
footer .social-nav ul li:nth-child(even) a {
    color: #c8cfd2;
}
footer #footer-nav ul li {
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}
footer #footer-nav ul li:before {
    content: '';
    right: 0;
    width: 1px;
    height: 10px;
    position: absolute;
    top:-2px;
    bottom: 0;
    margin:auto;
    background-color: #d7ceb2;
}
footer #footer-nav ul li:last-child:before {
    display: none;
}
footer #footer-nav ul li a {
    font-size: 12px;
    line-height: 45px;
    vertical-align: middle;
    margin:0;
    color: #d7ceb2;
}
#thoughts-nav {
     padding: 30px 15px;
    background: #06053f;
    margin-top: 65px;
}
#thoughts-nav h4 {
    color: #fff;
}

#thoughts-nav ul li {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
}
#thoughts-nav ul li {
    margin-bottom: 10px;
}
#thoughts-nav ul li a {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
}


#news-nav {
     padding: 30px 15px;
    background: #06053f;
    margin-top: 65px;
}
#news-nav h4 {
    color: #fff;
}

#news-nav ul li {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
}
#news-nav ul li {
    margin-bottom: 10px;
}
#news-nav ul li a {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
} 


#video-nav {
    position: relative;
    padding: 30px 15px;
    background: #06053f;
    margin-top: 65px;
}
#video-nav h4 {
    color: #fff;
}
#video-nav ul,
#video-nav ul li {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
}
#video-nav ul li {
    margin-bottom: 10px;
}
#video-nav ul li a {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
}
#video-nav ul li a.active {
    font-weight: bold;
}

#video-nav ul li a:hover {
    color: #f3f9d2;
    text-decoration: underline;
}

.span12
{
    width:940px;

}
thoughts-more-info
{
    display:none;
    visibility:hidden;
}
.fiveYearReportContent {
    font-size:100%;
    outline-color:aliceblue;
    color:#06053f;
    width:100%;
  
  }
/*.fiveYearReportContent table td {
    text-align:center;
    /*line-height:15px;*/
    border:0;
   
  }

.fiveYearReportContent table th {
    text-align:center;
    /*line-height:15px;*/
    border:0;
   
  }*/



.aboutUsContent .quarterlyReports table{width:100%;text-align:center;}

.sectionTitle {
    font-size: 34px;
    font-family: 'Merriweather Sans', sans-serif;
    font-weight: 700;
    line-height: 36px;
    text-align:center;
    color: #06053f;
  }
 .sectionSubtitle {
  text-align: center;
  font-size: 30px;
  font-family: 'Crimson Text', serif;
  font-style: italic;
  font-weight: 400;
  line-height: 32px;
  color: #763c2f;
}
  .contentHeader table th {
  text-align: inherit;
}
 #quarterly-report-content {
        width: 100%;
        margin: 0 auto;
    }

.quarterlyReports {
    margin-top: 50px;
    color: @darkGray;
    text-align: left;
    padding: 0 10px;
    .crimson400Normal(20px);
}
    #sectionTitle
{
    text-align: center;
    color: aliceblue;
    .merriWeather700Bold(38px);
}

    #sectionSubtitle {
        text-align: center;
        .crimson400Italic(30px);
        color: aliceblue;
    }

    #contentHeader {
        margin-top: 25px;

       
    }

    .table th {
    font-weight: bold;
}

     .reportSectionHeader {
    font-weight: bold;
    padding-top: 20px;
}

    .reportHeading {
        font-weight:bold;
    }

        #quarterlyReportsMenu {
            .crimson400Italic(22px);
            color: aliceblue;
            padding-bottom: 20px;

            li {
                display: inline-block;
                padding: 5px;
                padding-right: 10px;

                &.active {
                    border-bottom: solid 3px aliceblue;
                }
            }
        }

        #quarterlyReportSummary, .fiveYearSample {
            margin-bottom: 5px;
        }
     /** .fiveYearReportContent{font-size:100%;}.aboutUsContent .quarterlyReports table{width:100%;text-align:right;}
    
/*RESPONSIVE*/
@media screen and (min-width: 1200px) {

}
@media screen and (max-width: 1550px) {
    #main-navigation ul li a {
        font-size: 17px;
    }
    #main-navigation ul li {
        padding-left: 15px;
        padding-right: 15px;
    }
    #header .logo-container {
        max-width: 300px;
        padding-top: 30px;
    }
}

    .mobile-nav #main-navigation {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        padding: 100px 50px;
        background: rgba(255,255,255,.8);
        margin: auto !important;
        display: none;
    }
    .mobile-nav #main-navigation ul li {
        display: block;
        text-align: center;
        padding-left: 0;
        padding-right: 0;
    }
    .mobile-nav #main-navigation ul li a {
        font-size: 30px;
        line-height: 2;
    }
    .mobile-nav #nav-icons {
        width: 50px;
        height: 35px;
        position: absolute;
        top: 35px;
        right: 30px;
        z-index: 200;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
    }
    .mobile-nav.im-fixed #nav-icons {
        top: 20px;
    }
    .mobile-nav #nav-icons span {
        display: block;
        position: absolute;
        height: 5px;
        width: 50%;
        background: #743c2c;
        opacity: 1;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }
    .mobile-nav #nav-icons.invert-nav span {
     background: #222;
    }
    .mobile-nav #nav-icons span:nth-child(even) {
        left: 50%;
        border-radius: 0 2px 2px 0;
    }
    .mobile-nav #nav-icons span:nth-child(odd) {
        left:0px;
        border-radius: 2px 0 0 2px;
    }
    .mobile-nav #nav-icons span:nth-child(1), .mobile-nav #nav-icons span:nth-child(2) {
        top: 0px;
    }
    .mobile-nav #nav-icons span:nth-child(3), .mobile-nav #nav-icons span:nth-child(4) {
        top: 13px;
    }
    .mobile-nav #nav-icons span:nth-child(5), .mobile-nav #nav-icons span:nth-child(6) {
        top: 26px;
    }
    .mobile-nav #nav-icons.open span:nth-child(1),.mobile-nav #nav-icons.open span:nth-child(6) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .mobile-nav #nav-icons.open span:nth-child(2),.mobile-nav #nav-icons.open span:nth-child(5) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .mobile-nav #nav-icons.open span:nth-child(1) {
        left: 5px;
        top: 7px;
        background: #743c2c;
    }
    .mobile-nav #nav-icons.open span:nth-child(2) {
        left: calc(50% - 5px);
        top: 7px;
        background: #743c2c;
    }
    .mobile-nav #nav-icons.open span:nth-child(3) {
        left: -50%;
        opacity: 0;
    }
    .mobile-nav #nav-icons.open span:nth-child(4) {
        left: 100%;
        opacity: 0;
    }
    .mobile-nav #nav-icons.open span:nth-child(5) {
        left: 5px;
        top: 22px;
        background: #743c2c;
    }
    .mobile-nav #nav-icons.open span:nth-child(6) {
        left: calc(50% - 5px);
        top: 22px;
        background: #743c2c;
    }
    .mobile-nav.nav-in #main-navigation {
        display: block;
    }
    .contact-info, .contact-info p, .contact-info a, .contact-info span {
        font-size: 17px;
    }

@media screen and (max-width: 991px) {
    .custom-tabs .nav-tabs > li a {
        font-size: 21px;
        min-width: 140px;
    }
    .title-boxed span.bredcumbs {
        font-size: 16px;
    }
    .title-boxed span.title-content {
        font-size: 45px;
    }
    img {
        margin-bottom: 30px;
    }
    .team-box img {
        margin-bottom: 0;
    }
    .sm-center {
        text-align: center;
    }
    body {
        font-size: 15px;
    }
    .im-fixed #header {
        max-height: 80px;
    }
}
@media screen and (max-width: 768px) {
    .custom-tabs .nav-tabs > li {
        display: block;
    }
    .custom-tabs .nav-tabs > li a {
        border: 1px solid #06053f;
    }
    .custom-tabs .nav-tabs > li a:before,
    .custom-tabs .nav-tabs > li a:after {
        display: none;
    }
    .white-tabs .nav-tabs > li a:hover,
    .white-tabs .nav-tabs > li.active a {
        border: 1px solid #06053f;
    }
    .title-boxed span.title-content {
        font-size: 40px;
    }
    .title-boxed span.bredcumbs {
        font-size: 14px;
    }
    #header .logo-container {
        padding-top: 30px !important;
    }
    a.team-box .team-more-info {
        max-width: 100%;
    }
    .im-fixed #header {
        max-height: 80px;
    }
    .im-fixed #header .logo-container {
        padding-top: 15px !important;
    }
}
@media screen and (max-width: 480px) {
    #header .logo-container {
        max-width: 200px;
        padding-top: 35px !important;
    }
    .im-fixed #header {
        max-height: 80px;
    }
    .im-fixed #header .logo-container {
        padding-top: 20px !important;
    }
    h2 {
        font-size: 26px;
        margin-bottom: 20px;
    }
    h3 {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .title-container h2 {
         font-size: 22px;
    }
    .title-boxed span.title-content {
        font-size: 23px;
    }
    .title-boxed span.bredcumbs {
        font-size: 8px;
    }
    .mobile-nav #main-navigation ul li a {
        font-size: 20px;
        line-height: 2;
    }
    .copy-wrapper {
        padding-left: 0;
    }
    .sep-80 {
        height: 30px;
    }
    .pad-top-100 {
        padding-top: 50px;
    }
    .pad-bottom-100{
        padding-bottom: 50px;
    }
    .custom-tabs .nav-tabs {
        margin-bottom: 30px;
    }
    .loss     {text-align: right;
			   color: red;
			   font-size: 14px;
			   font-weight: bold;
			 }	
   
}