/* 
	Table of Contents

	I.   Generic --------------------------------------
	     01. Reset ------------------------------------
	     02. Base -------------------------------------
	         Tablet Portrait --------------------------
	     03. Fonts ------------------------------------
	     04. Helpers ----------------------------------
	         Clear ------------------------------------
	         Notext -----------------------------------
	         Hidden -----------------------------------
	         Alignleft --------------------------------
	         Alignright -------------------------------
	         Disabled ---------------------------------
	         Grid -------------------------------------
	         Responsive Helpers -----------------------
	II.  Regions --------------------------------------
	     01. Container --------------------------------
	     02. Content ----------------------------------
	     03. Footer -----------------------------------
	     04. Header -----------------------------------
	         Mobile -----------------------------------
	     05. Main -------------------------------------
	     06. Shell ------------------------------------
	     07. Sidebar ----------------------------------
	     08. Wrapper ----------------------------------
	III. Modules --------------------------------------
	     01. Article Large ----------------------------
	         Tablet Portrait --------------------------
	         Mobile -----------------------------------
	     02. Article ----------------------------------
	         Tablet Portrait --------------------------
	         Mobile -----------------------------------
	     03. Article Shadow ---------------------------
	     04. Article Details --------------------------
	         Tablet Portrait --------------------------
	         Mobile -----------------------------------
	     05. Author -----------------------------------
	         Tablet Portrait --------------------------
	         Mobile -----------------------------------
	     06. Bar --------------------------------------
	         Tablet Portrait --------------------------
	     07. Button -----------------------------------
	         Button Block -----------------------------
	     08. Form Elements ----------------------------
	     09. Form -------------------------------------
	     10. Intro ------------------------------------
	         Tablet Portrait --------------------------
	     11. Link More --------------------------------
	     12. List -------------------------------------
	     13. Logo -------------------------------------
	     14. Nav --------------------------------------
	     15. Search -----------------------------------
	         Tablet Portrait --------------------------
	         Mobile -----------------------------------
	     16. Section ----------------------------------
	     17. Section Default --------------------------
	         Tablet Portrait --------------------------
	         Mobile -----------------------------------
	     18. Section Profile --------------------------
	         Mobile -----------------------------------
	     19. Slider -----------------------------------
	     20. Socials ----------------------------------
	     21. Socials Alt ------------------------------
	         Tablet Portrait --------------------------
	     22. Table ------------------------------------
	     23. Widget -----------------------------------
 */

.ico-cross { background-image: url(images/sprite.png); background-position: 0% 100%; background-size: 486.2068965517241% 183.33333333333331%; width: 29px; height: 30px; display: inline-block; vertical-align: middle; font-size: 0; }
.ico-magnifier-large { background-image: url(images/sprite.png); background-position: 29.464285714285715% 96.15384615384616%; background-size: 486.2068965517241% 189.6551724137931%; width: 29px; height: 29px; display: inline-block; vertical-align: middle; font-size: 0; }
.ico-magnifier { background-image: url(images/sprite.png); background-position: 54.54545454545454% 73.52941176470588%; background-size: 705% 261.9047619047619%; width: 20px; height: 21px; display: inline-block; vertical-align: middle; font-size: 0; }
.logo { background-image: url(images/sprite.png); background-position: 0% 0%; background-size: 100% 261.9047619047619%; width: 141px; height: 21px; display: inline-block; vertical-align: middle; font-size: 0; }
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.ico-cross { background-image: url(images/sprite.@2x.png); background-position: 0% 100%; background-size: 484.48275862068965% 183.33333333333331%; width: 29px; height: 30px; display: inline-block; vertical-align: middle; font-size: 0; }
	.ico-magnifier-large { background-image: url(images/sprite.@2x.png); background-position: 29.596412556053814% 96.15384615384616%; background-size: 484.48275862068965% 189.6551724137931%; width: 29px; height: 29px; display: inline-block; vertical-align: middle; font-size: 0; }
	.ico-magnifier { background-image: url(images/sprite.@2x.png); background-position: 54.77178423236515% 71.42857142857143%; background-size: 702.5% 275%; width: 20px; height: 20px; display: inline-block; vertical-align: middle; font-size: 0; }
	.logo { background-image: url(images/sprite.@2x.png); background-position: 0% 0%; background-size: 100% 261.9047619047619%; width: 140.5px; height: 21px; display: inline-block; vertical-align: middle; font-size: 0; }}
.cols:after,
.header .header__inner:after,
.article:after,
.article-details .article__info .article__inner:after,
.bar .bar__inner:after,
.nav ul:after,
.socials ul:after { content: ''; line-height: 0; display: table; clear: both; }
/* ------------------------------------------------------------ *\
	I.   Generic
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */
*,
*:before,
*:after { padding: 0; margin: 0; outline: 0; box-sizing: border-box; }
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main { display: block; }
html { tap-highlight-color: rgba(0,0,0,0); }
body { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; -webkit-text-size-adjust: none; -ms-text-size-adjust: none; text-size-adjust: none; }
img,
iframe,
video,
audio,
object { max-width: 100%; }
img,
iframe { border: 0 none; }
img { height: auto; display: inline-block; vertical-align: middle; }
b,
strong { font-weight: bold; }
address { font-style: normal; }
svg:not(:root) { overflow: hidden; }
a,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="image"],
label[for] { cursor: pointer; }
a[href^="tel"],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] { cursor: default; }
button::-moz-focus-inner,
input::-moz-focus-inner { padding: 0; border: 0; }
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea,
a[href^="tel"] { -webkit-appearance: none; -moz-appearance: none; appearance: none; }
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
textarea { overflow: auto; -webkit-overflow-scrolling: touch; overflow-scrolling: touch; }
button,
input,
optgroup,
select,
textarea { font-family: inherit; font-size: inherit; color: inherit; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; }
button,
select { text-transform: none; }
table { width: 100%; border-collapse: collapse; border-spacing: 0; }
nav ul,
nav ol { list-style: none outside none; }
/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */
body { position:relative; min-width: 320px; background: #012760; font-family: 'museo-sans', sans-serif; font-size: 16px; line-height: 1.25; color: #000; font-weight: 300; }
a { color: inherit; text-decoration: underline; }
a:hover { text-decoration: none; }
a[href^="tel"] { text-decoration: none; }
h1,
h2,
h3,
h4,
h5,
h6 { margin-bottom: 0.625em; }
h1 { font-size: 48px; line-height: 1; font-weight: 900; }
h2 { font-size: 36px; }
h3 { font-size: 24px; font-weight: 900; line-height: 1.2; }
h4 { font-size: 21px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; font-weight: 700; line-height: 1.2; }
p,
ul,
ol,
dl,
table,
blockquote { margin-bottom: 1.25em; }
h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child { margin-bottom: 0; }
/* Tablet Portrait */
@media (max-width: 1024px) {
	/*h1 { font-size: 25px; }*/
	h2 { font-size: 22px; }
	h3 { font-size: 20px; }
	h5 { font-size: 14px; }
}
/* ------------------------------------------------------------ *\
	Fonts
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Helpers
\* ------------------------------------------------------------ */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }



/*  Clear  */
.clear:after { content: ''; line-height: 0; display: table; clear: both; }
/*  Notext  */
.notext { white-space: nowrap; text-indent: 100%; text-shadow: none; overflow: hidden; }
.notext-old { font-size: 0; line-height: 0; text-indent: -4000px; }
/*  Hidden  */
[hidden],
.hidden { display: none; }
/*  Alignleft  */
.alignleft { float: left; }
/*  Alignright  */
.alignright { float: right; }
/*  Disabled  */
[disabled],
.disabled { cursor: default; }
/*  Grid  */
.cols { margin: 0 -15px; }
.cols:after { }
.col { float: left; width: 100%; padding: 0 15px; }
.col-1of2 { width: 50%; }
/*  Responsive Helpers  */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block { display: none !important; }
@media (max-width: 767px) {
	.hidden-xs { display: none !important; }
	.visible-xs-block { display: block !important; }
	.visible-xs-inline { display: inline !important; }
	.visible-xs-inline-block { display: inline-block !important; }
}
@media (min-width: 768px) and (max-width: 1024px) {
	.hidden-sm { display: none !important; }
	.visible-sm-block { display: block !important; }
	.visible-sm-inline { display: inline !important; }
	.visible-sm-inline-block { display: inline-block !important; }
}
@media (min-width: 1025px) and (max-width: 1200px) {
	.hidden-md { display: none !important; }
	.visible-md-block { display: block !important; }
	.visible-md-inline { display: inline !important; }
	.visible-md-inline-block { display: inline-block !important; }
}
@media (min-width: 1201px) {
	.hidden-lg { display: none !important; }
	.visible-lg-block { display: block !important; }
	.visible-lg-inline { display: inline !important; }
	.visible-lg-inline-block { display: inline-block !important; }
}
/* ------------------------------------------------------------ *\
	II.  Regions
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Container
\* ------------------------------------------------------------ */
.container {}
/* ------------------------------------------------------------ *\
	Content
\* ------------------------------------------------------------ */
.content {}
/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
.footer { padding: 35px 0; color: #fff; }
/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */
.header { position: relative; padding-bottom: 14px; border-bottom: 1px solid #b2b7be; text-align: center; }
.header .header__inner { padding-top: 14px; }
.header .header__inner:after { }
.header .logo,
.header .header__icon { position: static; }
.header .logo { float: left; margin-left: 45px; }
.header .header__icon { float: right; margin-right: 45px; }
.header .nav { position: absolute; top: 18px; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); z-index: 100; }
/* Mobile */
@media (max-width: 767px) {
	.header .logo { margin-left: 20px; }
	.header .header__icon { margin-right: 20px; }
	.header .header__inner { padding-bottom: 14px; }
	.header .nav { position: static; width: 100%; padding-top: 14px; -webkit-transform: none; -ms-transform: none; transform: none; border-top: 1px solid #b3b8bf; }
}
/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */
.main {}
/* ------------------------------------------------------------ *\
	Shell
\* ------------------------------------------------------------ */
.shell { max-width: 1220px; padding-left: 10px; padding-right: 10px; margin: auto; }
.shell-fluid { max-width: none; }
/* ------------------------------------------------------------ *\
	Sidebar
\* ------------------------------------------------------------ */
.sidebar {}
/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */
.wrapper { min-height: 100vh; transition: -webkit-transform .3s; transition: transform .3s; transition: transform .3s, -webkit-transform .3s; }
.wrapper.active { -webkit-transform: translateY(130px); -ms-transform: translateY(130px); transform: translateY(130px); }
/* ------------------------------------------------------------ *\
	III. Modules
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Article Large
\* ------------------------------------------------------------ */
.article:after { }
.article { display: -webkit-flex; display: -ms-flexbox; display: flex; text-decoration: none; }
.article .article__body { margin-bottom: 53px; }
.article .article__foot { padding-top: 30px; border-top: 1px solid #d2d2d2; }
.article .article__image { width: 59.8%; background-size: cover; background-repeat: no-repeat; background-position: center center; padding-top: 38.2%; }
.article .article__content { width: 40.2%; padding: 55px 30px 33px 50px; background: #fff; transition: .3s; }
.article .article__content h6 { margin-bottom: 2px; color: #e8ad00; font-weight: 700; text-transform: uppercase; }
.article .article__content h3 { color: #012760; }
.article .article__content p { margin-bottom: 10px; }
.article .article__author--image,
.article .article__author--content { display: inline-block; vertical-align: middle; }
.article .article__author--image { margin-right: 10px; }
.article .article__author--content { max-width: 200px; /*padding-top: 20px;*/ text-transform: uppercase; font-weight: 300; font-size: 13px; color: #808080; }
.article:hover .article__content { background: #e8ad00; }
.article:hover .article__content h6,
.article:hover .article__content .link-more { color: #fff;  }
.article:hover .article__content .link-more { background-image: linear-gradient(to top, white 0%, white 0); }
/* Tablet Portrait */
@media (max-width: 1024px) {
	.article { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
	.article .article__image { width: 100%; padding-top: 70%; }
	.article .article__content { width: 100%; }
	.article .article__content h3 { font-size: 20px; }
}
/* Mobile */
@media (max-width: 767px) {
	.article .article__body { margin-bottom: 20px; }
	.article .article__foot { padding-top: 10px; }
	.article .article__content { padding: 15px; }
}
/* ------------------------------------------------------------ *\
	Article
\* ------------------------------------------------------------ */
.article-items { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.article-items .article-item { position: relative; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-flow: row wrap; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-align-items: center; -ms-flex-align: center; align-items: center; width: 33.33%; padding-bottom: 103px; background: #fff; text-decoration: none; transition: .3s; }
.article-items .article-item > * { width: 100%; }
.article-items .article-item:nth-child(even) { background: #f5f5f5; }
.article-item .article__image--inner { padding-top: 57.5%; background-size: cover; background-repeat: no-repeat; background-position: center center; }
.article-item .article__image + .article__content { -webkit-align-self: flex-start; -ms-flex-item-align: start; align-self: flex-start; }
.article-item .article__content { padding: 39px 39px 33px 39px; }
.article-item .article__content h6 { margin-bottom: 2px; color: #e8ad00; font-weight: 700; text-transform: uppercase; }
.article-item .article__content h3 { color: #012760; }
.article-item .article__content p { margin-bottom: 10px; }
.article-item .article__body { margin-bottom: 33px; }
.article-item .article__foot { position: absolute; bottom: 0; left: 0; right: 0; padding: 27px 39px 25px 39px; border-top: 1px solid #d2d2d2; }
.article-item .article__author--image,
.article-item .article__author--content { display: inline-block; vertical-align: middle; }
.article-item .article__author--image { margin-right: 10px; }
.article-item .article__author--content { max-width: 200px; text-transform: uppercase; font-weight: 300; font-size: 13px; color: #808080; }
.article-items .article-item--alt { padding-bottom: 0; }
.article-item--alt .article__content { padding: 39px 39px 39px 39px; }
.article-item:hover,
.article-items .article-item:nth-child(even):hover { 
  background: #e8ad00;
  transform: scale(1.03);
  box-shadow: 0 3px 79px 0 rgba(0, 0, 0, 0.51);
  z-index: 10;
  
 }
.article-item:hover .article__content h6,
.article-item:hover .link-more { color: #fff;  }
.article-item:hover .link-more { background-image: linear-gradient(to top, white 0%, white 0); }
@media (max-width: 1200px) {
	.article-item .article__content { padding: 30px; }
	.article-item .article__foot { padding: 20px; }
}
/* Tablet Portrait */
@media (max-width: 1024px) {
	.article-items .article-item { width: 50%; }
	.article-item .article__content h3 { font-size: 20px; }
}
/* Mobile */
@media (max-width: 767px) {
	.article-items .article-item { width: 100%; } 
	.article-item .article__content { padding: 20px; }
	.article-item .article__foot { padding: 15px; }
}
/* ------------------------------------------------------------ *\
	Article Shadow
\* ------------------------------------------------------------ */
.article--shadow { box-shadow: 2px 2px 20px 0px #000; }
/* ------------------------------------------------------------ *\
	Article Details
\* ------------------------------------------------------------ */
.article-details .article__entry { position: relative; background-size: cover; background-position: center center; background-repeat: no-repeat; padding-top: 40%; }
.article-details .article__entry .article__overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,6,36, .3); }
.article-details .article__entry .article__body { max-width: 930px; margin: 0 auto 60px; }
.article-details .article__entry .article__content { position: absolute; top: 50%; left: 0; right: 0; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); text-align: center; }
.article-details .article__entry .article__content h6 { font-size: 16px; color: #e8ad00; text-transform: uppercase; }
.article-details .article__entry .article__content h3 { font-size: 48px; font-weight: 800; color: #fff; font-family: museo-sans-display, sans-serif; }
.article-details .article__entry .article__content h3 br { display: none; }
.article-details .article__entry .article__author--content { max-width: 200px; margin: 20px auto 0; font-size: 13px; color: #fff; text-transform: uppercase; }
.article-details .article__info { position: relative; background: #fff; }
.article-details .article__info p { font-size: 18px; line-height: 1.56; }
.article-details .article__info h4 { color: #012760; }
.article-details .article__info .article__inner { max-width: 690px; margin: 0 auto; padding: 70px 0; }

.article-details .article__info .article__inner.two_col {
    float:left;
    max-width:none;
    width:72%;
    margin:0;
    box-sizing:border-box;
    padding:70px;
}
.article-details .article__info #secondary {
    float:right;
    width:28%;
    margin:0;
    box-sizing:border-box;
    padding:70px 70px 70px 0;
}

.article-details .article__info .article__inner:after { }
.article-details .article__info .article__image--full { margin: 0 -30px 20px; }
.article-details .article__info .article__foot { padding-top: 40px; border-top: 2px solid #e6e6e6;  }
.article-details .article__info .article__author--image { float: left; margin-right: 15px; }
.article-details .article__info .article__author--content { overflow: hidden; }
.article-details .article__info .article__author--content h5 { font-size: 18px; margin-bottom: 4px; color: #012760; }
.article-details .article__info .article__author--content p {margin-bottom: 10px;font-size: 16px;line-height: 1.5;/* border-bottom: 2px solid #e6e6e6; */}
.article-details .article__share {/*position: absolute;top: 125px;left: 92px;*/margin-bottom: 40px; text-align: left;transition: opacity .2s, visibility .2s;font-weight:bold;color:#012760}
/*.article-details .article__share.fixed {position: fixed;left: 50%;margin-left: -510px;}
.article-details .article__share.fade { opacity: 0; visibility: hidden; }*/
.article-details .article__share h5 { text-transform: uppercase; font-size:16px; }
.article-details .alignleft { margin-left: 0; padding-right: 30px; }
.article-details .alignright { margin-right: 0; padding-left: 30px; }

/* CAPTIONS CLEANUP 10/23/19 */
.article-details p.wp-caption-text {
    margin:0.625em 0;
    font-size: 14px;
    line-height: 1.3em;
}

/* NEW - RELATED CONTENT RIGHT COLUMN - 10/2020 */
#rc_widget {
    opacity:0;
    visibility:hidden;
    margin:0 0 40px;
    transition:all 0.3s;
}
#rc_widget.revealed {
    opacity:1;
    visibility:visible;
}
#rc_widget h5 {
    margin-bottom:0.5em;
    text-transform:uppercase;
    font-size:16px;
    color:#012760;
}
#rc_widget .rc_content {
    margin:0;
    padding:0;
    list-style:none;
}
#rc_widget .rc_content > li {
    margin-top:20px;
    padding-top:20px;
    border-top:1px solid #e6e6e6;
}
/*#rc_widget .rc_content > li:first-of-type {
    padding-top:0;
    border:none;
}*/
#rc_widget .rc_content h4 {
    margin:0;
    font-size:16px;
}
#rc_widget .rc_content h4 a {
    display:block;
    text-decoration:none;
    transition:all 0.3s;
}
#rc_widget .rc_content h4 a:hover {
    color:#ae8200;
}
#rc_widget .rc_content .img {
    display:block;
    margin:0 0 10px;
    height:160px;
    background-color:transparent;
    background-repeat:no-repeat;
    background-position:center top;
    background-size:cover;
}

/* Tablet Portrait */
@media (max-width: 1024px) {
	.article-details .article__entry { padding-top: 60%; }
	.article-details .article__entry .article__content h3 { font-size: 36px; }
	.article-details .article__entry .article__body { margin-bottom: 10px; }
	
	.article-details .article__info .article__inner { max-width: 500px; }
	.article-details .article__info .article__thumb { text-align: center; }

	.article-details .alignleft,
	.article-details .alignright { display: block; float: none; margin: 0 auto 20px auto; padding: 0; }

	.article-details .article__share { position: static; margin-bottom: 48px; margin-top: 40px; }
}
/* Mobile */
@media (max-width: 767px) {
	.article-details .article__entry { padding-top: 100%; }
	.article-details .article__entry .article__content h3 { font-size: 24px; }
	
	.article-details .article__info p { font-size: 16px; line-height: 1.43;  }
	.article-details .article__info h4 { font-size: 18px; }
	.article-details .article__info .article__inner { max-width: none; padding: 24px; }
	.article-details .article__info .article__image--full { margin: 0 0 20px; }
	.article-details .article__info .article__author--image { float: none; margin: 0 0 20px 0; text-align: left; }
	.article-details .article__info .article__author--content { overflow: visible; font-size: 14px; }
	.article-details .article__info .article__author--content p { margin-bottom: 10px; font-size: 14px; line-height: 1.43; }	
	
	.article-details .article__info .article__inner.two_col {
        float:none;
        width:100%;
        padding:24px;
    }
    .article-details .article__info #secondary {
        float:none;
        width:100%;
        padding:24px;
    }
	
	#rc_widget {
	    opacity:1;
	    visibility:visible;
        max-width:540px;
    }
	#rc_widget .rc_content .img {
        height:260px;
    }

}
@media (max-width: 540px) {
    #rc_widget {
        max-width:360px;
    }
	#rc_widget .rc_content .img {
        height:160px;
    }
}

/* ------------------------------------------------------------ *\
	Author
\* ------------------------------------------------------------ */
.author { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.author .author__image { padding-top: 7px; width: 24%; }
.author .author__image img { width: 100%; max-width: 300px; }
.author .author__info { color: #fff; width: 70%; padding: 0 0 0 88px;}
.author .author__info h2 { margin-bottom: 2px; font-size: 32px; }
.author .author__info a { display: block; margin-bottom: 19px; color: #e8ad00; font-size: 18px; font-weight: 300; text-decoration: none; }
.author .author__info p { font-size: 18px; line-height: 1.56; }
.author .socials a { margin-bottom: 0; }
/* Tablet Portrait */
@media (max-width: 1024px) {
	.author .author__info { padding-left: 25px; }
	.author .author__info h2 { font-size: 22px; }
	.author .author__image { margin-bottom: 10px; }
}
/* Mobile */
@media (max-width: 767px) {
	.author .author__image { width: 100%; }
	.author .author__info { width: 100%; padding: 0; }
}
/* ------------------------------------------------------------ *\
	Bar
\* ------------------------------------------------------------ */
.bar { position: absolute; left: 0; right: 0; height: 130px; padding: 40px 0; background: #011430; -webkit-transform: translateY(-130px); -ms-transform: translateY(-130px); transform: translateY(-130px); }
.bar .bar__inner { position: relative; margin: 0 45px; }
.bar .bar__inner:after { }
.bar .search { position: relative; float: left; width: 100%; padding: 0 50px; }
.bar .search__btn { position: absolute; top: 0; bottom: 0; margin: auto; left: 0; }
.bar .btn-close { position: absolute; right: 10px; top: 10px; }
.bar.active { -webkit-transform: translateY(0%); -ms-transform: translateY(0%); transform: translateY(0%); }
/* Tablet Portrait */
@media (max-width: 1024px) {
	.bar { height: 100px; padding: 25px 0; -webkit-transform: translateY(-130px); -ms-transform: translateY(-130px); transform: translateY(-130px); }
	.bar .bar__inner { margin: 0 10px; }
	.bar .search { padding: 0 30px; }
}
/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */
.btn { display: inline-block; vertical-align: middle; text-align: center; cursor: pointer;
	-webkit-appearance: none;
	   -moz-appearance: none;
	 		appearance: none;
}
/*  Button Block  */
.btn-block { display: block; padding-left: 0; padding-right: 0; }
/* ------------------------------------------------------------ *\
	Form Elements
\* ------------------------------------------------------------ */
input::-webkit-input-placeholder { color: inherit; opacity: 1; }
input::-moz-placeholder { color: inherit; opacity: 1; }
input:-ms-input-placeholder { color: inherit; opacity: 1; }
input::placeholder { color: inherit; opacity: 1; }
textarea::-webkit-input-placeholder { color: inherit; opacity: 1; }
textarea::-moz-placeholder { color: inherit; opacity: 1; }
textarea:-ms-input-placeholder { color: inherit; opacity: 1; }
textarea::placeholder { color: inherit; opacity: 1; }
input:-webkit-autofill { -webkit-text-fill-color: inherit; -webkit-box-shadow: 0 0 0 1000px #fff inset; }
.field {}
.textarea {}
.select {}
.radio {}
.checkbox {}
/* ------------------------------------------------------------ *\
	Form
\* ------------------------------------------------------------ */
.form {}
/* ------------------------------------------------------------ *\
	Intro
\* ------------------------------------------------------------ */
.intro { padding: 35px 0 56px; }
.intro .intro__head { padding-bottom: 30px; border-bottom: 3px solid #ffffff; text-align: center; }
.intro .intro__head h1 { margin-bottom: 5px; color: #fff; }
.intro .intro__head h5 { color: #e8ad00; font-weight: 300; }
/* Tablet Portrait */
@media (max-width: 1024px) {
	.intro { padding-bottom: 30px; }

	.intro--alt { padding-bottom: 50px; }
}
/* ------------------------------------------------------------ *\
	Link More
\* ------------------------------------------------------------ */
.link-more { 
  position: relative; 
  padding-bottom: 2px;
  text-decoration: none; 
  color: #e8ad00; 
  font-weight: 700; 
  cursor: pointer;
  
  transition: background-position 0.15s linear 0.1s, box-shadow 0.15s linear 0s;
  background-image: linear-gradient(to top, #e8ad00 0%, #e8ad00 0);
  background-size: 0;
  background-repeat: no-repeat;
  background-position: 50% 1.3em;
  overflow: hidden;
  
}

.link-more:visited {
  color: #ae8200;
  background-image: linear-gradient(to top, #ae8200 0%, #ae8200 0);
}

.link-more:hover {
  background-size: 100%;
  cursor: pointer;
  transition: background-size 0.2s linear 0s, box-shadow 0.1s linear 0.1s;
}

/*
.link-more:after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; margin: auto; width: 0%; height: 2px; background: #fff; transition: .3s; }
.link-more:hover:after { width: 100%; }
*/


/* ------------------------------------------------------------ *\
	List
\* ------------------------------------------------------------ */
[class^="list-"] { list-style: none outside none; }
.list-squares li { position: relative; padding-left: 16px; font-size: 18px; line-height: 1.56; }
.list-squares li:before { content: ''; position: absolute; top: 10px; left: 0; height: 6px; width: 6px; background: #012760; }
.list-squares li + li { margin-top: 20px; }
/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */
.logo {}
/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */
.nav { color: #fff; text-transform: uppercase; font-size: 13px; }
.nav ul { display: inline-block; }
.nav ul:after { }
.nav li { float: left; }
.nav li + li { margin-left: 24px; }
.nav a { position: relative; padding-bottom: 5px; text-decoration: none; transition: color .3s ease-in-out; }
nav a:hover {
    color: #e8ad00;
}
@media (min-width: 768px) and (max-width: 992px) {
	.nav li + li { margin-left: 24px; }
	.nav a { font-size:12px; }
}
@media (max-width: 767px) {
	.nav a { padding-bottom: 19px; }
}
@media (max-width: 480px) {
	.nav a { font-size:10px; }
	.nav .sub-menu a { font-size:13px; }
	.nav li + li { margin-left: 12px; }
	.nav .menu-item-has-children::after {
	    width:8px;
	    height:8px;
	    line-height:14px;
	}
}
/* ------------------------------------------------------------ *\
	Search
\* ------------------------------------------------------------ */
.search .search__btn { position: absolute; left: 0; top: 0; bottom: 0; margin: auto; background: transparent; border: 0; }
.search .search__field { height: 50px; width: 100%; padding: 0 15px; background: transparent; border: 0; color: rgba(255,255,255, .3); font-size: 21px; }
/* Tablet Portrait */
@media (max-width: 1024px) {
	.search .search__field { font-size: 16px; padding: 0 5px; }
}
/* Mobile */
@media (max-width: 767px) {
	.search .search__field { font-size: 14px; }
}
/* ------------------------------------------------------------ *\
	Section
\* ------------------------------------------------------------ */
.section {}
/* ------------------------------------------------------------ *\
	Section Default
\* ------------------------------------------------------------ */
.section--default .article { margin-bottom: 45px; }
.section--default .section__head { position: relative; padding: 55px 0 100px; }
.section--default .section__head h4 { position: relative; z-index: 5; margin-bottom: 0; text-align: center; text-transform: uppercase; color: #fff; }
.section--default .section__head h1 { content: 'Articles'; position: absolute; top: 0; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); z-index: -1; font-size: 122px; font-weight: 900; color: rgba(255,255,255, .1); text-transform: uppercase; }
/* Tablet Portrait */
@media (max-width: 1024px) {
	.section--default .section__head { padding: 50px 0; }
	.section--default .section__head h1 { font-size: 98px; top: 10px; } 
}
/* Mobile */
@media (max-width: 767px) {
	.section--default .section__head h4 { font-size: 16px; }
	.section--default .section__head h1 { font-size: 58px; top: 30px; } 
}
/* ------------------------------------------------------------ *\
	Section Profile
\* ------------------------------------------------------------ */
.section--profile { padding: 10px 0 50px; }
/* Mobile */
@media (max-width: 767px) {
	.section--profile { padding-bottom: 10px; }
}
/* ------------------------------------------------------------ *\
	Slider
\* ------------------------------------------------------------ */
.slider {}
.slider .slides { list-style: none outside none; }
/* ------------------------------------------------------------ *\
	Socials
\* ------------------------------------------------------------ */
.socials ul { list-style-type: none; display: inline-block; }
.socials ul:after { }
.socials li { float: left; }
.socials li + li { margin-left: 20px; }
.socials a { display: block; height: 39px; width: 38px; padding: 6px 0; border: 2px solid #cf9e0b; border-radius: 50%; text-align: center; transition: background .3s, color .3s, border-color .3s; }
.socials a:hover { background: #cf9e0b; color: #fff; }
.socials i { font-size: 24px; }

@media (max-width: 1024px) {
  .socials a {
      height: 64px;
      width: 64px;
      padding: 16px 0;
  }
  
  .socials i {
      font-size: 30px;
  }
  
}

/* ------------------------------------------------------------ *\
	Socials Alt
\* ------------------------------------------------------------ */
.socials--alt li { float: none; display:inline-block; margin-left:10px; }
.socials--alt li:first-of-type { margin-left:0; }
.socials--alt li + li { margin:0 0 0 10px; }
.socials--alt a { border-color: #c1c4c6; }
.socials--alt i { color: #c1c4c6; transition: color .3s; }
.socials--alt a:hover {  background: #012760; border-color: #012760; }
.socials--alt a:hover i { color: #fff; }
/* Tablet Portrait */
@media (max-width: 1230px) {
	.socials--alt li { float: left; }
	.socials--alt li + li { margin: 0 0 0 20px; }
}
/* ------------------------------------------------------------ *\
	Table
\* ------------------------------------------------------------ */
.table {}
/* ------------------------------------------------------------ *\
	Widget
\* ------------------------------------------------------------ */
.widgets { list-style: none outside none; }

/* NEW FEB 2019 - W.LANGLEY - */
.article-details .article__info .image_credit {
    position:absolute;
    left:10px;
    top:10px;
    max-width:calc(100% - 20px);
    margin-bottom:0.625em;
    font-size:14px;
    font-weight:700;
    line-height:1.2;
}

@media (max-width: 767px) {
	.article-details .article__info .image_credit {
        position:static;
        max-width:100%;
        padding:10px 24px 0;
    }
}

.article-details .article__info ol,
.article-details .article__info ul {
    /*margin-left:20px;*/
}
.article-details .article__info img {
    max-width:100%;
}
.article-details .article__info .wp-caption {
    max-width:100%;
}
.article-details .article__info .wp-caption .wp-caption-text .caption_h5 {
    display:inline-block;
    margin:0.625em 0;
    font-weight:bold;
    font-size:14px;
    line-height:1.3em;
}

span.footnote {
    font-size:15px !important;
    font-weight:300 !important;
}

/* ------------------------------------------------------------ *\
	PRINT STYLES (ADDITIONAL TO WHATEVER DEFAULT STYLES EXIST)
\* ------------------------------------------------------------ */
@media print {
    
    /** {
        -webkit-print-color-adjust: exact !important;
        color-adjust: exact !important;
    }*/
    
    .wrapper > .header {
        display:none;
    }
    
    .shell {
        padding:0;
        max-width:none;
    }
    
    .intro {
        padding:0 !important;
    }
    
    .intro .intro__head {
        padding:0;
    }
    
    .intro .intro__head h1 {
        font-size:20px;
    }
    
    .article-details .article__entry {
        padding-top:10px;
        height:300px !important;
        background-size:cover;
        -webkit-print-color-adjust: exact !important;   /* Chrome, Safari */
        color-adjust: exact !important;  
    }
    
    /*.article-details .article__entry .article__body {
        max-width:none;
    }*/
    
    /*.article-details .article__entry .article__content {
        position:relative;
        top:0;
        transform:none;
    }*/
    
    .article-details .article__entry .article__content h3 {
        font-size:22px;
    }
    
    .image_credit {
        display:none;
    }
    
    .article-details .article__share {
        display:none;
    }
    
}
