@font-face {
    font-family: HindMedium;
    src: url("../fonts/Hind-Medium.31fe3341b9c9.ttf");
}

@font-face {
    font-family: HindRegular;
    src: url("../fonts/Hind-Regular.143f6fcd29d7.ttf");
}

@font-face {
    font-family: HindSemiBold;
    src: url("../fonts/Hind-Semibold.8a055aa43084.ttf");
}

@font-face {
    font-family: MontserratRegular;
    src: url("../fonts/Montserrat-Regular.07689d4eaaa3.ttf");
}

@font-face {
    font-family: MontserratBold;
    src: url("../fonts/Montserrat-Bold_0.d3085f686df2.ttf");
}

@font-face {
    font-family: RubrikMedium;
    src: url("../fonts/Rubrik_Medium.54e99bdc725d.otf");
}

@font-face {
    font-family: Rubrik;
    src: url("../fonts/Rubrik.8f45bd32cf4a.otf");
}

body,
html {
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Noto Sans', HindRegular, Arial, sans-serif;
    color: #072128;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Noto Sans', MontserratBold, Arial, sans-serif;
    font-weight: bold;
    text-transform: capitalize;
    letter-spacing: 3px;
}

body h1 {
    text-transform: uppercase
}

.topnav {
    font-size: 16px;
    background-color: #102576; /*#080b1a*/
}

.navbar a {
    color: #FFFFFF;
}

.navbar-brand {
    height: 75px;
    padding: 10px 10px;
}

.navbar-brand>img {
    height: 43px;
    display: inline-block;
}

.navbar-brand .brand {
    color: #FFFFFF;
    font-size: 24px;
    padding-top: 10px;
    display: inline-block;
}

.navbar-inverse .navbar-nav>li>a {
    padding-top: 30px;
    padding-bottom: 25px;
    color: #FFFFFF;
}

.navbar-inverse .navbar-nav>li>a:hover {
    background-color: #35aff6;
    color: #FFFFFF;
}

.tagline {
    display: inline;
}

.tagline span{
    color: #FFFFFF;
    font-size: 13px;
}

.lead {
    font-size: 18px;
}

.intro-header {
    padding-top: 76px;
    /* If you're making other pages, make sure there is 64px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 50px;
    text-align: center;
    color: #FFFFFF;
    background: url("../img/landing_image_2.cd6ad63bfec7.jpg") no-repeat center center;
    background-size: cover;
}

.intro-header.news {
    padding-top: 20px;
    padding-bottom: 0px;
    text-align: left;
}

.intro-message {
    position: relative;
    padding-top: 15%;
    padding-bottom: 15%;
}

.intro-message > h1 {
    /*font-family: MontserratBold;*/
    margin: 0;
    font-size: 34px;
    text-transform: uppercase;
}

.intro-message .subtext {
    /*font-family: HindRegular;*/
    font-size: 22px;
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 20px;
}

.intro-divider {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.intro-message > h3 {
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}

@media(max-width:767px) {
    .intro-message {
        padding-bottom: 15%;
    }

    .intro-message > h1 {
        font-size: 34px;
    }

    ul.intro-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.intro-social-buttons > li:last-child {
        margin-bottom: 0;
    }

    .intro-divider {
        width: 100%;
    }

}

.content-section-b .container .review-table {
    background-color: #fdfdd2
}

.approval-form {
    text-align: right;
}

.section-b-detail .approval-form a {
    text-decoration: none;
    color: #333;
}

.network-name {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
}

.message.warning {
    background-color: #fdfdd2;
    padding: 20px 54px;
}

.messages {
    padding-top: 64px;
    padding: 20px 54px;
    background-color: #fdfdd2;
}

.btn-cta {
    background-color: #35aff6;
    padding: 10px 20px;
    min-width: 180px;
    border: 0;
    /*font-family: MontserratRegular;*/
    font-size: 22px;
}

.text-content {
    padding: 20px 0px 20px 12px;
}

.content-section-a {
    padding: 50px 0;
    color: #072128;
}

.content-section-a h3 {
    font-size: 20px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 260px;
    text-transform: none;
    letter-spacing: normal;
}

.content-section-a .subtext {
    font-size: 18px;
}

.content-section-a .col-lg-4 .subtext {
    max-width: 260px;
}

.content-section-a.news .subtext {
    max-width: 1000px;
}

.content-section-a.who-we-are h1{
    text-align: center;
    margin-top: 50px;
    margin-bottom: 20px;
}

.content-section-a.who-we-are h2 {
    text-align: center;
    margin-bottom: 40px;
    margin-top: 40px;
}

.profile-img {
    margin-bottom: 20px;
}

.profile-img.fish-ex {
    max-width: 100%;
    width: 250px;
}

.group-img {
    margin-bottom: 20px;
    max-width: 100%;
}

.news-img {
    width: 100%;
    margin-bottom: 20px;
}

.news-item {
    margin-bottom: 60px;
}

.content-section-a .row.info {
    margin-bottom: 40px;
}

.content-section-b {
    padding-top: 64px;
    padding-bottom: 50px;
    background-color: #f0f3f5;
}

.content-section-b .content{
    background-color: #FFFFFF;
    margin-top: 40px;
    padding-right: 16px;
    padding-left: 16px;
    font-size: 18px;
}

.content-section-b .header {
    font-size: 26px;
    color: #072128;
    /*font-family: RubrikMedium;*/
    display: inline-block;
    padding: 20px 0px 10px 12px;
}

.content-section-b .header.sub {
    font-size: 20px;
    padding-bottom: 0;
}

.content-section-b .header img {
    padding-right: 10px;
}

.content-section-b .welcome-message {
    float: right;
    color: #aaa9af;
    font-size: 18px;
    padding-top: 25px;
    padding-right: 20px;
}

.content .table {
    /*font-family: HindMedium;*/
    font-size: 16px;
}

.content .table tr {
    border-top: 1px solid #bdbdbd;
}

.content .table tr:first-child {
    border: none;
}

.content .table tr:nth-child(2) {
    border: none;
}

.content .table tr:hover {
    background-color: #f9fafb;
}

.content .table th {
    background-color: #f0f3f5;
    border: none;
    padding: 12px;
}

.content .table td {
    border: none;
    padding: 12px;
    vertical-align: middle;
}

.content a {
    color: #3BC0C5; /*#0cc6e6;*/
}

.content-section-b .section-b-detail {
    border-top: 1px solid #bdbdbd;
    margin: 0 -16px;
    padding: 0 54px;
}

.content-section-b .sub-header {
    font-size: 24px;
    padding: 10px 0;
    /*font-family: Rubrik;*/
}

.content-section-b .sub-header img {
    padding-right: 10px;
}

.content-section-b .compare-form {
    text-align: right;
    font-size: 16px;
    padding-top: 20px;
    padding-right: 10px;
}

.content-section-b .compare-form select {
    max-width: 100px;
}

.content-section-b .btn-primary {
    background-color: #35aff6;
    border: 0;
    /*font-family: HindMedium;*/
    font-size: 16px;
    padding: 4px 15px;
    color: white;
}

.content-section-b .btn-primary:hover{
    background-color: #3BC0C5;  /*#38b2ff;*/
}

.content-section-b .section-b-detail .field-name {
    /*font-family: HindSemiBold;*/
    font-weight: bold;

    font-size: 18px;
}

.content-section-b .section-b-detail .field-value {
    font-size: 18px;
}

.content-section-b .section-b-detail .row {
    padding: 10px 0;
    border-top: 1px solid #bdbdbd;
}

.content-section-b .section-b-detail .row.no-line {
    border-top: 0;
}

.content-section-b .section-b-detail .row:first-child {
    border-top: none;
}

.content-section-white {
    padding-top: 64px;
    padding-bottom: 50px;
    background-color: #f0f3f5;
}

.content-section-white .content {
    min-height: 100px;
    background-color: #FFFFFF;
    margin-top: 40px;
    padding-right: 16px;
    padding-left: 16px;
    font-size: 18px;
}

.content-section-white .page-header {
    font-size: 26px;
    color: #072128;
    /*font-family: RubrikMedium;*/
    display: inline-block;
    padding: 20px 0px 10px 12px;
    margin: 0px;
    border-bottom: 0px;
}

.content-section-white .page-header img {
    padding-right: 10px;
}

.content-section-white .section-header {
    font-size: 22px;
    padding: 10px 12px;
    /*font-family: Rubrik;*/
}

.gallery .image {
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: black;
    min-height: 200px;
}

.gallery.videos .overlay {
    position: absolute;
    top: 100px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.gallery.videos .thumbnail .overlay.hover {
    display: none;
}

.gallery.videos .thumbnail:hover .overlay {
    display: none;
}

.gallery.videos .thumbnail:hover .overlay.hover {
    display: block;
}

.mfp-title {
  position:absolute;
}

.map {
    height: 470px;
}

.small-map {
    height: 350px;
}

.smaller-map {
    height: 200px;
}

.site .location {
    /*font-family: HindRegular;*/
    text-align: right;
    font-size: 18px;
    padding-top: 10px;
    padding-right: 20px;
}

.site .region {
    color: #aaa9af;
    /*font-family: HindRegular;*/
    text-align: right;
    font-size: 14px;
    padding-top: 5px;
    padding-right: 20px;
}

.site .mpa-icon {
    padding-left: 5px;
}

@media(max-width:767px) {
    .content-section-b .welcome-message {
        display: none;
    }
}

.section-heading {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 24px;
    text-align: center;
}

.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 3px solid #e7e7e7;
}

.banner {
    padding: 100px 0;
    color: #f8f8f8;
    background: url("../img/landing_image.5f779c391a10.jpg") no-repeat center center;
    background-size: cover;
}

.banner h2 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 3em;
}

.banner ul {
    margin-bottom: 0;
}

.banner-social-buttons {
    float: right;
    margin-top: 0;
}

.chart {
    padding: 20px;
    min-width: 540px;
    min-height: 300px;
}

.report .report-table .cell-header {
    border: 1px solid #bdbdbd;
    border-right: none;
    border-bottom: none;
    font-size: 23px;
    color: #072128;
    /*font-family: RubrikMedium;*/
    display: inline-block;
    padding: 20px 0px 10px 25px;
}

.report .report-table .cell-header:first-child {
    border-left: none;
    padding-left: 50px;
}

.report .section-b-detail .row {
    padding: 0px;
}

.report {
    padding-bottom: 50px;
}

.report .report-table .cell-data {
    padding: 15px 0px 10px 15px;
    min-height: 50px;
}

.report .report-table .cell-data-center {
    text-align: center;
    padding: 15px 0px 10px 15px;
    min-height: 50px;
}

.report .report-table .cell-data:last-child {
    border-left: 1px solid #bdbdbd;
    padding-left: 25px;
}

.report .sub-header {
    /*font-family: RubrikMedium;*/
    font-size: 23px;
    padding-top: 20px;
    padding-bottom: 10px;
    display: inline-block;
}

.report #chart {
    margin: 20px 0px;
}

.contain-text {
    width: 300px;
}

#chart-species.c3 .c3-axis-x {
    font-style: italic;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        float: left;
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    .banner h2 {
        margin: 0;
        text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
        font-size: 3em;
    }

    ul.banner-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons > li:last-child {
        margin-bottom: 0;
    }
}

footer {
    padding: 20px 0;
    background-color: #102576;
    color: #FFFFFF;
}

footer h2 {
    font-size: 24px;
}

footer .contact-detail {
    max-width: 240px;
    font-size: 16px;
}

footer .contact-detail.address {
    max-width: 100%;
}

footer .tag-line {
    color: #FDBE4A;
    margin-bottom: 20px;
    text-transform: none;
}

footer .contact-detail a {
    color: #FFFFFF;
}

footer .contact-detail a:hover {
    text-decoration: none;
}

footer .contact-detail .contact-icon {
    display: inline-block;
    width: 18px;
    height: 30px;
    margin-left: 3px;
}

footer .contact-detail .contact-icon.address {
    background-image: url("../img/address_icon.f2a3cd9af3e9.png");
}

footer .contact-detail a:hover .contact-icon.address {
    background-image: url("../img/address_hover.fdc4e7e6048b.png");
}

footer .contact-detail .contact-icon.email {
    background-image: url("../img/email_icon.4f7b80347131.png");
    width: 24px;
    height: 18px;
    margin-left: -3px;
}

footer .contact-detail a:hover .contact-icon.email {
    background-image: url("../img/email_hover.19b861290b4a.png");
}

footer .contact-detail .contact-icon.mobile {
    background-image: url("../img/mobile_icon.d1500478ebb5.png");
}

footer .contact-detail a:hover .contact-icon.mobile {
    background-image: url("../img/mobile_hover.b65315e523a9.png");
}

footer .contact-detail span {
    padding-left: 10px;
    vertical-align: middle;
}

footer .contact-detail address div {
    padding-left: 35px;
}

footer .contact-detail img.contact-icon-aligned {
    padding-left: 3px;
}

p.copyright {
    margin: 15px 0 0;
}

.pt-50 {
    padding-top: 30px;
}

.pt-25 {
    padding-top: 15px;
}

.pb-50 {
    padding-bottom: 50px;
}