@font-face
{
    font-family: 'Village';
    src: url('/Content/Fonts/Village.eot'); /* IE9 Compat Modes */
    src: url('/Content/Fonts/Village.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/Content/Fonts/Village.woff') format('woff'), /* Modern Browsers */
    url('/Content/Fonts/Village.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/Content/Fonts/Village.svg#Village') format('svg'); /* Legacy iOS */
}

/*Responsive Elements*/

* {
    /*box-sizing: border-box;*/
}

.row::after {
    content: "";
    clear: both;
    display: table;
}

[class*="col-"] {
}

.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

@media only screen and (max-width:976px) {
    [class*="col-"] {
        width: 50%;
    }
}

@media only screen and (max-width: 720px) {
    /* For mobile phones: */
    [class*="col-"] {
        width: 100%;
    }

    .mobileHide{
        display: none;
    }

    .page {
        max-width: 720px;
    }

    .top-text{
        text-align:center!important;
    }

    .top-text h1 {
        font-size: 100% !important;
    }
    .occTab{
        width:100%
    }
}




@media only screen and (min-width: 976px) {

    .page {
        width: 976px;
    }
}

@media only screen and (min-width: 1200px) {
    
    .page {
        width: 1200px;
    }
}


.fLeft {
    float: left;
}
.fRight {
    float: right;
}

span.line{
    display:inline-block;
}

html, body
{
    margin: 0;
    padding: 0;
    height: 100%;
    /*background: url(/Images/crosshatch.png);*/
}

.container
{
    min-height: 100%;
    position: relative;
}

.head
{
    background: #FFF;
    /* background: url(/Images/header-bg.png) repeat-x;
    height: 360px;*/
}

.page {
    margin: 0 auto;
}

.head .page
{
    /*background: url(/Images/header-page-top.png) no-repeat center bottom;*/
    /*height: 182px;*/
    font-family: Montserrat,Helvetica,Arial,sans-serif;
    /*padding-top: 4px;*/
}


.top-links a, .top-links a:visited
{
    font-size: 95%;
    color: #00818f;
    margin-left: 15px;
    text-decoration: none;
    float: right;
}

.top-links a:hover, .top-links a:active
{
    text-decoration: underline;
}


.body
{
    /*background: url(/Images/crosshatch.png);*/
    clear: both;
    /*padding-bottom: 132px;
    height: 100%;*/
}

.body .page
{
    background-color: #FFF;
    /*min-height: 600px;*/
    /*width: 974px;
    border-left: 1px #E1E1E1 solid;
    border-right: 1px #E1E1E1 solid;
    padding-top: 30px;*/
    margin-top: -162px;
    margin-bottom: 30px;
    padding: 20px;
    border-radius: 4px;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.27);

}

.body::after
{
    content: '';
    display: block;
    height: 239px;
}
.top
{
    background: #FFF;
}

.top p
{
    color: #6A6A6A;
    font-family: Montserrat,Helvetica,Arial,sans-serif;
    font-size: 120%;
    line-height: 150%;
}

.top p em
{
    color: #00818f;
    background: #F2F2BB;
}

.top ul
{
    color: #6A6A6A;
    font-family: Montserrat,Helvetica,Arial,sans-serif;
    font-size: 120%;
    margin: 10px 0 20px 25px;
    line-height: 150%;
}

.top li
{
    margin-bottom: 7px;
    list-style-type: disc;
}

.button-center
{
    text-align: center;
    /*margin: 10px auto;*/
}

.content
{
    /*padding: 0 32px 20px 32px;*/
    font-family: Montserrat,Helvetica,Arial,sans-serif;
    color: #323232;
}

.content a, .content a:visited
{
    color: #00818f;
    text-decoration: none;
}

.content a:hover, .content a:active
{
    text-decoration: underline;
}



.good-wrap
{
    white-space: pre; /* CSS 2.0 */
    white-space: pre-wrap; /* CSS 2.1 */
    white-space: pre-line; /* CSS 3.0 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    white-space: -moz-pre-wrap; /* Mozilla */
    white-space: -hp-pre-wrap; /* HP Printers */
    word-wrap: break-word; /* IE 5+ */
    max-width: 350px;
}

.foot
{
    /*background: url(/Images/footer-bg.png) repeat-x;
    
    height: 132px;
    position: absolute;
    bottom: 0;*/
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 239px;
    overflow: hidden;
}

.foot .page
{
    min-height: inherit;
    background-color:#0d3e4f;
    height: 62px;
    padding-top: 70px;
    text-align: center;
    color: #A5A5A5;
    font-size: 80%;
    border: none;
    width: auto;

}

.foot .page a
{
    padding: 0 5px;
}

.foot .page a, .foot .page a:visited
{
    color: #FEBE10;
    text-decoration: none;
}

.foot .page a:hover, .foot .page a:active
{
    color: #FFF;
    text-decoration: underline;
}

.aurora-main
{
    position: relative;
    overflow: hidden;
    top: -30px;
    right: -60%;
    width: 100%;
    height: 185px;
    background-image: url(/Images/Aurora-main.svg);
    background-size: contain;
    z-index:-1;   

}

.aurora-town
{

    position: relative;
    z-index: -1;
    margin-top: -6px;

}

.header-search-box
{
    /*background: url(/Images/search-box.png);
    height: 61px;
    width: 722px;*/
}

.header-search-box input
{
    height: 42px;
    width: 78%;
    /*border: none;*/
    border: 1px #ffcd57 solid;
    border-radius: 4px 0 0 4px;
    /*background: url(/Images/search-input-background.png);*/
    font-size: 160%;
    color: #646464;
    font-family: Montserrat,Helvetica,Arial,sans-serif;
    line-height: 42px;
    padding: 6px 15px;
    float: left;
    margin:0 auto;
}

.small input.search-box
{
    height: 20px;
    width: 175px;
    border: 1px #B0B0B0 solid;
    border-right: none;
    color: #646464;
    font-family: Montserrat,Helvetica,Arial,sans-serif;
    line-height: 20px;
    padding: 2px 5px;
    font-size: 90%;
}

.header-search-box input.input-default-text
{
    color: #C4C4C4;
}

a.search-button
{
    /*padding: 14px 15px;*/
    float: left;
}



a
{
    border: none;
}

hr
{
    border: 1px #E0E0E0 solid;
    border-bottom: none;
    height: 1px;
    margin: 15px 0 12px 0;
}

h1
{
    font-family: Montserrat,Helvetica,Arial,sans-serif;
    font-size: 180%;
    color: #00818f;
    margin-bottom: 10px;
    font-weight: bold;
}

h2
{
    font-family: Montserrat,Helvetica,Arial,sans-serif;
    font-size: 130%;
    color: #00818f;
    font-weight: bold;
}



h3
{
    font-size: 115%;
    color: #6A6A6A;
    font-weight: bold;
}

h3 .sub-text
{
    color: #8D8D8D;
    font-weight: normal;
}



.section-selectors
{
    margin-top: 20px;
    margin-left:30px;
    margin-right:30px;
    margin-bottom: 15px;
    height: 34px;
    line-height: 20px;
}

.section-selectors div
{
    height: 34px;
    float: left;
}

.section-selectors .words
{
    margin: 0 8px;
    font-size: 85%;
}

.section-selectors .button-left
{
    width: 18px;
    background: url(/Images/button-inactive-left.png);
}

.section-selectors .active .button-left
{
    /*background: url(/Images/button-active-left.png);*/
}

.section-selectors .button-right
{
    width: 16px;
    background: url(/Images/button-inactive-right.png);
}

.section-selectors .active .button-right
{
    /*background: url(/Images/button-active-right.png);*/
}

.section-selectors .button-center
{
    padding-right: 2px;
    background: url(/Images/button-inactive-back.png);
}

.section-selectors .active .button-center
{
    /*background: url(/Images/button-active-back.png);*/
}

.section-selectors .button-divider
{
    width: 19px;
    background: url(/Images/button-inactive-center.png);
}

.section-selectors .active .button-divider
{
    width: 19px;
    background: url(/Images/button-active-center.png);
}

.section-selectors a
{
    font-size: 109%;
    color: #00818f;
    text-decoration: none;
    font-weight: bold;
}

.section-selectors .active a
{
    color: #3C3C3C;
}

.section-selectors a span
{
    font-weight: normal;
    color: #8D8D8D;
    font-size: 90%;
}

.small .section-selectors
{
    margin-top: 14px;
    font-size: 85%;
    line-height: 1.1em;
    height: auto;
    clear: right;
}



.tab
{
    padding-bottom: 20px;
}

.section
{
    /*clear: both;*/
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
}

.section .header
{
    /*background: url(/Images/section-top.png);*/
    height: 24px;
    padding: 15px 16px 15px 20px;
    border: 1px solid #d4c7cf;
    border-radius: 4px 4px 0px 0px;
}

.section .header h3
{
        color: #00818f;
}

.section .controls
{
    float: right;
}

.section .row
{
    border: 1px #d4c7cf solid;
    border-top: none;
    background: #FFF;
    padding: 10px 16px;
    font-size: 90%;
    vertical-align: middle;
    border-radius: 0px 0px 0px 0px;
}

.section .row p
{
    font-size: 95%;
    font-family: Montserrat,Helvetica,Arial,sans-serif;
    vertical-align: middle;
    width: 100%;
}

.section.no_dl .row p
{
    width: auto;
}

.section .row p a, .section .row p a:hover, .section .row p a:visited, .section .row p a:active
{
    color: #00818f;
    text-decoration: none;
}

.section .row p a:hover
{
    text-decoration: underline;
}

.row.last
{
    border-bottom: 2px #999 solid;
}


.section .gridrow
{
    border: 1px #d4c7cf solid;
    border-top: none;
    background: #FAFAFA;
    font-size: 85%;
}

.section .gridrow .column
{
    padding: 10px 14px;
    float: left;
    border-right: 1px #d4c7cf solid;
}

.section .gridrow .column.last
{
    border-right: none;
}

.section .gridrow.title
{
    font-weight: bold;
    background-color: #F5F5F5;
}


.filters
{
    margin-bottom: 10px;
    margin-left: 30px;
}

.filter
{
    float: left;
    margin-right: 20px;
}

.filter.last
{
    margin-right: 0;
}

.filter div
{
    font-family: Montserrat,Helvetica,Arial,sans-serif;
    color: #6A6A6A;
    font-size: 85%;
    margin-bottom: 5px;
    margin-left: 3px;
}

.filters select
{
    width: 213px;
    font-size: 85%;
    border: 1px #666 solid;
    margin-right: 10px;
    /*height: 28px;
    line-height: 28px;*/
}

.filters option
{
    /*padding: 5px;*/
    padding: 3px;
    border: 1px #D0D0D0 solid;
    border-bottom: none;
}




.tab-navigation li
{
    float: left;
    padding: 10px;
}

.tab-navigation li.last
{
    border-right: 1px black solid;
}

.nav-disabled
{
    border: 1px black solid;
    border-right: none;
    background-color: #FFF;
}

.nav-enabled
{
    border: 1px black solid;
    border-right: none;
    background-color: #EEE;
}

.tab-navigation li.active
{
    background-color: #DDD;
}


.display-label
{
    font-weight: bold;
    margin-top: 5px;
}

.download-button
{
    height: 29px;
    width: 134px;
    float: right;
    background: url(/Images/download-add-button.png) no-repeat;
}

.download-button.remove
{
    width: 167px;
    background: url(/Images/download-remove-button.png) no-repeat;
}

.detail-download-button
{
    height: 32px;
    width: 136px;
    float: right;
    background: url(/Images/button-add-download.png) no-repeat;
}

.detail-download-button.remove
{
    width: 166px;
    background: url(/Images/button-remove-downloads-square.png) no-repeat;
}

.product-button
{
    height: 28px;
    width: 115px;
    float: right;
    background: url(/Images/button-include-product.png) no-repeat;
}

.product-button.remove
{
    background: url(/Images/button-ignore-product.png) no-repeat;
}



.top-values
{
    float: left;
    font-family: Montserrat,Helvetica,Arial,sans-serif;
    margin-bottom:5px;
    padding-right:5px;
}

.top-label
{
    color: #6A6A6A;
    font-size: 85%;
}

.top-value
{
    color: #4F4F4F;
    font-size: 130%;
    font-weight: bold;
}

.top-value.smaller
{
    font-size: 115%;
}

.top-extra
{
    margin-top: 15px;
}

.top-extra strong
{
    color: #6A6A6A;
}

.top-extra.bigger
{
    font-size: 105%;
}

.height-constrained
{
    max-height: 350px;
    overflow: auto;
    border-radius: 0px 0px 4px 4px!important;
    border-bottom: 1px solid #d4c7cf!important;
}

.section-table
{
    border-left: 1px solid #d4c7cf;
    width: 100%;
}

.section-table th
{
    background-color: #F5F5F5;
    padding: 10px 14px;
    border-right: 1px solid #d4c7cf;
    border-bottom: 1px solid #d4c7cf;
    font-size: 85%;
    font-weight: bold;
}

.section-table td
{
    background-color: #FFF;
    padding: 10px 14px;
    border-right: 1px solid #d4c7cf;
    border-bottom: 1px solid #d4c7cf;
    font-size: 85%;
}

.section-table.tight td, .section-table.tight th
{
    padding: 7px 8px;
}

.height-contstrained .section-table td
{
    border-bottom: none;
    border-top: 1px solid #d4c7cf;
}


.confirm-button
{
    float: left;
}

.reject-button
{
    margin-left: 15px;
    float: left;
}

.content .intro
{
    float: left;
    width: 100%;
}

.content .left
{
    /*float: left;*/
    width: 400px;
    /*height: 337px;*/
}

.content .right
{
    float: right;
    margin-left: 15px;
    width: 430px;
}

.content .right hr
{
    border: 1px #E0E0E0 solid;
    border-bottom: none;
    height: 1px;
    margin: 15px 0;
}

.content .right h1
{
    font-family: Montserrat,Helvetica,Arial,sans-serif;
    font-size: 140%;
    color: #00818f;
    text-transform: uppercase;
    margin-bottom: 10px;
}

#modalBox em
{
    color: #00818f;
    background: #F2F2BB;
}

.load-more-button
{
    background: url(/Images/load-more-bg.png);
    height: 34px;
    line-height: 34px;
    color: #001832 !important;
    font-size: 85%;
    padding: 0 12px;
    display: block;
    font-weight: bold;
    float: left;
    border-left: 1px #FDAB00 solid;
    border-right: 1px #FDAB00 solid;
    text-decoration: none !important;
}

.underlined
{
    text-decoration: underline !important;
}


.fixedHeaders tbody
{
    max-height: 193px;
    overflow: auto;
    width: 100%;
    display: block;
}

.fixedHeaders thead
{
    position: relative;
}

.fixedHeaders thead tr
{
    display: block;
}

.table-heads
{
    border-right: 1px solid #d4c7cf;
    background-color: #FAFAFA;
    border-bottom: 1px solid #d4c7cf;
    border-left: 1px solid #d4c7cf;
}

.table-heads .column
{
    float: left;
    border-right: 1px solid #d4c7cf;
    font-size: 85%;
    font-weight: bold;
    padding: 10px 14px;
}

.table-heads.tight .column
{
    padding: 7px 8px;
    overflow: hidden;
}

.table-heads .column.last
{
    border-right: none;
}

.col-1
{

}

.brand
{
    background-color:#0d3e4f;
    height: 140px;
    text-align: center;
    color: #A5A5A5;
    font-size: 80%;
    border: none;
    width: auto;
    overflow: hidden;
    
}

.brand::after{
    content: '';
    background-image: url(/Images/Aurora-main.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: -30px;
    width: 70%;
    right: -25%;
    height: 170px;

}



.footer-menu-wrapper
{
    background-color: #0b3442;
    color: #fff;
    height: 99px;
}

.footer-nav
{
    margin-left:auto;
    margin-right:auto;
    padding-left:15px;
    padding-right:15px;
    width:1066px;
    box-sizing:border-box;
}

.footer-nav-col1>ul>a

{
    color:#fff;
    text-decoration:none;
    font-weight:500;
    font-size:16px;
}

.footer-nav-col1>ul>a:hover
{
    text-decoration:underline;
}


.footer-nav-col1
{
    float:left;
    padding: 15px 40px 15px 15px;
}

.footer-nav-copyright
{
    float:right;
    padding: 15px 10px 15px 15px;
    color: #fff;
}


/*collapsible test*/

.collapsible {
    height: 24px;
    padding: 15px 16px 15px 20px;
    border: 1px solid #d4c7cf;
    border-radius: 4px 4px 0px 0px;
    cursor: pointer;
    

}

.section .collapsible h3 {
    color: #00818f;
}

.expanded, .collapsible:hover {
  background-color: #FAFAFA;
}


.collapsible:before {
    float: left;
    padding-right: 1em;
    color: #00818f;
    font-size: 115%;
    font-weight: bold;
    content: '\2212';
}

.expanded:before {
    float: left;
    padding-right: 1em;
    color: #00818f;
    font-size: 115%;
    font-weight: bold;
    content: '\002B';
    /*content: '\002B'*/;
}*/


 .height-constrained-cap
{
    max-height: 600px;
    overflow: auto;
    border-radius: 0px 0px 4px 4px!important;
    border-bottom: 1px solid #d4c7cf!important;
    resize:vertical;
}

.row height-constrained {
  padding: 0 18px;
  /*max-height: 400px;*/
  overflow: hidden;
  transition: max-height 0.5s ease-out;
  background-color: #f1f1f1;
  resize: vertical;

}

.fadedBox{
    float: left;
    position: relative;
    height: 200px;
    padding: 20px;
    margin:10px;
    border-radius: 4px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.2);
    box-shadow: 0 0 5px 0 rgba(0,0,0,.2);

}

.fadedBox h1{
    color: #303030;
}

.fadedBox h1 a:hover{
    text-decoration: underline;
    text-decoration-color: #00818f;
    color: #00818f;
}

.fadedBox h1 a{
    color: #303030!important;
}

a{
    color: #00818f;
    text-decoration: none;
}

a:hover{
    text-decoration: underline;
    text-decoration-color: #00818f;
}

.downloadButton {
    border: 1px solid #ddd;
    outline: none;
    cursor: pointer;
    border-radius: 4px;
    color: #00678F;
    font-weight: bold;
    padding: 10px;
    width: 110px;
    text-align: center;
    background-color: #fff;
    display:inline-block;
    font-size: 100%!important;
}

.downloadButton:hover {
    background-color: #ddd;
}

