/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */

  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 2 */

}
/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/*
 * Addresses margins handled incorrectly in IE6/7.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}
/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/*
 * Addresses styling not present in S5, Chrome.
 */
dfn {
  font-style: italic;
}
/*
 * Addresses styling not present in IE6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/*
 * Addresses margins set differently in IE6/7.
 */
p,
pre {
  margin: 1em 0;
}
/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
  quotes: none;
}
/*
 * Addresses `quotes` property not supported in S4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 75%;
}
/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/*
 * Addresses paddings set differently in IE6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */

  -ms-interpolation-mode: bicubic;
  /* 2 */

}
/*
 * Corrects overflow displayed oddly in IE9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
form {
  margin: 0;
}
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
  border: 0;
  /* 1 */

  padding: 0;
  white-space: normal;
  /* 2 */

  *margin-left: -7px;
  /* 3 */

}
/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */

  margin: 0;
  /* 2 */

  vertical-align: baseline;
  *vertical-align: middle;
  /* 3 */

}
/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */

  cursor: pointer;
  /* 3 */

  *overflow: visible;
  /* 4 */

}
/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}
/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */

  padding: 0;
  /* 2 */

  *height: 13px;
  *width: 13px;
  /* 3 */

}
/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
 *    to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */

  box-sizing: content-box;
}
/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Removes inner padding and border in FF3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */

  vertical-align: top;
  /* 2 */

}
/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}


/*********************
CLEARFIXIN'
*********************/
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}


/*********************
TOOLS
*********************/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizelegibility;
}

*:focus {
	outline: none !important;
}

section {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

a {
	-webkit-transition: all 0.2s ease;/* Safari 3.2+, Chrome */
	-moz-transition: all 0.2s ease;/* Firefox 4-15 */
	-o-transition: all 0.2s ease;/* Opera 10.5-12.00 */
	transition: all 0.2s ease;/* Firefox 16+, Opera 12.50+ */
}


/* ==========================================================================
   Custom CSS
   ========================================================================== */



/* General Styling */



body {
	background: #05191F;
	font-family: 'Montserrat', sans-serif;
	color: #ffffff;
	font-size: 22px;
}

p {
	font-family: 'Open Sans', sans-serif;
	opacity: 0.68;
	letter-spacing: 0;
	line-height: 31.5px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
	margin: 0;
}

h1 {
	font-size: 72px;
}

h2 {
	font-size: 32px;
}

h3 {
	font-size: 17px;
}

h4 {
	font-size: 24px;
}

.btn {
	padding: 25px 43px;
	border: none;
	border-radius: 0;
	box-shadow: none !important;
	font-weight: 700;
	font-size: 9.8px;
	color: #FFFFFF;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.btn-primary {
	background: #4181BA !important;
}

.btn-primary:hover {
	background: #3870a1 !important;
}



/* Navbar */



.navbar {
  padding: 10px 0;
  z-index: 9999;
  
  background: rgba(65, 129, 186, 1);
}

.navbar .navbar-brand {
	color: #ffffff !important;
	font-weight: 700;
	font-size: 22.4px;
	letter-spacing: 0;
	line-height: 1.2;
}

.navbar .nav-link {
	color: #ffffff !important;
	opacity: .89;
	margin: 0 20px;
	font-size: 16px;
	padding: 0 !important;
}

.navbar .nav-link:hover,
.navbar .nav-link.active {
	opacity: 1;
}

.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, .89)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}



/* Headers Sections */


.hero-slider,
#about-header,
#media-header,
#documentary-header,
#photos-header {
	background-position: top center;
}

.hero-slider .slide {
	padding: 50px 0;
	display: flex;
	align-items: center;
	/* background-position: center bottom; */
	background-position: left 0px bottom 30%;
	
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.hero-slider .slide span,
#about-header span,
#media-header span {
	font-weight: 700;
	opacity: 0.54;
	font-size: 24px;
	color: #FFFFFF;
	letter-spacing: 4.9px;
}

.hero-slider .slide h2,
#about-header h1 {
	margin: 0;
	margin-bottom: 20px;
}

.hero-slider .slide p {
  opacity: .85;
}

.hero-slider .slide p,
#about-header p {
	margin: 0;
}

.hero-slider .slide em {
  opacity: .85;
  font-size: 18px;
}

.hero-slider .slick-next {
  border: none;
  background: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
  font-size: 42px;
  z-index: 1;
}

.hero-slider .slick-prev {
  border: none;
  background: none;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
  font-size: 42px;
  z-index: 1;
}

.hero-slider .slide .btn,
#about-header .btn,
#media-header .btn {
	margin-top: 40px;
	min-width: 280px;
}

.hero-slider .slide .btn {
  padding: 20px 30px;
  min-width: auto;
}

.hero-slider .slick-dots {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.hero-slider .slick-dots li {
  display: inline-block;
  margin-right: 10px;
  height: 20px;
  width: 20px;
  line-height: 1;
}

.hero-slider .slick-dots li button {
  border: none;
  text-indent: -9999px;
  padding: 0;
  height: 20px;
  max-height: 20px;
  width: 20px;
  max-width: 20px;
  background: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -khtml-border-radius: 50%;
  opacity: .6;
}

.hero-slider .slick-dots li.slick-active button {
  opacity: 1;
}

#about-header {
	padding: 225px 0;
}

#media-header .featured-post {
  padding: 50px 0;
  position: relative;
  background-position: top center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#media-header .featured-post .container {
  position: relative;
  z-index: 1;
}

#media-header span {
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 10px;
	display: block;
}

#media-header span a {
	color: #FFFFFF !important;
	text-decoration: none !important;
	pointer-events: none;
}

#media-header h1 {
  font-size: 26px;
}

#media-header .slick-prev {
  border: none;
  background: none;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
  font-size: 48px;
  z-index: 1;
}

#media-header .slick-next {
  border: none;
  background: none;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
  font-size: 48px;
  z-index: 1;
}

#media-header .slick-dots {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#media-header .slick-dots li {
  display: inline-block;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  line-height: 1;
}

#media-header .slick-dots li button {
  border: none;
  background: none;
  text-indent: -9999px;
  padding: 0;
  height: 20px;
  max-height: 20px;
  width: 20px;
  max-width: 20px;
  background: #ffffff;
  border-radius: 20px;
  opacity: .6;
}

#media-header .slick-dots li.slick-active button {
  opacity: 1;
}

#documentary-header {
	padding: 340px 0 100px;
	position: relative;
}

#documentary-header:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.45);
}

#documentary-header .container {
  position: relative;
  z-index: 1;
}

#documentary-header a {
	color: #ffffff !important;
	font-size: 124px;
}

#documentary-header h1 {
	font-size: 45px;
	margin: 45px 0 0 0;
}

#photos-header {
	padding: 150px 0;
}

#photos-header h1 {
	font-size: 48px;
}



/* Featured News Section */

#latest-news {
  padding: 30px 0;
  background: #fafafa;
}

#latest-news h2 {
  color: #11363B;
  display: inline-block;
  font-weight: 300;
  padding-bottom: 10px;
  margin-bottom: 40px;
  border-bottom: 1px solid #4181BA;
}

#latest-news .news-slider a.news-item {  
  display: block;
	width: 33.33%;
	position: relative;
	background: #000000;
	text-align: center;
}

#latest-news .news-slider a.news-item:hover {
  opacity: .9;
  text-decoration: none;
}

#latest-news .news-slider a.news-item span {
  display: block;
	margin: 0;
	font-weight: 300;
  min-height: 65px;
  background: rgba(65, 129, 186, 1);
  color: #ffffff;
  text-align: center;
  font-size: 15px;
  padding: 10px;
	
	-webkit-transition: all 0.2s ease;/* Safari 3.2+, Chrome */
	-moz-transition: all 0.2s ease;/* Firefox 4-15 */
	-o-transition: all 0.2s ease;/* Opera 10.5-12.00 */
	transition: all 0.2s ease;/* Firefox 16+, Opera 12.50+ */
}

#latest-news .news-slider a.news-item p {
  color: #ffffff;
  opacity: .9;
  font-size: 14px;
  line-height: 31.5px;
}

#latest-news .news-slider a.news-item .play-icon {
  position: absolute;
  color: #ffffff;
  font-size: 62px;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#latest-news .news-slider a.news-item .news-card-image {
  height: 250px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

#latest-news .news-slider .slick-prev {
  border: none;
  background: none;
  position: absolute;
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
  color: #11363B;
  font-size: 48px;
  z-index: 1;
}

#latest-news .news-slider .slick-next {
  border: none;
  background: none;
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
  color: #11363B;
  font-size: 48px;
  z-index: 1;
}

#latest-news .slick-dots {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: -75px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#latest-news .slick-dots li {
  display: inline-block;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  line-height: 1;
}

#latest-news .slick-dots li button {
  border: none;
  background: none;
  padding: 0;
  text-indent: -9999px;
  height: 20px;
  max-height: 20px;
  width: 20px;
  max-width: 20px;
  background: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -khtml-border-radius: 50%;
  opacity: .6;
}

#latest-news .slick-dots li.slick-active button {
  opacity: 1;
}



/* Quick Links Section */

.quick-link {
	display: block;
	padding: 30px;
	height: 325px;
	width: 100%;
	
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.quick-link:hover {
	opacity: .9;
}

.quick-link:hover span {
  padding-bottom: 5px;
}

.quick-link span {
	margin: 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #4181BA;
	display: inline-block;
	opacity: 0.9;
	font-weight: 300;
	color: #ffffff;
	font-size: 22px;
	letter-spacing: 0;
	line-height: 31.5px;
	
	-webkit-transition: all 0.2s ease;/* Safari 3.2+, Chrome */
	-moz-transition: all 0.2s ease;/* Firefox 4-15 */
	-o-transition: all 0.2s ease;/* Opera 10.5-12.00 */
	transition: all 0.2s ease;/* Firefox 16+, Opera 12.50+ */
}



/* About Block Section */



#about {
	padding: 240px 0 170px;
	position: relative;
}

#about:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.5);
}

#about .container {
  position: relative;
  z-index: 1;
}

#about h2 {
	margin-bottom: 15px;
}

#about p {
	margin: 0 0 30px;
}



/* Videos Block */



#videos {
	padding: 45px 0;
	background: #fafafa;
}

#videos h2 {
  color: #11363B;
	display: inline-block;
	font-weight: 300;
	padding-bottom: 10px;
	margin-bottom: 40px;
	border-bottom: 1px solid #4181BA;
}

#videos .video-wrapper {
	overflow:hidden;
  padding-bottom:56.25%;
  position:relative;
  height:0;
}

#videos .video-wrapper iframe {
  border: none;
  left:0;
  top:0;
  height:100%;
  width:100%;
  position:absolute;
}



/* Media Section */

#media {
	padding: 75px 0 75px;
	background: #fafafa;
}

#media h2 {
  display: inline-block;
  color: #11363B;
  font-weight: 300;
  padding-bottom: 10px;
  margin-bottom: 40px;
  border-bottom: 1px solid #4181BA;
}

#media .col-lg-4 {
	margin-bottom: 30px;
}

.media-card {
	height: 100%;
	background: #ffffff;
	color: #11363B;
	position: relative;
	
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.15);
	
	-webkit-transition: all 0.2s ease;/* Safari 3.2+, Chrome */
	-moz-transition: all 0.2s ease;/* Firefox 4-15 */
	-o-transition: all 0.2s ease;/* Opera 10.5-12.00 */
	transition: all 0.2s ease;/* Firefox 16+, Opera 12.50+ */
}

.media-card:hover {
  transform: translateY(5px);
}

.media-card a.video {
  position: relative;
  height: 200px;
  width: 100%;
  display: block;
}

.media-card a.video .play {
  position: absolute;
  color: #ffffff;
  font-size: 62px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.media-card-image {
	height: 200px;
	
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.media-card-body {
	padding: 20px 20px 0 20px;
}

.media-card-body span,
.media-card-body span a {
	font-weight: 700;
	font-size: 9.1px;
	color: #05191F;
	letter-spacing: 1.86px;
	text-transform: uppercase;
	text-decoration: none;
	pointer-events: none;
}

.media-card-body h3 {
	color: #11363B !important;
}

.media-card-body a {
	text-decoration: none !important;
}

.media-card-body p {
	opacity: 0.68;
	font-size: 15.4px;
	color: #05191F;
	letter-spacing: 0;
	line-height: 22.05px;
}

.media-card-body .btn {
	position: absolute;
	left: 0;
	bottom: 0;
}


/* Pagination Styling */

.page-navigation ol {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 30px;
}

.page-navigation ol li {
  display: inline-block;
}

.page-navigation ol li.bpn-current {
  padding: 5px 15px;
  color: #ffffff;
  background: #4181BA;
}

.page-navigation ol li a {
  display: block;
  padding: 5px 15px;
  color: #999999;
}

.page-navigation ol li a:hover {
  text-decoration: none;
  opacity: .8;
}




/* Quote Block */

.entry-content .video iframe {
  border: none;
  width: 100%;
  height: 500px;
}

#quote-block {
  background: #fafafa;
	padding: 60px 0;
	font-weight: 600;
	font-style: italic;
}

#quote-block p {
  color: #11363B;
}



/* Documentary Details Block */



#documentary {
	padding: 75px 0;
}



/* Photos Block */



#photos {
	padding: 100px 0 20px 0;
	background: #fafafa;
}

#photos .gallery {
  width: 90%;
  margin: 0 auto;
}

#photos .caption {
  background: rgba(65, 129, 186, 1);
  color: #ffffff;
  text-align: center;
  font-size: 15px;
  padding: 10px;
}

.gallery-item {
	width: 25%;
}

a.gallery-item:hover {
  text-decoration: none;
}

.gallery-item img {
  width: 100%;
  height: auto;
}




/* Contact Form Block */



#contact-form {
	padding: 100px 0;
	background: #4181BA;
}

#contact-form p {
	font-family: 'Work Sans', sans-serif;
	font-size: 22px;
	letter-spacing: 0;
	line-height: 31.5px;
	margin-bottom: 35px;
	font-weight: bold;
}

#contact-form label {
	display: none;
}

#contact-form ul.gform_fields {
  padding: 0;
}

#contact-form li {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
}

#contact-form input,
#contact-form textarea,
#contact-form select {
  font-family: 'Montserrat', sans-serif;
	width: 100%;
	font-size: 16px;
	margin-bottom: 20px;
	border-radius: 8px;
	background: none;
	padding: 16px 26px;
	border: 1px solid rgba(255,255,255,.5);
	box-shadow: none !important;
	color: #ffffff;
	
	-webkit-transition: all 0.2s ease;/* Safari 3.2+, Chrome */
	-moz-transition: all 0.2s ease;/* Firefox 4-15 */
	-o-transition: all 0.2s ease;/* Opera 10.5-12.00 */
	transition: all 0.2s ease;/* Firefox 16+, Opera 12.50+ */
}

#contact-form .ginput_container_select {
  position: relative;
}

#contact-form .ginput_container_select:after {
	font-family: FontAwesome;
	content: '\f107';
	font-size: 28px;
	position: absolute;
	top: 8px;
	right: 20px;
	color: #ffffff;
	pointer-events: none;
}

#contact-form select {
  -webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

#contact-form select option {
  color: #333333;
}

#contact-form input:focus,
#contact-form textarea:focus {
	background: rgba(255,255,255,.5);
	color: #05191F;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #ffffff;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #ffffff;
  opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #ffffff;
  opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ffffff;
}
::-ms-input-placeholder { /* Microsoft Edge */
  color: #ffffff;
}

::placeholder { /* Most modern browsers support this now. */
  color: #ffffff;
}

.validation_error {
  font-size: 12px;
  color: #721c24;
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
  padding: 10px;
  border-radius: 8px;
}

.gform_confirmation_message {
  font-size: 20px;
  color: #155724;
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
  padding: 10px;
  border-radius: 8px;
}

.validation_message {
  display: none;
}

#contact-form li.gfield_error input,
#contact-form li.gfield_error textarea,
#contact-form li.gfield_error select {
  border-color: #721c24;
}

body img.gform_ajax_spinner {
    display: none !important;
}

#contact-form input.button {
	font-family: 'Montserrat', sans-serif;
	padding: 25px 43px;
	border: none;
	border-radius: 0;
	box-shadow: none !important;
	font-weight: 700;
	font-size: 9.8px;
	color: #FFFFFF;
	letter-spacing: 2px;
	text-transform: uppercase;
	background: #1B3C48 !important;
	max-width: 280px;
}

#contact-form input.button:hover {
	background: #05191F !important;
}

#contact-form .gform_footer {
	text-align: center;
}



/* Contact Info Block */

#contact-info {
	padding: 150px 0;
	background: #1B3C48;
}

#contact-info h2 {
  font-size: 26px;
  margin-bottom: 20px;
}

#contact-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#contact-info ul li {
  display: inline-block;
  margin-right: 10px;
}

#contact-info ul li a {
  color: #4181BA;
  font-size: 40px;
}



/* Single Media Page */

#article-header {
	height: 645px;
	background-position: top center;
}

#article {
	margin-top: 30px;
}

#article.no-margin {
  margin-top: 75px;
}

#article article .wp-caption,
#article article img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}

#article article {
	background: #ffffff;
	border-radius: 8px;
	color: #05191F;
	padding: 20px;
}

.media-heirarchy {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
	color: #ffffff;
	letter-spacing: 3.27px;
	margin-bottom: 45px;
	display: block;
}

.media-heirarchy a {
	text-decoration: none;
	color: #C0C0C0;
}

#article h1 {
	font-weight: 600;
	font-size: 32px;
	color: #05191F;
	letter-spacing: -1.2px;
	margin-bottom: 30px;
}

.category-date,
.category-date a {
	font-weight: 700;
	font-size: 16px;
	color: #387C83;
	letter-spacing: 3.27px;
	text-transform: uppercase;
	text-decoration: none;
	pointer-events: none;
}

#article blockquote {
	margin: 40px 0;
}

#article blockquote span {
	font-family: 'Montserrat', sans-serif;
	font-style: italic;
	font-weight: 500;
	font-size: 45px;
	color: #4181BA;
	letter-spacing: -0.31px;
	line-height: 1;
}

#article ul,
#article ol,
#article p {
  color: #000000;
  font-weight: 300;
  opacity: 1;
}



/* CTA Block */



#cta {
	background: #1B3C48;
	padding: 60px 0;
}



/* Events Block */

#events {
	padding: 75px 0;
	background: #fafafa;
}

#events .event-toggle {
	padding: 0;
	margin: 0 0 25px;
	list-style: none;
	font-weight: bold;
}

#events .event-toggle li {
	display: inline-block;
	margin: 0 5px;
}

#events .event-toggle li a {
	color: #999999 !important;
	text-decoration: none;
	display: block;
	font-size: 14px;
	padding-bottom: 3px;
	margin-bottom: 5px;
	border-bottom: 1px solid rgba(0,0,0,0);
	
	-webkit-transition: all 0.2s ease;/* Safari 3.2+, Chrome */
	-moz-transition: all 0.2s ease;/* Firefox 4-15 */
	-o-transition: all 0.2s ease;/* Opera 10.5-12.00 */
	transition: all 0.2s ease;/* Firefox 16+, Opera 12.50+ */
}

#events .event-toggle li a.active {
	border-bottom: 1px solid #4181BA;
	color: #4181BA !important;
}

#events #past {
	display: none;
}

#events .event {
	padding: 25px;
	background: #ffffff;
	text-align: left;
	position: relative;
	color: #05191F;
	margin-bottom: 20px;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.15);
}

#events .event img {
  margin-bottom: 20px;
}

#events .event h2 {
	color: #11363B;
	font-weight: 700;
	font-size: 23px;
	margin-bottom: 5px;
}

#events .event p {
	margin: 5px 0 0;
	font-size: 16px;
	line-height: 1.6;
}

#events .event p.address {
	margin-bottom: 15px;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: .5px;
}

#events .event .date-time {
	text-align: right;
}

#events .event .date-time p {
	font-weight: 600;
	font-size: 14px;
	color: #000000;
}

#events .event .btn-primary {
  margin-top: 30px;
}



/* Footer */

footer {
	background: #05191F;
	color: #ffffff;
	padding: 25px 0;
	text-align: center;
	display: flex;
}

footer p {
	opacity: 0.68;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 31.5px;
	margin: 0;
}

footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-weight: 500;
	text-transform: uppercase;
	opacity: 0.89;
	font-size: 14px;
	letter-spacing: 1.67px;
}

footer li {
	display: inline-block;
	margin: 10px;
}

footer a {
	display: inline-block;
}

footer ul a {
	color: #ffffff !important;
	text-decoration: none !important;
	font-size: 12px;
}

footer ul a:hover {
	opacity: .8;
}

footer .social a {
	font-size: 22px;
	margin: 0 5px;
	color: #4181BA !important;
}

footer .social a:hover {
	opacity: 0.8;
}

.scroll-top {
  display: none;
  height: 50px;
  width: 50px;
  background: #4181BA;
  border-radius: 50px;
  color: #ffffff;
  text-align: center;
  line-height: 50px;
  position: fixed;
  right: 30px;
  bottom: 30px;
}

.scroll-top i {
  line-height: 1;
}

.scroll-top:hover {
  color: #ffffff;
  background: #3870a1;
}
