/*
Theme Name: Sea Grant Theme
Description: Theme for the WI Sea Grant site
Author: Aquatic Sciences Center
Template: zerif-lite
Version: 1.0.0
*/



/************************* Setup the Fonts ************************/

/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/2ffac9");


@font-face {
  font-family: 'Roboto';
  src: url('fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto-Light';
  src: url('fonts/Roboto-Light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto-Bold';
  src: url('fonts/Roboto-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto-Condensed';
  src: url('fonts/RobotoCondensed-VariableFont_wght.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto-Condensed-Light';
  src: url('fonts/static/RobotoCondensed-Light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}


/************************** Reset some styles **************************/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s,
samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form,
label, legend, table, caption, tbody, tfoot, thead, tr, th, td, body, button, input, select, textarea {
    font-family: 'Roboto', sans-serif !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

}

h2 {
    font: 45px 'Roboto-Light', sans-serif !important;
}
.home h2 {
    font: 45px 'Roboto-Bold', sans-serif !important;
}
h1 {
    font: 25px/1.25em 'Roboto-Bold', sans-serif !important;
    letter-spacing: 1px;
    border-bottom: none;
}
h1.underline, h2.underline, h3.underline, h5.underline {font: 25px/1.25em 'Roboto-Bold', sans-serif !important;
    border-bottom: 1px solid #5a5a5a;
    letter-spacing: 0;
}
h1.page-title:before {
    content: none;
    display: none;
}

.page h2 {
    font-size: 24px !important;
	font-weight: bold;
}

h3 {
	line-height: 28px;
}

h4.bold, h4.bold a {
    font: 20px/1.25em 'Roboto-Bold', sans-serif !important;
    font-weight: bold;
    position: relative;
    color: #555655 !important;
    text-transform: uppercase;
}
h4.underline:before {
    content : "";
    position: absolute;
    left    : 30%;
    bottom  : 0;
    height  : 1px;
    width   : 40%;
    border-bottom: 2px solid #f04c2d;
/*	border-bottom: 2px solid #d53526;*/
}

h5.underline {
    border-bottom: 1px solid #e7e7e7;
}
h6 {
    font-weight: bold;
    font-size: 18px;
}

.ht-site-description, .ht-site-description a {
    font-family: 'Roboto-Light', sans-serif !important;
}

a {
/*    color: #f04c2d;*/
	color: #d53526;
    cursor: pointer !important;
}

a:hover {
/*    color: #f04c2d !important;*/
	color: #d53526 !important;
}

a:focus {
  outline: 3px solid #e96656;
  padding: 5px;
}

a:visited {
    color: #0081c6;
    text-decoration: none !important;
}

a.bold-white {
    color: #fff;
    font-family: 'Roboto-Bold', sans-serif !important;
}

a:hover, .flex-nav-next:hover, .flex-nav-prev:hover, .flex-prev:hover,
.flex-next:hover, .carousel-control.right:hover, .carousel-control.left:hover,
.carousel-control.right:focus, .carousel-control.left:hover
{
    cursor: pointer !important;
    text-decoration: none !important;
}

.social-media-feed .carousel-control.left,
.social-media-feed .carousel-control.right
{
    background-image: none;
}

.site-container a:hover {
    /*color: #1188aa;*/
}

.wp-pagenavi span.pages {
	display: inline-block;
}

#ht-page {
    overflow: hidden;
}

.page-header {
    border-bottom: none !important;
    margin-top: 0;
}

.entry-figure {
    background: none;
    margin-bottom: 10px;
    text-align: left;
}

.entry-figure + .entry-header {
    background: none;
    margin-top: 0;
    width: 100%;
    padding: 15px 0;
}


.entry-meta .date, .entry-meta .author {
    margin-bottom: 0px;
    text-transform: uppercase;
}

.entry-meta .date {
    text-transform: capitalize;
}

.clear {
    clear: both;
}

.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
}

button {
    word-wrap: normal;
    color: #fff;
}

button:hover {
    color: #fff;
    background: #333;
    border: none;
}

button.searchsubmit {
    padding: 5px 10px;
}

.center {
    text-align: center;
}

.left-align {
    text-align: left;
}

.no-list-style {
    list-style: none;
}

select::-ms-expand {
    display: none;
}

.mobile-bg-fix-img {
    display: none;
}

.ht-blog-excerpt h5 a {
    color: #ff6633;
}

.content-left-wrap, .content-right-wrap {
    padding-top: 30px;
    display: inline-block;
    float: left;
}

.single .content-left-wrap {
    padding-top: 0;
}

.single-bio .content-left-wrap {
    width: 100%;
}

.site-main p {
    margin: 0 0 20px;
}

article.hentry {
    border-bottom: none;
    padding-bottom: 0;
}

.widget-area {
    width: initial;
}

.widget_search input {
    width: 80%;
}

#level-access-access-assistant-highlight-container {
    display: none;
}

pre {
    border: none;
    font-size: 18px;
    margin-bottom: 20px;
    white-space: pre-wrap;       /* Since CSS 2.1 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;
}

.text-capitalize {
    text-transform: uppercase;
}


/*------------------------------------------------------------------

[General]

-------------------------------------------------------------------*/

.gray-background {
    background: #E4E4E4;
}

.widget .widget-title:before {
    background: none;
}

.breadcrumbs {
    padding: 20px 20px 20px 0;
    text-align: left;
    text-transform: capitalize;
}

.row {
    margin-right: 0;
    margin-left: 0;
}

#content {
    min-height: 500px;
    position: relative;
}

.site-main p {
    text-align: left;
}

.archive .page-header h1.entry-title,
.page #content article h1.entry-title {
    font-family: 'Roboto-Condensed-Light', sans-serif !important;
    font-size: 60px !important;
    letter-spacing: -2px;
    line-height: 60px !important;
}

.listpost-content-wrap h1.entry-title, .list-post-top h1.entry-title {
    letter-spacing: 0px;
}

.entry-title a
{
/*    color: #f04c2d;*/
	color: #d53526;
}

.listpost-content-wrap h1.entry-title a:visited,
.list-post-top h1.entry-title  a:visited
{
    color: #0081c6;
}

#content {
    font-family: 'Roboto-Light', sans-serif !important;
    font-size: 16px;
    color: #000;
}


.entry-content ul {
    list-style: none;
    margin: 0 0 1.5em 1.5em;
    position: relative;
    /*list-style-type: square;*/
}

.entry-content ul li::before {
    position: absolute;
    left: -15px;
    content: "";
    width: 8px;
    height: 8px;
   /* background: #f04c2d;*/
	background: #d53526;
    display: block;
    float: left;
    margin-right: 5px;
    margin-top: 6px;
}

.yotu-videos ul li::before {
    content: none;
    width: 8px;
    height: 8px;
/*    background: #f04c2d;*/
	background: #d53526;
    display: block;
    float: left;
    margin-right: 5px;
    margin-top: 6px;
}

.entry-content ul li {
    margin-bottom: 10px;
}

.entry-content ul ul {
    margin-top: 10px;
	margin-bottom: 0;
}

.dpsp-networks-btns-wrapper li:before {
    background: none !important;
}

.dpsp-has-spacing .dpsp-networks-btns-wrapper li {
    margin-right: 1%;
}


/* Slick Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -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);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.wp-caption {
    padding: 10px;
    border: none;
    margin-bottom: 0px;
    font-size: 13px;
}

.wp-caption.alignleft {
    margin-right: 10px;
}

.entry-header {
    /*margin-top: 40px;*/
}

.accordion-toggle {
    background: #eee;
    padding: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.accordion-toggle:before {
    content: '+';
    padding-right: 10px;
    font-size: 20px;
    font-weight: bold;
}

.accordion-content {
    display: none;
}


.page-nav-wrap {
    width: 100%;
}

.wp-pagenavi {
    margin-bottom: 20px;
    text-align: left;
}

.wp-pagenavi span, .wp-pagenavi a {
    border: none;
}


.entry-content blockquote {
    border-left: none;
    min-height: 250px;
    overflow: auto;
    font-style: italic;
    font-weight: bold;
    font-size: 20px;
    color: #666;
    padding-left: 0;
    margin-bottom: 30px;
}

blockquote:after {
    clear: both;
}

.entry-content blockquote p {
    display: inline-block;
    position: relative;
}

.entry-content blockquote cite {
    font-style: normal;
    position: absolute;
    margin-left: 20px;
    margin-top: 20px;
}

.entry-content blockquote img {
    border: 1px solid #000;
    display: inline-block;
}

/****** Accordion styles *******/
.su-spoiler-style-default > .su-spoiler-title {
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
}

.su-spoiler-icon-plus.su-spoiler-closed .su-spoiler-icon:before {
    content: '+' !important;
    /*color: #f04c2d;*/
	color: #d53526;
    padding-right: 10px;
    font-size: 20px;
    font-weight: bold;
}

.su-spoiler-icon-plus .su-spoiler-icon:before {
    content: '-' !important;
/*    color: #f04c2d;*/
	color: #d53526;
    padding-right: 10px;
    font-size: 20px;
    font-weight: bold;
}

/****** Elementor Toggle styles *******/
.fa, .fas {
/**    font-family: "Font Awesome 5 Free" !important; */
    font-weight: 900;

}


/*-----------------------------------------------
[Master Slider]
-------------------------------------------------*/
.ms-slide-info .ms-info {
    text-align: center;
    color: #fff;
    background: #000;
    opacity: .85;
    padding: 10px 10px 0;
}


/*------------------------------------------------------------------
[contact forms]
-------------------------------------------------------------------*/
.contact-form {
    width: 90%;
    display: block;
    margin: 10px auto;
    background: #e7e7e7;
    padding: 20px;
    overflow: auto;
}
.contact-form p, .contact-form label {
    width: 100%;
}
.contact-form input {
    width: 100%;
}
.contact-form .submit-wrap {
    text-align: center;
    display: block;
}
.contact-form .submit-wrap .wpcf7-submit {
    width: initial;
}

.wpcf7-form-control-wrap input {
    width: 100%;
}


.wpforms-field-email {
    width: 95%;
}

.grecaptcha-badge {
    display: none !important;
}


/** email post subscription form */
.es_form_container .es_shortcode_form input {
    width: 90%;
}

.es_form_container .es_shortcode_form .es_submit_button {
    margin: 10px 0;
    width: 40%;
}

#primary-sidebar .es_form_container #es_txt_button {
    padding: 13px;
    font-size: 17px;
    font-weight: bold;
}

#primary-sidebar .es_form_container .es_textbox input {
    width: 100%;
}

input[name="esfpx_es_hp_email"] {
	display: none !important;
}

/*********  Header *********/
.navbar-brand {
    background: #f04c2d !important;
	/*background: #d53526 !important;*/
    height: 100%;
    max-width: 150px;
    padding: 0px 20px;
}

.navbar-brand #small-logo {
    display: none;
    padding: 5px 0;
}

.navbar-brand .logo-img {
    height: 75px;
}

.navbar-brand .site-title a,
.navbar-inverse .navbar-brand .site-title a
{
    color: #fff;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
    color: #fff !important;
/*    background-color: #f04c2d !important;*/
	background-color: #d53526 !important;
}

#main-nav .container {
    position: relative;
}

.menu.search-list {
    position: absolute;
    right: 0;
    top: 75px;
    background: #000;
}

.menu.search-list .search-form {
    display: none;
}

.menu.search-list .search-form.show-search {
    display: block;
    padding: 10px 10px;
}

.navbar-inverse ul li:hover > ul.sub-menu {
    /*width: 300px;*/
    min-width: 280px;
}

.navbar-inverse .navbar-nav ul.sub-menu li {
    display: inline-block;
    /*float: left;*/
    width: 100%;
    margin-bottom: 0px;
    padding: 10px 10px 5px;
    line-height: 20px;
}

.navbar-inverse .navbar-nav ul.sub-menu li:nth-child(odd) {
    float: left;
    margin-right: 10px;
}

.navbar-inverse .navbar-nav ul.sub-menu li:nth-child(even) {
    /*float: right;*/
}


.navbar-inverse ul li:hover > ul.sub-menu, .navbar-inverse ul li.link-focus > ul.sub-menu {
    /*left: -30px;*/
}

.navbar-inverse ul li:last-child:hover > ul.sub-menu
/*.navbar-inverse ul li.link-focus > ul.sub-menu */
{
    /*left: -345px;*/
}


.navbar-inverse ul li:nth-last-child(2):hover > ul.sub-menu {
    /*left: -200px;*/
}

/***   logo    ***/

#site-logo {
    position: absolute;
    top: 73px;
    left: 0;
    width: 215px;
}



/*********  Main Navigation *********/

#main-nav {
    background: #fff;
    color: #555655;
    font-size: 18px;
    font-weight: bold;
    border: none;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
}

.navbar-inverse .navbar-nav>li.menu-item>a,
.navbar-inverse .sub-menu li a
{
    color: #555655;
    font-family: 'Roboto', sans-serif !important;
    font-size: 15px !important;
}

.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav ul.sub-menu li:hover > a {
/*    color: #f04c2d !important; */
	color: #d53526 !important;
}

.navbar-inverse .navbar-nav ul.sub-menu li:hover > a, .navbar-inverse .navbar-nav ul.sub-menu li.link-focus > a {
	color: #d53526 !important;
}


#fish-id-page .hidden {
    display: none;
    visibility: visible;
}


/*********  Homepage *********/

.section-header {
    padding-bottom: 0px;
}

.section-header h2 {
    font-size: 50px;
    font-weight: bold;
    text-transform: capitalize;
    color: #555655;
}

.section-header h2.white-text {
    color: #fff;
}

/* Dark Gray background  */
.client-list,
#buttons-section,
#testimonials
{
    background: #555655;
}

/*** Buttons section - clients area ***/
#buttons-section {
    min-height: 100% !important;
}

.client-list {
    margin-bottom: 0;
    padding: 30px;
}

.client-list h1 {
    font-size: 50px !important;
    font-weight: bold !important;
    color: #fff;
    margin-top: 0;
    margin-bottom: 30px;
}

.client-list .menu-front-page-button-menu-container {

}

.client-list .menu-front-page-button-menu-container ul li a {
    font: 14px 'Roboto-Bold', sans-serif !important;
    background: #fff;
/*    color: #f04c2d;*/
	color: #d53526;
    font-weight: bold;
    padding: 10px 20px;
}


/*** Front Video section ***/

.home .home-video-container {
    position: relative;
    display: block;
	margin-top: -495px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
	/* position: absolute; */
	/*     top: 0%; */
    /* margin-top: -495px; */
    /* margin-top: -385px; */
    /*margin-top: -375px;*/
}

.home .home-video-container video {
    display: block;
    width: 100%;
}



/*** Latest News section ***/

#latestnews {
    background: #E4E4E4;
    padding-top: 10px;
}

#latestnews #carousel-homepage-latestnews {
    background: #fff;
    width: 85%;
    margin: 10px auto;
    padding: 25px;
}

.carousel-control .glyphicon-chevron-right {
    right: 0px;
}

.carousel-control .glyphicon-chevron-left {
    left: 15px;
}

#carousel-homepage-latestnews .item {
    margin-bottom: 0;
}

#carousel-homepage-latestnews .carousel-control {
    display: none;
}

#carousel-homepage-latestnews .item .latestnews-box .latestnews-img .latestnews-img-a {
    display: inline-block;
}

#carousel-homepage-latestnews .item .latestnews-box .latestnews-img .latestnews-img-a img {
    max-height: 200px;
    width: auto;
}

#carousel-homepage-latestnews .glyphicon-chevron-right:before,
#carousel-homepage-latestnews .glyphicon-chevron-left:before
{
    background: none;
    width: 0px;
}

#carousel-homepage-latestnews .carousel-control {
    opacity: 1;
}

.fa.fa-angle-right,
.fa.fa-angle-left
{
    font-size: 45px;
}

.latestnews-box {
    width: 33%;
}

.latestnews-content p, .latestnews-content {
    text-align: left;
    display: inline-block;
    font-size: 16px;
}

.latestnews-content p:last-of-type::after {
    content: '\f0da';
    font-family: FontAwesome;
/*    color: #f04c2d;*/
	color: #d53526;
    margin-left: 5px;
    font-size: 18px;
}

#carousel-homepage-latestnews .carousel-inner .item .latestnews-title {
    display: block;
    margin-bottom: 5px;
    margin-top: 0;
}

#carousel-homepage-latestnews .carousel-inner .item .latestnews-img {
    margin-bottom: 10px;
}

#carousel-homepage-latestnews .carousel-inner .item .latestnews-title a {
    font: 25px 'Roboto-Bold', sans-serif !important;
    text-transform: initial;
}

#carousel-homepage-latestnews .item .latestnews-box .latestnews-title a:before {
    background: none !important;
}

.fa.read-more-arrow {
    font-size: 20px;
/*    color: #f04c2d;*/
	color: #d53526;
}

/*** Impacts section ***/

.our-team {
    padding-top: 30px;
}

.our-team .impacts-container {
    float: none;
    margin: 0 auto;
    /*overflow: auto;*/
    visibility: hidden;
}

.our-team .section-header, .contact-us .section-header {
    padding-bottom: 20px;
}

.our-team h2 {
    text-transform: capitalize;
/*    color: #f04c2d;*/
	color: #d53526;
    font-weight: bold;
}

.our-team .row .textwidget {
    /*max-height: 550px;*/
    /*display: -webkit-flex;*/
    /*display: flex;*/
    /*-webkit-align-items: center;*/
    /*align-items: center;*/
    /*-webkit-justify-content: center;*/
    /*justify-content: center;*/
    /*-webkit-flex-flow: column wrap;*/
    /*flex-flow: column wrap;*/
    /*-webkit-align-content: center;*/
    /*align-content: center;*/

}

.our-team .impacts {
    /*width: 45%;*/
    /*margin: 10px;*/
    /*padding: 10px;*/
    position: relative;
}

.our-team .impacts-left,
.our-team .impacts-right {
    width: 45%;
    display: inline-block;
    margin: 10px;
    padding: 10px;
    float: left;
}

.our-team .impacts-right {
    float: right;
}

.impacts .img-wrap {
    width: 40%;
    float: left;
    text-align: right;
    padding-top: 10px;
}

.impacts .impacts-header,
.impacts .impacts-header-decimal
{
    /*font-size: 45px;*/
    font: 42px 'Roboto-Light', sans-serif !important;
    color: #1584C5;
    width: 60%;
    float: right;
    text-align: left;
    padding-left: 20px;
}

.impacts .impacts-desc {
    width: 60%;
    float: right;
    padding-left: 20px;
    text-align: left;
    font-size: 18px;
    margin-bottom: 20px;
}

.impacts.right .img-wrap {
    float: right;
    text-align: left;
    padding-left: 15px;
}

.impacts.right .impacts-header,
.impacts.right .impacts-header,
.impacts.right .impacts-desc
{
    float: left;
}


/*** Testimonials section ***/

#testimonials {
    /*background: #555655;*/
	background: #E4E4E4;
}

#testimonials .metaslider {
    margin: 0 auto;
}

.metaslider .flexslider .flex-nav-next:before {
    /*content: "\25AE";*/
    /*font-family: FontAwesome;*/
    /*left:-5px;*/
    /*position:absolute;*/
    /*top:0;*/
}



/*** contact us / Social Media Feed section ***/

.contact-us {
    padding-top: 30px;
}

.social-media-feed,
.social-media-feed .container
{
    position: relative;
    max-width: 1170px;
    max-height: 450px;
    overflow: hidden;
}

.slick-slider {
    /*padding: 0 50px;*/
}

.tweets {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;

    align-items: center;
}

.tweets .card {
    width: 189px !important;
    display: inline-block;
    background: #fff;
    padding: 20px 20px 0;
    margin-bottom: 10px;
    /*margin-right: 10px;*/
    margin-right: 1em;
    word-wrap: break-word;
    text-align: left;
}

.tweets .card .tweet-content {
    color: #000;
    position: relative;
}

.tweets .tweet-date {
    display: inline-block;
    width: 85%;
    margin-bottom: 10px;
    color: #666;
    font-size: 12px;
}

.tweets .tweet-icon {
    color: #666;
    display: inline-block;
    width: 15%;
    position: absolute;
    right: -10px;
    top: -1px;
}

.tweets .card .twitter-bottom {
    background: #1584C5;
    color: #fff;
    padding: 10px 20px;
    margin: 10px -20px 0px;
}

.tweets .card .twitter-bottom a {
    color: #fff;
    cursor: pointer;
}

.tweets .card .twitter-bottom p {
    margin-bottom: 0;
}

.tweets .card a:hover {
    cursor: pointer !important;
}


.tweets .slick-list {
    display: inline-block;
    float: left;
    width: 90%;
    max-height: 420px;
    overflow: hidden;
}

.tweets .slick-arrow.glyphicon-chevron-left,
.tweets .slick-arrow.glyphicon-chevron-right
{
    display: inline-block;
    float: left;
    width: 5%;
    /*margin-right: 20px;*/
    cursor: pointer;
    margin-top: 7em;
}

.tweets .slick-arrow.glyphicon-chevron-right {
    /*left: 100%;*/
    /*margin-top: -150px;*/
    margin-right: 0;
    /*margin-left: 20px;*/
}

.slick-prev, .slick-next {
/*    color: #f04c2d;*/
	color: #d53526;
    font-size: 70px !important;
    font-weight: bold;
}


/********   Widgets      ******/

.widget .widget-title {
    font-size: 20px !important;
    margin-bottom: 20px;
}




/********   Main Container Sections      ******/

.container {

}

.container.featured-image-container {
    padding: 0;
    width: 100%;
}

.container.featured-image-container .featured-img {
    height: 260px;
    overflow: hidden;
}

.container.featured-image-container .featured-img img {
    min-height: 430px;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
	/*max-height: 500px;*/
}

.post-type-archive-audio .container.featured-image-container .featured-img img {
	position: absolute;
	/*top: -15%;*/
    z-index: -1;
}

.entry-title:before,
.entry-title:after {
    background: none;
}


/** page Deep Dive Into Shipwrecks Stories **/
.page-id-7239 .container.featured-image-container {
	position: relative;	
}

.page-id-7239 .container.featured-image-container .featured-img img {
	position: static;
	max-width: 1150px;
	margin-top: -90px;
}

/********   Page Sidebar Sections    ******/

.page-template .content-left-wrap .entry-header {
    margin-top: 0;
}

.page-template .entry-content {
    padding-right: 20px;
}

.page-template .primary-sidebar {
    margin-top: 30px;
    margin-bottom: 30px;
    width: 25%;
    padding-left: 0;
    padding-right: 0;
}

#secondary .widget_search input {
    width: 77%;
    padding: 3px 5px;
}

/*.page-template .primary-sidebar .sidebar-menu-wrap,*/
.page-template .primary-sidebar .learn-more-container
{
    padding: 0 15px;
}

.page-template .primary-sidebar .sidebar-menu-wrap {
    background: #fff;
}

.page-template .primary-sidebar .sidebar-menu-wrap .menu {
    margin-bottom: 0px;
    padding-bottom: 10px;
}

.page-template .primary-sidebar .menu li {
    border-bottom: 1px solid #e4e4e4;
    padding: 5px 15px;
}

.page-template .primary-sidebar .sidebar-menu-head,
.page-template #primary-sidebar ul.menu li a
{
    font-family: 'Roboto-Bold', sans-serif !important;
    /*font-weight: 700;*/
    /*font-size: 18px;*/
    font-size: 17px;
}

.page-template .primary-sidebar .sidebar-menu-head {
    letter-spacing: 1px;
    padding: 20px 15px 10px;
    margin-bottom: 5px;
    margin-top: 0;
    border-bottom: 1px solid #E4E4E4;
}

#primary-sidebar.focus-area,
.page-template .focus-area {
    background: #E4E4E4;
    /*background: #f6f6f6;*/
    overflow: auto;
    text-align: left;
}

#primary-sidebar.gl-eagle-sidebar {
	background: #fff;
}


.page-sidebar-learn-more h3,
.page-template .page-sidebar-learn-more h3 {
    font-family: 'Roboto-Condensed', sans-serif !important;
    font-size: 30px !important;
    /*font-weight: bold;*/
    margin-top: 15px;
    margin-bottom: 10px;
    letter-spacing: -1px;
}

.page-template #primary-sidebar ul.menu {
    list-style: none;
    margin-left: 0;
}

.page-template #primary-sidebar ul.menu li {
    /*border-bottom: 1px solid #E4E4E4;*/
    /*border-bottom: 1px solid #666;*/
    margin-bottom: 5px;
}

.page-template #primary-sidebar ul.menu li:last-child {
    border-bottom: none;
}

.page-template #primary-sidebar ul.menu li a {
    color: #555;
}

.page-template #primary-sidebar ul.menu li a:visited
{
    color: #555;
}

.page-template #primary-sidebar ul.menu li a:hover {
/*    color: #f04c2d;*/
	color: #d53526;
}

.page-template #primary-sidebar ul.menu li.current-menu-item {
    background: #555;
}

.page-template #primary-sidebar ul.menu li.current-menu-item a {
    color: #fff;
}


/********* ARCHIVE ************/

.archive article .list-post-top header {
    margin-top: 0;
}

.post-type-archive-blog article {
    border-bottom: 1px solid #E4E4E4;
}

.post-type-archive-blog article:last-of-type {
    border-bottom: none;
}

.post-type-archive-blog .entry-content {
    margin-top: 0;
    padding-bottom: 20px
}

.post-type-archive-blog #primary-sidebar {
    margin-top: 30px;
    margin-bottom: 30px;
	width: 24.5%;
}

.post-type-archive-blog #primary-sidebar .learn-more-container,
.blog-template-default #primary-sidebar .learn-more-container 
{
    margin-top: 30px;
    margin-bottom: 30px;
}

.post-type-archive-blog #primary-sidebar .learn-more-container .es-field-wrap,
.post-type-archive-blog #primary-sidebar .learn-more-container .es-field-wrap label,
.post-type-archive-blog #primary-sidebar .learn-more-container .es-field-wrap label input,
.blog-template-default #primary-sidebar .learn-more-container .es-field-wrap,
.blog-template-default #primary-sidebar .learn-more-container .es-field-wrap label,
.blog-template-default #primary-sidebar .learn-more-container .es-field-wrap label input
{
	width: 100%;
}

.post-type-archive-blog #primary-sidebar .learn-more-container .es-field-wrap,
.blog-template-default #primary-sidebar .learn-more-container .es-field-wrap
{
	margin-top: 20px;
}


div.center p {
	text-align: center;
}


/********   Directory Page      ******/

.page-template-template-staff-directory #content.site-content {
    background: #e6e6e6;
}

.page-template-template-staff-directory h4 {
    margin-top: 15px;
}

.page-template-template-staff-directory .site-content .container {
    padding-right: 0;
    padding-left: 0;
}

.page-template-template-staff-directory .directory-container {
    /*display: -ms-flexbox;*/
    /*display: -webkit-flex;*/
    /*display: flex;*/

    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;

    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-flow: row wrap;

    -webkit-align-content: flex-start; /* Safari */
    align-content:         flex-start;

    -webkit-align-items: stretch; /* Safari */
    align-items:         stretch;
    /*align-items: center;*/

    margin-bottom: 20px;
    text-align: left;
}


.page-template-template-staff-directory .directory-container h1 {
    color: #555655 !important;
    letter-spacing: 0px;
}

.page-template-template-staff-directory .archive-wrap {
    width: 24.5%;
    display: inline-block;
    margin-bottom: 25px;
    text-align: center;
    vertical-align: top;
    position: relative;
}

.page-template-template-staff-directory .archive-wrap .bio-excerpt p {
    text-align: center;
}

.page-template-template-staff-directory .archive-wrap:hover .bio-rollover {
    display: block;
    visibility: visible;
    z-index: 9;
}

.page-template-template-staff-directory .bio-rollover {
    position: absolute;
    height: 155px;
    width: 100%;
    top: 0;
    padding: 10px;
    z-index: 999999;
    background: #555655;
    opacity: .98;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    text-align: left;
    overflow: scroll;
}

.page-template-template-staff-directory .archive-wrap .bio-rollover .ht-blog-read-more a {
    color: #fff;
}

.page-template-template-staff-directory .archive-wrap .bio-rollover .ht-blog-read-more a i {
/*    color: #f04c2d;*/
	color: #d53526;
}

.page-template-template-staff-directory .bio-thumbnail {
    background: #e6e6e6;
    margin-left: 0px;
    margin-right: -5px;
    padding: 5px 20px;
}

.bio-thumbnail img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: auto;
    height: 145px;
	background-clip: padding-box;
}

.default-bio-img {
    background: #555655;
    padding:10px;
}

.page-template-template-staff-directory .ht-blog-read-more {
    text-align: left;
}

/********  Single Bio Page      ******/

.single-bio {
    text-align: left;
}

.single-bio p {
    margin-bottom: 10px;
}

.single-bio .site-main {
    display: flex;
    flex-wrap: wrap;
    min-height: 500px;
}

.single-bio .site-content .container {
    padding-left: 0;
}

.single-bio .left-bio-column, .single-bio .right-bio-column {
    flex-direction: column;
    padding: 15px;
}

.single-bio .left-bio-column {
    padding-top: 100px;
    /*min-height: 600px;*/
	min-height: 744px;
}

.single-bio .bio-thumbnail {
    text-align: center;
    margin-bottom: 20px;
}

.single-bio .bio-thumbnail img {
	height: 200px;
}

.left-bio-column {
    background: #E6E6E6;
}

.single-bio a {
/*    color: #f04c2d;*/
	color: #d53526;
}

.single-bio .biography-container h4 {
    margin-bottom: 30px;
}

.single-bio .bio-excerpt {
    overflow: hidden;
    word-break: break-all;
}

.bio-social-media-link a {
    color: #666;
}

.single-bio .bio-social-media-link .fa,
.bio-social-media-link .fa
{
    font-size: 24px;
    margin-right: 10px;
}

.single-bio .bio-info {
    margin-bottom: 20px;
}

/********   Single-News      ******/

.related-news-container {
    background: #F6F6F6;
    margin-bottom: 30px;
    padding: 20px;
}

.related-news-container ul {
    display: inline-block;
    margin-left: 0;
    margin-bottom: 0;
}

.related-news-container a {
    font-size: 16px;
}

.related-news-container .related-posts {
    /*margin-bottom: 20px;*/
}

.related-news-container .related-posts img {
    display: block;
    max-height: 200px;
    width: auto;
    margin: 0 auto 15px;
}



/**** News Archive ***/

.term-news-archive article {
    border-bottom: 1px solid #E4E4E4;
}

.term-news-archive article:last-of-type {
    border-bottom: none;
}

.term-news-archive .entry-content {
    margin-top: 0;
    padding-bottom: 20px;
}


/********   Single-Video  Video-Categories    ******/

.single-videos .video-container {
    margin-bottom: 20px;
}

.single .related,
.single-videos .related {
    background: #F6F6F6;
    padding: 15px 15px;
    float: right;
    margin-top: 15px;
    margin-bottom: 30px;
    font-weight: bold;
}

.post-type-archive-videos .video-topics,
.tax-Video-Categories .video-topics {
    background: #f6f6f6;
    padding: 15px 15px;
    width: 25%;
    float: right;
    margin-bottom: 30px;
    font-weight: bold;
}

.archive .related h3,
.single .related h3,
.tax-Video-Categories .video-topics h3,
.post-type-archive-videos .video-topics h3
{
    border-bottom: 1px solid #5a5a5a;
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: bold;
}

.single .related ul,
.archive .related ul,
.single-videos .related ul,
.tax-Video-Categories .related ul
{
    margin-left: 0;
    list-style: none;
    text-align: left;
}


.single .related ul li,
.single .related ul li.related-posts,
.tax-Video-Categories .related ul li.related-posts
{
    margin-bottom: 20px;
    border-bottom: 1px solid #e7e7e7;
}

.single .related ul li:last-child {
    margin-bottom: 0px;
    border-bottom: none;
}

.tax-Video-Categories ul li.related-posts:last-child,
.single .related ul li.related-posts:last-child
{
    margin-bottom: 20px;
}

.single .related ul li img,
.tax-Video-Categories .single .related ul li img
{
    width: 100%;
    margin-bottom: 10px;
}



/*------------------------------------------------------------------
[Video archives]
-------------------------------------------------------------------*/

.archive .featured-videos, .archive .videos {
    background: #F6F6F6;
    /*border: 1px solid #5a5a5a;*/
    padding: 10px 20px;
    margin-bottom: 20px;
}

.archive .featured-videos h3, .archive .videos h3 {
    border-bottom: 1px solid #5a5a5a;
    font-weight: bold;
}

.post-type-archive-videos .site-main {
    /*background: #e7e7e7;*/
    /*border: 1px solid #5a5a5a;*/
    width: 100%;
    float: left;
    padding-right: 20px;
}

.post-type-archive-videos .video-topics,
.tax-Video-Categories .video-topics
{
    text-align: left;
    /*float: right;*/
    width: 100%;
}

.post-type-archive-videos .video-topics ul,
.tax-Video-Categories .video-topics ul
{
    list-style: none;
    margin-left: 0;
}

.archive .featured-videos .video-container,
.archive .videos .video-container
{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;

    padding-top: 20px;
}



.archive .featured-videos .video-summary, .archive .videos .video-summary {
    width: 31.25%;
    margin-right: 10px;
    margin-bottom: 20px;
    padding: 10px;
    /*border: 1px solid #e6e6e6;*/
    background: #fff;
    /*flex-grow: 1;*/
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;

    -ms-word-wrap: break-word;
    word-wrap: break-word;
    text-align: left;
}

.post-summary .post-title,
.video-summary .video-title {
    display: block;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 25px;
}

.post-img, .video-img {
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.post-img img, .video-img img {
    /*max-width: 200px;*/
    max-width: 100%;
    max-height: 200px;
}

.videos .video-page-nav .current-page,
.videos .video-page-nav .page-last.current-page
{
    color: #000;
    cursor: none;
}

.post-page-nav,
.video-page-nav {
    display: block;
    width: 100%;
    text-align: left;
    font-weight: bold;
}

.video-page-nav .fa.fa-angle-right, .video-page-nav .fa.fa-angle-left {
    font-size: 20px;
}



/*------------------------------------------------------------------
[audio archives] [audio Taxonomy pages]
-------------------------------------------------------------------*/

.wp-playlist-item-title {
	font-size: 18px !important;
	font-weight: bold;
	margin-bottom: 10px;
}

.single-audio .entry-header {
    margin-top: 10px;
}

.content-heading {
    margin-bottom: 20px;
}

.single-audio .container.featured-image-container .featured-img img,
.post-type-archive-audio .container.featured-image-container .featured-img img
{
	max-height: 475px;
}


.archive .related {
    background: #F6F6F6;
    padding: 15px 15px;
    /*float: right;*/
    /*margin-top: 15px;*/
    margin-bottom: 30px;
    font-weight: bold;
}

.single-audio .related {
    float: none;
}

.playlist-list .playlist-items {
    list-style: none;
    overflow: hidden;
    margin-bottom: 20px;
    border-bottom: 1px solid #e7e7e7;
}


.playlist-list .playlist-items:last-of-type {
    border-bottom: none;
}
.playlist-thumb-wrap {
    display: inline-block;
    width: 100px;
    /*height: 100px;*/
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.playlist-thumb {
    width: 100px;
    height: 100px;
}
.fa-fw {
    width: 100px;
}
.playlist-description {
    width: 80%;
    float: left;
}

.playlist-description .playlist-title {
    font-weight: bold;
}

.podcast-descriptions div.desc:last-of-type {
    border-bottom: none;
}


.wp-playlist-caption {
    text-overflow: unset;
    display: block;
    overflow: visible !important;
    width: 100%;
    white-space: normal !important;
}

.wp-playlist-current-item {
    height: 75% !important;
}

.wp-playlist .wp-playlist-current-item img {
    max-width: 100% !important;
}

.wp-playlist-current-item .wp-playlist-item-title {
    font-family: 'Roboto-Bold', sans-serif !important;
    font-size: 20px;
    font-weight: bold;
}

.wp-playlist-item {
    padding: 10px !important;
}

.wp-playlist-item-length {
    right: 5px !important;
    top: 5px !important;

}


.page-id-7855 #juxtapose-embed {
	margin: 0 auto;
}

/* remove default title from elementor pages post-1586 */
#post-9413 .entry-header h1.entry-title, #post-8562 .entry-header h1.entry-title, #post-9421 .entry-header h1.entry-title, #post-6437 .entry-header h1.entry-title, #post-10106 .entry-header h1.entry-title, #post-8938 .entry-header h1.entry-title, #post-8975 .entry-header h1.entry-title, #post-9913 .entry-header h1.entry-title,
#post-9931 .entry-header h1.entry-title, #post-9944 .entry-header h1.entry-title, #post-9957 .entry-header h1.entry-title, #post-9974 .entry-header h1.entry-title, #post-10137 .entry-header h1.entry-title, #post-10339 .entry-header h1.entry-title, .postid-11269 .entry-header h1.entry-title, .postid-11226 .entry-header h1.entry-title,
.postid-10724 .entry-header h1.entry-title, .postid-10025 .entry-header h1.entry-title, .postid-9761 .entry-header h1.entry-title, .postid-9421 .entry-header h1.entry-title, .postid-11404 .entry-header h1.entry-title, .postid-1586 .entry-header h1.entry-title, .postid-11499 .entry-header h1.entry-title,
.postid-11526 .entry-header h1.entry-title, .postid-11032 .entry-header h1.entry-title,.postid-11617 .entry-header h1.entry-title, #post-14226 .entry-header h1.entry-title, #post-11725 .entry-header, #post-11794 .entry-header, #post-12133 .entry-header,
#post-12257 .entry-header, #post-12296 .entry-header, #post-12351 .entry-header, #post-12080 .entry-header,
#post-12460 .entry-header, #post-12542 .entry-header, #post-12747 .entry-header, #post-13112 .entry-header, #post-13132 .entry-header, #post-13165 .entry-header, #post-13359 .entry-header, #post-13004 .entry-header, #post-12668 .entry-header, #post-13447 .entry-header,
#post-13672 .entry-header,#post-13876 .entry-header,#post-13918 .entry-header,#post-14250 .entry-header,#post-14332 .entry-header,#post-14397 .entry-header,#post-14480 .entry-header,#post-14503 .entry-header,#post-14638 .entry-header,#post-14665 .entry-header,#post-14806 .entry-header,#post-14836 .entry-header, #post-14887 .entry-header,
#post-13718 .entry-header, #post-15360 .entry-header, #post-11345 .entry-header, #post-16338 .entry-header

{
	display: none;
}

/********   search page      ******/
.search-page .search-field {
	width: 90%;
}


/********   Fellows page      ******/

#post-7573 h3, #post-15767 h3 {
	margin-bottom: 15px !important;
	margin-top: 0;
	font-weight: 400;
}

#post-15767 .elementor-column .elementor-widget-wrap img {
	/*padding: 0 40px;*/
}

#post-7573 p, #post-15767 p {
	margin-bottom: 15px;
}

/********   Footer      ******/

#footer {
    background: #666;
    color: #ccc;
    border-top: 15px solid #f04c2d;
/* 	border-top: 15px solid #d53526; */
}

#footer .copyright {
    display: none;
}

#footer .container {
    position: relative;
    font-weight: bold;
}

#footer .logos-container-wrap {
    background: #414241;
    border-bottom: 10px solid #1584C5;
}

.footer-widget-wrap {
    background: #666;
}

.footer-widget-wrap > .container {
    text-align: left;
}

/*.footer-addr p:before {*/
    /*content: '\f041';*/
    /*font-family: FontAwesome;*/
    /*font-style: normal;*/
    /*font-weight: normal;*/
    /*text-decoration: inherit;*/
    /*display: inline-block;*/
    /*float: left;*/
    /*margin-right: 10px;*/
    /*font-size: 20px;*/
/*}*/

/*.footer-phone-fax p:before {*/
    /*content: '\f095';*/
    /*font-family: FontAwesome;*/
    /*font-style: normal;*/
    /*font-weight: normal;*/
    /*text-decoration: inherit;*/
    /*display: inline-block;*/
    /*float: left;*/
    /*margin-right: 10px;*/
    /*font-size: 20px;*/
/*}*/

/*.footer-email p:before {*/
    /*content: '\f003';*/
    /*font-family: FontAwesome;*/
    /*font-style: normal;*/
    /*font-weight: normal;*/
    /*text-decoration: inherit;*/
    /*display: inline-block;*/
    /*float: left;*/
    /*margin-right: 10px;*/
    /*font-size: 20px;*/
/*}*/

/*.footer-addr p,*/
/*.footer-phone-fax p,*/
/*.footer-email p*/
/*{*/
    /*float: left;*/
    /*width: 90%;*/
/*}*/


.footer-about-left {
    width: 8%;
    display: inline-block;
    vertical-align: top;
}

.footer-about-right {
    width: 88%;
    display: inline-block;
}

input.subscribe-btn,
.subscribe-btn,
.give-btn,
#transcript-btn, #episode-extras
{
    font-family: 'Roboto-Bold', sans-serif !important;
    padding: 10px 15px;
/*    background: #f04c2d;*/
	background: #d53526;
    color: #fff !important;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    display: inline-block;
    /*margin-top: 30px;*/
    letter-spacing: 1px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-left: 0;
}

.cookie-btn,
#transcript-btn, #episode-extras
{
    padding: 10px 20px;
    margin-top: 0px;
	/*background: #f04c2d !important;*/
	background: #d53526;
}
#cookie-notice .cn-button {
    color: white;
    font-weight: bold;
}

.subscribe-btn:visited, .subscribe-btn:hover, .give-btn:visited, .give-btn:hover, #transcript-btn:hover, #episode-extras:hover {
    color: #fff !important;
}

#episode-extras {
	margin-top: -15px;
}

.copyright {
    background: #414241;
}

#footer .footer-logos,
#footer .footer-copyright
{
    padding: 40px 20px;
    text-align: left;
}

#footer .footer-logos a img {
    display: inline-block;
    margin-right: 30px;
}

#footer .footer-logos a img:last-of-type {
    /*margin-right: 0;*/
}

#footer .footer-copyright {
    /*position: absolute;*/
    /*right: 0;*/
    /*bottom: 0;*/
    margin-top: 30px;
    font-size: 12px;
}


#footer .social-media-wrap img {
    margin-right: 10px;
}

#footer .fa-map-marker:before {
	content: "\f041" !important;
}

#footer .subscribe-btn, #footer .give-btn {
	background: #f04c2d;
}

/*------------------------------------------------------------------

[elementor]

-------------------------------------------------------------------*/

.elementor-widget-text-editor {
	color: initial !important;
	font-size: initial !important;
}

.elementor-widget-heading .elementor-heading-title {
	color: initial !important;
}

#episode-date {
	margin-bottom: -15px;	
	font-size: 15px;
}

.elementor-toggle-item .elementor-tab-title a {
    line-height: 22px;
}

/********    Responsive    ********/


@media screen and (min-width: 1550px) {

	.home .header-content-wrap {
		/*padding-bottom: 11.25em; */

	}

	.home .home-video-container {
		position: absolute;
		display: block;
		top: 0%;
		margin-top: 0px;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}

}


@media screen and (max-width: 991px) {


    .mobile-bg-fix-wrap .mobile-bg-fix-img-wrap {
        display: none;
    }

    .container.featured-image-container .featured-img img {
        min-height: auto;
        top: 7.25%;
    }
	
	.post-type-archive-audio .container.featured-image-container .featured-img img {
		/*top: 0;*/
	}

    .related-container {
        clear: both;
    }

    .tweets .card {
        width: 199px !important;
    }

    .page-template-template-staff-directory .site-content .container {
        width: 90%;
    }

    .page-template-template-staff-directory .archive-wrap {
        width: 49%;
    }

    .page-template-template-staff-directory .bio-thumbnail {
        margin-left: -15px;
        margin-right: -25px;
    }

    .page-template .primary-sidebar {
        margin-bottom: 30px;
        width: 100%;
    }

    .single-bio .site-content .container {
        padding-left: 15px;
    }

    .single-bio .breadcrumbs.hidden {
        display: block;
        visibility: visible;
    }

    .single-bio .right-bio-column .breadcrumbs {
        display: none;
    }

    .single-bio .bio-thumbnail img {
        width: initial;
        height: initial;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
    }

    #latestnews #carousel-homepage-latestnews {
        width: 100%;
    }

    .related-news-container .related-posts {
        border-bottom: 1px solid #e7e7e7;
        padding-bottom: 20px;
    }

    .related-news-container .related-posts:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .related-news-container .related-posts img {
        margin: 10px auto;
    }

    .post-type-archive-videos .site-main {
        padding-right: 0;
    }

    .content-left-wrap, .content-right-wrap {
        display: block;
        width: 100%;
    }
    .content-right-wrap {
        padding-top: 0;
        margin-bottom: 30px;
    }

    .single-bio .left-bio-column {
        padding-top: 30px;
        min-height: 100px;
    }

    .sidebar-wrap.content-left-wrap {
        margin-top: 10px;
        margin-bottom: 30px;
    }
	
	.page-id-7855 #juxtapose-embed {
		margin: 0;
	}
	
	.post-type-archive-blog #primary-sidebar {
		width: 100%;
	}

    #footer .footer-logos {
        text-align: center;
    }

    #footer .footer-copyright {
        margin-top: 0;
        padding-top: 10px;
    }

    .footer-about-left {
        width: 12%;
    }

    .footer-about-right {
        width: 84%;
    }

    .footer-addr p, .footer-phone-fax p {
        width: 86%;
    }

}


@media screen and (max-width: 768px) {

    .navbar-collapse {
        overflow: scroll !important;
    }

	#site-navigation {
		float: none;
	}
    .navbar-inverse .navbar-nav ul.sub-menu li {
        float: none;
        width: 100%;
    }

    .navbar-inverse ul li:hover > ul.sub-menu {
        width: 100%;
    }

    #site-logo {
        display: none !important;
    }

    .container.featured-image-container .featured-img {
        height: initial;
    }

    .container.featured-image-container .featured-img img {
        position: relative !important;
        top: 0;
    }
	
	.page-id-7239 .container.featured-image-container .featured-img img {
		margin-top: 0;
	}

    .menu.search-list {
        display: none;
        position: relative;
        top: 0;
    }

    .menu.search-list.active {
        display: block;
        background: #fff;
        /*margin-left: 0;*/
        /*margin-bottom: 0;*/
        margin: 10px 0 0;
    }

    .menu.search-list .search-form {
        display: block;
        padding-left: 10px;
    }

    .menu.search-list .search-form .search-field {
        width: 85%;
    }

    .navbar-brand #small-logo {
        display: block !important;
    }

    .navbar-toggle {
        margin-right: 0 !important;
    }

    .client-list ul li {
        width: 50%;
        margin-right: 0;
    }

	.home .client-list ul li {
        width: 85%;
        margin-right: 0;
    }

    .client-list ul li a {
        display: inline-block;
        width: 100%;
    }

    .our-team .row .textwidget {
        max-height: 100%;
        display: block;

    }

    #carousel-homepage-latestnews .latestnews-box {
        margin-bottom: 20px;
        text-align: left;
        width: 100%;
    }

    #carousel-homepage-latestnews .item.active .latestnews-box {
        border-bottom: 1px solid #e3e3e3;
        overflow: auto;
        padding-bottom: 30px;
    }

    #carousel-homepage-latestnews .latestnews-box.news-img-container .latestnews-img {
        text-align: center;
    }

    #carousel-homepage-latestnews .item.active .latestnews-box:nth-child(3) {
        border-bottom: none;
    }

    .our-team .impacts-left, .our-team .impacts-right {
        width: 100%;
        margin: 10px;
        float: none;

    }

    .our-team .impacts-left,
    .our-team .impacts-right
    {
        margin-bottom: 0;
        padding-bottom: 0px;
    }

    .our-team .impacts {
        margin-bottom: 20px;
    }

    .our-team .impacts-content {
        text-align: left;
    }

    .our-team .textwidget .impacts:last-child {
        margin-bottom: 0;
    }

    .impacts .img-wrap {
        padding-top: 0;
    }

    .impacts .img-wrap, .impacts.right .img-wrap {
        width: 100px;
        float: none;
        display: inline-block;
        text-align: left;
        padding-left: 20px;
    }

    .impacts .impacts-header,
    .impacts .impacts-header-decimal {
        width: 85%;
        display: inline;
        float: none;
    }

    .impacts .impacts-desc {
        width: 100%;
        float: none;
        display: inline-block;
        margin-top: 10px;
        margin-bottom: 0;
    }

    .impacts.right .impacts-header,
    .impacts.right .impacts-header-decimal,
    .impacts.right .impacts-desc
    {
        float: none;
    }

    .single-bio .left-bio-column {
        width: 100%;
    }

    .archive .featured-videos .video-summary, .archive .videos .video-summary {
        width: 48%;
        margin-right: 2%;
    }

    .single-videos .related {
        width: 100%;
    }

    .single-audio .wp-playlist-light .wp-playlist-caption {
        clear: both;
    }

    .wpcf7-form-control-wrap input {
        width: 100%;
    }

    .footer-addr p, .footer-phone-fax p {
        width: 94%;
    }

    .footer-about-left {
        width: 5%;
    }

    .footer-about-right {
        width: 90%;
    }
	

}


@media screen and (max-width: 482px) {

	.home .home-video-container.mobile-video {
		margin-top: -20em;
	}

    .home .client-list ul li {
        width: 100%;
    }
	
    .wp-caption.alignleft {
        float: none;
    }

    .page-template-template-staff-directory .archive-wrap {
        width: 100%;
    }

    .page-template-template-staff-directory .bio-thumbnail {
        margin-left: -15px;
        margin-right: -25px;
    }

    .archive .featured-videos .video-summary, .archive .videos .video-summary {
        width: 100%;
        margin-right: 0;
    }

    #footer .footer-logos {
        padding-bottom: 0;
    }

    #footer .footer-logos .textwidget a {
        display: inline-block;
        margin: 10px auto;

    }

    .footer-addr p, .footer-phone-fax p {
        width: 88%;
    }

}


/********* For front page message ************/

.home .home-header-wrap {
	height: 650px;	
	height: 100%;
}

.home #main-nav {
	position: relative;
}

.home .home-video-container {
	top: 0;
    position: relative;
}

.message {
	display: none;
}

.home .message {
	display: block;
    background: #f5f5dc;
    position: relative;
    color: #000;
    top: 0;
    z-index: 99;
    padding: 30px 30px 10px;
    text-align: center;
	width: 100%;
}

.home .message p {
	width: 80%;
    margin: 0px auto 30px;
}


@media screen and (min-width: 1550px) {

	.home .home-video-container {
		position: relative;
		display: block;
		top: 25%;
		margin-top: 0px;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
		top: 0;
    	position: relative;
	}
	
	.home .header-content-wrap {
		padding-bottom: 0;
		
	}
}

@media screen and (min-width: 1550px) {
	.home .header-content-wrap {
		padding: 0 !important;
	}
}
 
@media screen and (max-width: 1200px) {
	
	.home .home-video-container {
		margin-top: -385px;
		margin-top: -18px;
	}
}

.home .header-content-wrap {
	padding: 0 !important;
}
.home .home-video-container {
	margin-top: 0px;
}

@media screen and (max-width: 991px) {
	.home .home-header-wrap {
		height: 34em;
		height: 100%;
	}
	.home .home-video-container {
		top: 0%;
	}
}

@media screen and (max-width: 768px) {
	.home-header-wrap .message {
		padding-top: 40px;
	}

}

/********* END front page message ************/

