@charset "UTF-8";
/*
    Rename this file and put main LESS/CSS here
*/
/**
 * Variables for LESS
 */
/*---------------------------------------------------
  LESS Elements 0.8
  ---------------------------------------------------
  A set of useful LESS mixins
  More info at: http://lesselements.com
  ---------------------------------------------------*/
.clearfix:after {
  display: block;
  position: relative;
  width: 0;
  height: 0;
  content: "";
  clear: both;
}
/* 
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
@font-face {
  font-family: "untitled-font-1";
  src: url("fonts/untitled-font-1.eot");
  src: url("fonts/untitled-font-1.eot?#iefix") format("embedded-opentype"), url("fonts/untitled-font-1.woff") format("woff"), url("fonts/untitled-font-1.ttf") format("truetype"), url("fonts/untitled-font-1.svg#untitled-font-1") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "untitled-font-1" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "untitled-font-1" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-facebook:before {
  content: "a";
}
.icon-fireeye:before {
  content: "b";
}
.icon-jfcslogosmall:before {
  content: "c";
}
.icon-linkedin:before {
  content: "d";
}
.icon-morearrow:before {
  content: "e";
}
.icon-search:before {
  content: "f";
}
.icon-sliderarrow:before {
  content: "g";
}
.icon-twitter:before {
  content: "h";
}
.icon-youtube:before {
  content: "i";
}
body,
html {
  font-family: "myriad-pro", sans-serif;
}
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img {
  max-width: 100%;
  height: auto;
}
.container-fluid {
  background: url('../images/stripeBG.png');
  overflow: hidden;
}
.container-fluid .container {
  padding-left: 0;
  padding-right: 0;
}
.interiorContainer {
  background: #fff;
  overflow: hidden;
}
.row-page {
  padding: 40px 0;
}
.row-page .pageList .pageTitle {
  color: #a20063;
  font-size: 30px;
  border-bottom: 2px solid #ccc;
  margin-bottom: 5px;
  text-decoration: none;
}
.row-page .pageList .pageTitle:hover {
  text-decoration: none;
}
.row-page .pageList ul {
  list-style: none;
  padding-left: 10px;
}
.row-page .pageList ul li a {
  padding: 10px;
  padding-left: 30px;
  display: block;
  color: #233444;
  position: relative;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.row-page .pageList ul li a:hover {
  background: #ccc;
  text-decoration: none;
  color: #000;
}
.row-page .pageList ul li.current_page_item > a {
  background: #ccc;
  color: #000;
}
.row-page .pageList ul li.current_page_item > a:after {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 15px;
  border-color: transparent transparent transparent #000000;
}
.row-page .pageList ul li ul li a {
  color: #43505f;
}
.row-same-height {
  display: table;
  width: 100%;
  /* fix overflow */
  table-layout: fixed;
}
.col-xs-height {
  display: table-cell;
  float: none !important;
}
@media (min-width: 768px) {
  .col-sm-height {
    display: table-cell;
    float: none !important;
  }
}
.videoWrapper {
  position: relative;
  padding-bottom: 50%;
  padding-top: 25px;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  vertical-align: middle;
  z-index: 5;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.link {
  margin-top: 15px;
  padding: 15px;
  text-transform: uppercase;
  color: #a20063;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.link.long {
  padding: 15px 50px;
}
.link.bordered {
  background: transparent;
  border: 2px solid #a20063;
}
.link.white {
  color: #fff;
  border-color: #fff;
}
.link.violet {
  color: #a20063;
  border-color: #a20063;
}
.link.violetBG {
  background: #a20063;
  color: #fff;
}
.link:hover.violet {
  color: #fff;
  border-color: #fff;
  background: #a20063;
}
.link:hover.violetBG {
  background: #fff;
  color: #a20063;
}
.link:hover.white {
  color: #a20063;
  border-color: #a20063;
  background: #fff;
}
.arrowLink {
  position: absolute;
  right: 60px;
  bottom: 0px;
  padding: 15px 20px;
  cursor: pointer;
  text-transform: uppercase;
}
.arrowLink .arrow {
  content: "";
  position: absolute;
  right: -60px;
  top: 0;
  height: 100%;
  width: 60px;
  background: #a20063;
  z-index: 4;
  -webkit-transition: width 300ms ease;
  -moz-transition: width 300ms ease;
  -o-transition: width 300ms ease;
  transition: width 300ms ease;
}
.arrowLink .arrow .icon {
  color: #fff;
  position: absolute;
  right: 8px;
  font-size: 48px;
  top: 50%;
  line-height: 0;
  margin-top: -14px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.arrowLink .words {
  position: relative;
  z-index: 5;
  color: #a20063;
  text-decoration: underline;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 16px;
}
.arrowLink:hover {
  text-decoration: none;
}
.arrowLink:hover .arrow {
  width: calc(140%);
}
.arrowLink:hover .arrow .icon {
  right: 20px;
}
.arrowLink:hover .words {
  color: #fff;
  text-decoration: none;
}
.triLeft,
.triRight {
  position: absolute;
  height: 20px;
  width: 48.9%;
  background: #fff;
  bottom: 0;
  z-index: 10;
}
.triLeft:after,
.triRight:after {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
}
.triLeft {
  left: 0;
}
.triLeft:after {
  left: 100%;
  border-width: 20px 0 0 20px;
  border-color: transparent transparent transparent #fff;
}
.triRight {
  right: 0;
}
.triRight:after {
  right: 100%;
  border-width: 0 0 20px 20px;
  border-color: transparent transparent #fff transparent;
}
.block {
  color: #fff;
  font-size: 18px;
  font-family: "myriad-pro", sans-serif;
  font-weight: 300;
  padding-bottom: 20px;
  display: inline-block;
}
.block.bold {
  font-weight: bold;
}
.block a {
  color: #d2a261;
}
.block a:hover {
  color: #d2a261;
}
.tempHide {
  display: none;
}
.calloutSimple {
  padding: 80px 10px 100px 10px;
  font-family: "myriad-pro", sans-serif;
  font-weight: 300;
  background: #fff;
  text-align: center;
}
.calloutSimple .content {
  max-width: 675px;
  font-size: 24px;
  line-height: 34px;
  margin: 0 auto;
}
.calloutSimple .subContent {
  font-size: 18px;
  padding: 10px 0 40px 0;
}
.mainContent {
  font-family: "myriad-pro", sans-serif;
  font-weight: 300;
}
.mainContent h1 {
  color: #8a0054;
  font-size: 40px;
  font-weight: 300;
}
.mainContent h1 a {
  color: #d2a261;
  text-decoration: underline;
}
.mainContent h2 {
  color: #43505f;
  font-size: 24px;
  font-weight: 300;
}
.mainContent h2 a {
  color: #d2a261;
  text-decoration: underline;
}
.mainContent h3 {
  font-size: 14px;
  color: #233444;
}
.mainContent h3 a {
  color: #d2a261;
  text-decoration: underline;
}
.mainContent p {
  font-size: 18px;
  line-height: 26px;
  color: #233444;
}
.mainContent p a {
  color: #d2a261;
  text-decoration: underline;
}
.mainContent h4 {
  font-size: 24px;
  font-weight: 600;
}
.mainContent h5 {
  font-size: 20px;
  font-weight: 500;
}
.mainContent h6 {
  font-size: 18px;
  font-weight: 300;
}
.mainContent ul {
  padding-left: 40px;
}
.mainContent li {
  margin-left: 30px;
  font-size: 18px;
  color: #233444;
}
.mainContent li a {
  color: #d2a261;
  text-decoration: underline;
}
#header {
  height: 80px;
  overflow: hidden;
}
#header #logoContainer {
  padding: 10px 30px;
  background: #fff;
}
#header #logoContainer:after {
  position: absolute;
  z-index: 5;
  content: "";
  top: 0;
  left: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 0 0 100px;
  border-color: transparent transparent transparent #fff;
}
#header #logoContainer:before {
  position: absolute;
  z-index: 4;
  content: "";
  top: -1px;
  left: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 104px 0 0 104px;
  border-color: transparent transparent transparent #cccccc;
}
#header #mobileMenu {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 30px;
  color: #233444;
}
#header .topLinks {
  border-bottom: 1px solid #cccccc;
  background: #e2e3e7;
  padding: 0 15px;
  text-align: center;
  margin: 0;
}
#header .topLinks li {
  display: inline-block;
  position: relative;
  z-index: 10;
}
#header .topLinks li a {
  display: inline-block;
  padding: 10px 15px;
  color: #6f6f6f;
}
#header .siteSearch {
  position: relative;
  overflow: hidden;
}
#header .siteSearch #search {
  position: relative;
  width: 68%;
  padding: 10px;
  display: inline-block;
  background: #fff;
  height: 40px;
}
#header .siteSearch #search:after {
  position: absolute;
  z-index: 5;
  content: "";
  top: 0;
  left: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 0 0 40px;
  border-color: transparent transparent transparent #fff;
}
#header .siteSearch #search:before {
  position: absolute;
  z-index: 4;
  content: "";
  top: -1px;
  left: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 42px 0 0 42px;
  border-color: transparent transparent transparent #222222;
}
#header .siteSearch #search #searchform {
  margin-left: 90px;
  position: relative;
}
#header .siteSearch #search #searchform input[type=text] {
  border: none;
  background: transparent;
  width: 100%;
  font-size: 12px;
  position: relative;
  display: inline-block;
  font-family: "myriad-pro", sans-serif;
  font-weight: 300;
}
#header .siteSearch #search #searchform #searchSubmit {
  padding: 0;
  position: absolute;
  color: #4d4d4d;
  right: -32px;
  top: 50%;
  font-size: 62px;
  margin-top: -20px;
  line-height: 0;
}
#header .siteSearch #donate {
  text-align: center;
  background: #a20063;
  -webkit-box-shadow: inset 0px 0px 62px 0px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: inset 0px 0px 62px 0px rgba(0, 0, 0, 0.7);
  box-shadow: inset 0px 0px 62px 0px rgba(0, 0, 0, 0.7);
  color: #fff;
  position: absolute;
  width: 32%;
  padding: 10px;
  right: 0;
  top: 0;
}
#header .siteSearch #donate a {
  font-family: "myriad-pro", sans-serif;
  font-weight: 300;
  padding: 10px 40px;
  color: #fff;
  text-transform: uppercase;
}
#navBar {
  position: absolute;
  background: rgba(200, 200, 200, 0.9);
  top: 80px;
  left: 0;
  z-index: 9999;
  width: 100%;
  text-align: center;
}
#navBar.affix {
  position: fixed;
  top: 0;
}
#navBar > ul {
  display: block;
  position: relative;
  margin: 0;
}
#navBar > ul > li {
  display: inline-block;
}
#navBar > ul > li > a {
  display: inline-block;
  color: #333;
  padding: 25px 25px;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#navBar > ul > li:hover > a {
  text-decoration: none;
  color: #fff;
}
#navBar > ul > li:hover > .sub-menu {
  display: inline;
}
#navBar > ul > li > .sub-menu {
  text-align: left;
  font-family: "myriad-pro", sans-serif;
  font-weight: 500;
  top: 145%;
  left: 0px;
  width: 100%;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  color: #000;
  display: none;
  padding: 0 40px 40px 40px;
}
#navBar > ul > li > .sub-menu .title {
  font-size: 24px;
  padding: 5px 0;
  display: block;
  border-bottom: 1px solid #000;
}
#navBar > ul > li > .sub-menu > li {
  display: inline-block;
  position: relative;
  width: 18%;
  vertical-align: top;
}
#navBar > ul > li > .sub-menu > li a {
  display: block;
  padding: 10px;
  color: #000;
}
#navBar > ul > li > .sub-menu > li a:hover {
  background: #fff;
}
#navBar > ul > li > .sub-menu > li .sub-menu {
  font-weight: 300;
  list-style: none;
}
#navBar > ul > li > .sub-menu > li .sub-menu li a {
  padding: 5px;
  padding-left: 20px;
}
#navBar > ul > li > .sub-menu .header {
  display: block;
  border-bottom: 1px solid #000;
  padding: 0 0 5px 0;
  font-size: 20px;
  margin-bottom: 7px;
}
#navBar > ul > li > .sub-menu .triLeft,
#navBar > ul > li > .sub-menu .triRight {
  bottom: auto;
  top: -20px;
  background: rgba(255, 255, 255, 0.9);
}
#navBar > ul > li > .sub-menu .triLeft {
  width: 6%;
}
#navBar > ul > li > .sub-menu .triLeft:after {
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.9);
}
#navBar > ul > li > .sub-menu .triRight {
  width: 91%;
}
#navBar > ul > li > .sub-menu .triRight:after {
  border-color: transparent transparent rgba(255, 255, 255, 0.9) transparent;
}
#navBar > ul > li > .sub-menu:after {
  content: "";
  height: 25px;
  top: -35px;
  position: absolute;
  left: 0;
  width: 100%;
}
#footer #top {
  background: #2b2f32;
  padding: 30px 20px;
  color: #fff;
  overflow: hidden;
}
#footer #top .topHeader {
  font-size: 20px;
  padding-bottom: 10px;
}
#footer #top .quickLinks a {
  color: #fff;
  padding: 6px 0;
  display: block;
}
#footer #top .connect {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}
#footer #top .connect .smRow a .icon {
  font-size: 40px;
}
#footer #top .connect .smRow a .icon.fb {
  color: #3b5998;
}
#footer #top .connect .smRow a .icon.tw {
  color: #4099ff;
}
#footer #top .connect .smRow a .icon.in {
  color: #f59d39;
}
#footer #top .connect .smRow a .icon.yt {
  color: #b31217;
}
#footer #top .connect .smRow a:hover {
  text-decoration: none;
}
#footer #globalFooter {
  background: #222222;
  padding: 20px;
}
#footer #globalFooter .jfcs {
  max-height: 50px;
}
#footer #globalFooter .quickLinks {
  text-align: right;
  position: relative;
  margin-top: 25px;
  color: #fff;
}
#footer #globalFooter .quickLinks a {
  color: #fff;
  padding: 3px 6px;
}
#footer #globalFooter .copy {
  color: #fff;
  padding: 25px 0 15px 0;
  font-size: 12px;
}
.post {
  background: #fff;
  padding: 10px 0 40px 0;
  margin-bottom: 20px;
  position: relative;
}
.post .no-break {
  position: absolute;
  left: 45px;
  bottom: 0px;
}
.post .title {
  font-size: 34px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-family: "myriad-pro", sans-serif;
  font-weight: 300;
  padding: 15px;
  color: #000;
}
.post .date {
  text-align: center;
  text-transform: uppercase;
  font-family: "myriad-pro", sans-serif;
  font-weight: 300;
  padding-bottom: 20px;
}
.post .photo {
  height: 300px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center;
}
.post .content {
  padding: 20px 50px;
}
.post .posted {
  position: absolute;
  bottom: 15px;
  right: 20px;
  color: #777;
}
.photoHeader {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
  position: relative;
  margin-bottom: 30px;
}
.photoHeader.small {
  height: 300px;
  margin: 0;
}
.photoHeader.large {
  height: 600px;
}
.photoHeader.large .headerContent {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  padding: 40px 0;
  background: rgba(7, 25, 41, 0.8);
  color: #fff;
  z-index: 5;
  text-align: center;
  font-family: "myriad-pro", sans-serif;
  font-weight: 300;
}
.photoHeader.large .headerContent .title {
  font-size: 48px;
  text-transform: uppercase;
}
.photoHeader.large .headerContent .subtitle {
  padding-top: 25px;
  font-size: 16px;
  max-width: 800px;
  margin: 0 auto;
}
.photoHeader.large .headerContent:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #071929 transparent transparent transparent;
  -khtml-opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  zoom: 1;
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.photoHeader.large .triLeft,
.photoHeader.large .triRight {
  position: absolute;
  height: 20px;
  width: 48.9%;
  background: url('../images/stripeBG.png');
  bottom: 0;
  z-index: 10;
}
.photoHeader.large .triLeft:after,
.photoHeader.large .triRight:after {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
}
.photoHeader.large .triLeft {
  left: 0;
}
.photoHeader.large .triLeft:after {
  left: 100%;
  border-width: 20px 0 0 20px;
  border-color: transparent transparent transparent #fff;
}
.photoHeader.large .triRight {
  right: 0;
}
.photoHeader.large .triRight:after {
  right: 100%;
  border-width: 0 0 20px 20px;
  border-color: transparent transparent #fff transparent;
}
.photoFooter {
  padding: 100px 0 ;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: relative;
}
.photoFooter .calloutContent {
  text-align: center;
  padding: 75px 0;
  position: relative;
  background: rgba(5, 14, 19, 0.8);
  color: #fff;
}
.photoFooter .calloutContent .title {
  font-size: 30px;
  text-transform: uppercase;
  font-family: "myriad-pro", sans-serif;
  font-weight: 300;
}
.photoFooter .calloutContent .description {
  padding: 20px 0 40px 0;
  line-height: 22px;
  max-width: 800px;
  margin: 0 auto;
  font-family: "myriad-pro", sans-serif;
  font-weight: 300;
  font-size: 18px;
}
.photoFooter .calloutContent a {
  padding: 10px 50px;
  color: #fff;
  background: #a20063;
  text-transform: uppercase;
}
#landingTabContainer {
  position: relative;
  background: #3d4e5e;
  font-family: "myriad-pro", sans-serif;
  font-weight: 300;
}
#landingTabContainer .landingTab {
  display: inline-block;
  width: 49%;
  text-align: center;
  position: relative;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#landingTabContainer .landingTab.active {
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
  position: relative;
}
#landingTabContainer .landingTab.active .tabBackground,
#landingTabContainer .landingTab.active .tabOverlay {
  -khtml-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#landingTabContainer .landingTab.active h1 {
  color: #000;
  font-weight: 500;
  padding-bottom: 20px;
  z-index: 11;
}
#landingTabContainer .landingTab.active:after {
  content: "X";
  position: absolute;
  top: 40px;
  right: 10%;
  color: black;
  font-size: 30px;
  z-index: 10;
}
#landingTabContainer .landingTab .tabBackground {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -khtml-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: 2;
}
#landingTabContainer .landingTab .tabOverlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -khtml-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  background: rgba(255, 255, 255, 0.9);
  z-index: 3;
}
#landingTabContainer .landingTab h1 {
  position: relative;
  color: #fff;
  font-family: "myriad-pro", sans-serif;
  font-weight: 300;
  font-size: 26px;
  cursor: pointer;
  z-index: 10;
  padding: 10px 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#landingTabContainer .landingTab .tabContentContainer {
  display: none;
  position: relative;
  z-index: 5;
}
#landingTabContainer .landingTab .tabContentContainer .tabContent .title {
  text-transform: uppercase;
  font-size: 24px;
}
#landingTabContainer .landingTab .tabContentContainer .tabContent .description {
  font-size: 18px;
  line-height: 24px;
  padding: 15px;
}
#landingTabContainer .landingTab .tabContentContainer .tabContent a {
  color: #a20063;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 16px;
}
#landingTabContainer .landingTab .tabContentContainer .tabContent a:hover {
  color: #a20063;
}
#tabContainer .nav {
  position: relative;
  padding: 30px 0;
  text-align: center;
  display: block;
}
#tabContainer .nav li {
  float: none;
  display: inline-block;
}
#tabContainer .nav li a {
  padding: 10px 40px;
  background: transparent;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  border: 2px solid transparent;
  color: #233444;
  text-transform: uppercase;
  margin: 0 10px;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#tabContainer .nav li a:hover {
  border: 2px solid #233444;
  background: transparent;
}
#tabContainer .nav li.active a {
  border: 2px solid #233444;
}
#tabContainer .tab-content .tab-pane {
  padding: 50px 0;
  overflow: hidden;
}
#tabContainer .tab-content #video_player {
  position: relative;
}
#tabContainer .tab-content #video_player .owl-controls .owl-nav .owl-prev,
#tabContainer .tab-content #video_player .owl-controls .owl-nav .owl-next {
  padding: 50px;
  background: rgba(255, 255, 255, 0.8);
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  position: absolute;
  z-index: 100;
  top: 50%;
  margin-top: -60px;
}
#tabContainer .tab-content #video_player .owl-controls .owl-nav .owl-prev .icon,
#tabContainer .tab-content #video_player .owl-controls .owl-nav .owl-next .icon {
  position: absolute;
  font-size: 66px;
  line-height: 0;
  color: #fff;
}
#tabContainer .tab-content #video_player .owl-controls .owl-nav .owl-prev {
  left: -50px;
}
#tabContainer .tab-content #video_player .owl-controls .owl-nav .owl-prev .icon {
  right: -10px;
  top: 4px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#tabContainer .tab-content #video_player .owl-controls .owl-nav .owl-next {
  right: -50px;
}
#tabContainer .tab-content #video_player .owl-controls .owl-nav .owl-next .icon {
  top: 31px;
  left: -11px;
}
#tabContainer .tab-content #video_player .videoWrapOuter {
  position: relative;
}
#tabContainer .tab-content #video_player .videoWrapOuter .videoOverlay {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 10%;
  z-index: 10;
}
#tabContainer .tab-content #video_player .videoWrapOuter .videoOverlay .videoPlay {
  background: url('../images/vid.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100px;
  height: 100px;
  display: inline-block;
  margin: 0 auto;
  cursor: pointer;
}
#tabContainer .tab-content #video_player .videoWrapOuter .videoOverlay .videoTitle {
  text-transform: uppercase;
  margin: 20px 0;
  font-size: 28px;
  font-family: "myriad-pro", sans-serif;
  font-weight: 300;
}
#tabContainer .tab-content #video_player .videoWrapOuter .videoOverlay .videoDescription {
  max-width: 500px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 26px;
  font-family: "myriad-pro", sans-serif;
  font-weight: 300;
}
#tabContainer .tab-content #video_player .vidBox {
  height: 350px;
  position: relative;
  background: red;
}
#tabContainer .tab-content #photo_player {
  position: relative;
}
#tabContainer .tab-content #photo_player .owl-controls .owl-nav .owl-prev,
#tabContainer .tab-content #photo_player .owl-controls .owl-nav .owl-next {
  padding: 50px;
  background: rgba(255, 255, 255, 0.8);
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  position: absolute;
  z-index: 100;
  top: 50%;
  margin-top: -120px;
}
#tabContainer .tab-content #photo_player .owl-controls .owl-nav .owl-prev {
  left: -5%;
}
#tabContainer .tab-content #photo_player .owl-controls .owl-nav .owl-next {
  right: -5%;
}
#tabContainer .tab-content #photo_player .photo {
  position: relative;
}
#tabContainer .tab-content #photo_player .photo .photoWrapper {
  position: relative;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center important;
  height: 300px;
}
#tabContainer .tab-content #photo_player .photo .photoInfo {
  font-family: "myriad-pro", sans-serif;
  font-weight: 300;
  position: relative;
  text-align: center;
}
#tabContainer .tab-content #photo_player .photo .photoInfo .photoTitle {
  font-size: 24px;
}
#sidebar-blog .widgets {
  list-style: none;
}
#sidebar-blog .widgets li.widget_search label {
  text-transform: uppercase;
  font-family: "myriad-pro", sans-serif;
  font-weight: 300;
  text-align: center;
  font-size: 18px;
}
#sidebar-blog .widgets li.widget_search input[type=text] {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px;
  border: 2px solid #233444;
  margin-bottom: 10px;
}
#sidebar-blog .widgets li.widget_search input[type=submit] {
  position: relative;
  text-align: center;
  background: #a20063;
  padding: 10px 30px;
  border: none;
  color: #fff;
  text-transform: uppercase;
}
#sidebar-blog .widgets li.widget_categories {
  margin-bottom: 15px;
}
#sidebar-blog .widgets li.widget_categories .widgettitle {
  text-transform: uppercase;
  font-size: 26px;
  padding-top: 20px;
}
#sidebar-blog .widgets li.widget_categories ul li {
  list-style: none;
  display: block;
}
#sidebar-blog .widgets li.widget_categories ul li a {
  position: relative;
  display: inline-block;
  padding: 7px 0 7px 30px;
  color: #000;
}
#sidebar-blog .widgets li.widget_categories ul li:hover {
  background: #fff;
}
#sidebar-blog .widgets li.gform_widget {
  background: #fff;
  padding: 12px;
  position: relative;
  display: block;
}
#sidebar-blog .widgets li.gform_widget form .gform_heading .gform_title {
  display: block;
  text-transform: uppercase;
  font-family: "myriad-pro", sans-serif;
  text-align: center;
  font-size: 18px;
}
#sidebar-blog .widgets li.gform_widget form .gform_heading .gform_description {
  display: block;
  font-family: "myriad-pro", sans-serif;
  text-align: center;
  line-height: 22px;
  margin-bottom: 10px;
}
#sidebar-blog .widgets li.gform_widget form .gform_body ul li label {
  display: none;
}
#sidebar-blog .widgets li.gform_widget form .gform_body ul li .ginput_container input[type=text] {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px;
  border: 2px solid #233444;
  margin-bottom: 0px;
}
#sidebar-blog .widgets li.gform_widget form .gform_footer {
  margin: 0;
}
#sidebar-blog .widgets li.gform_widget form .gform_footer input[type=submit] {
  position: relative;
  display: block;
  text-align: center;
  background: #a20063;
  padding: 10px 0;
  border: none;
  color: #fff;
  width: 100%;
  text-transform: uppercase;
}
#socialContainer {
  padding-top: 75px;
  position: relative;
  background: #fff;
  text-align: center;
}
#socialContainer .title {
  font-family: "myriad-pro", sans-serif;
  font-weight: 300;
  font-size: 30px;
  text-transform: uppercase;
}
#socialContainer .description {
  font-family: "myriad-pro", sans-serif;
  font-weight: 300;
  font-size: 16px;
}
#socialContainer .sm {
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  display: inline-block;
  background: #43505f;
  color: #fff;
  font-size: 92px;
  line-height: 1.2;
  padding: 5px;
  margin: 15px;
  width: 100px;
  height: 100px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#socialContainer .sm.fb:hover .icon {
  color: #3b5998;
}
#socialContainer .sm.tw:hover .icon {
  color: #4099ff;
}
#socialContainer .sm.in:hover .icon {
  color: #f59d39;
}
#socialContainer .sm.yt:hover .icon {
  color: #b31217;
}
#socialContainer .sm .icon {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#socialContainer .sm:hover {
  background: #233444;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  text-decoration: none;
}
#socialContainer .sm:hover .icon {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
#contactContainer {
  background: url('../images/mapBg.png');
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  position: relative;
}
#contactContainer #contact {
  background: -moz-linear-gradient(top, #ffffff 0%, rgba(125, 185, 232, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, rgba(125, 185, 232, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, rgba(125, 185, 232, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, rgba(125, 185, 232, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, rgba(125, 185, 232, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, rgba(125, 185, 232, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#007db9e8', GradientType=0);
  /* IE6-9 */
  padding: 75px 0;
}
#contactContainer #contact .h-form {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}
#contactContainer #contact .h-form .gform_title {
  font-family: "myriad-pro", sans-serif;
  font-weight: 300;
  font-size: 30px;
  text-transform: uppercase;
}
#contactContainer #contact .h-form .gform_description {
  font-family: "myriad-pro", sans-serif;
  font-weight: 300;
  font-size: 16px;
}
#contactContainer #contact .h-form .gform_body input,
#contactContainer #contact .h-form .gform_body textarea {
  position: relative;
  border: 2px solid #233444;
  margin: 5px;
  padding: 7px !important;
  font-size: 16px !important;
  width: 100%;
}
#contactContainer #contact .h-form .gform_body .gfield_label {
  display: none !important;
}
#contactContainer #contact .h-form .gform_footer input[type=submit] {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  border: none;
  padding: 10px 50px;
  background: #a20063;
  text-transform: uppercase;
  color: #fff;
}
#contactContainer #contact #locationInfo {
  font-family: "myriad-pro", sans-serif;
  font-weight: 300;
  padding: 10px;
  position: relative;
  color: #fff;
  background: rgba(7, 25, 41, 0.8);
  max-width: 980px;
  margin: 0 auto;
  margin-top: 40px;
}
#contactContainer #contact #locationInfo:after {
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
  border-width: 13px 12.5px 0 12.5px;
  border-color: #071929 transparent transparent transparent;
  -khtml-opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  zoom: 1;
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -6px;
}
#contactContainer #contact #locationInfo .block {
  padding: 20px 0;
}
#mobileNav {
  background-color: white;
  color: #233444;
}
#mobileNav .mm-title {
  font-size: 22px;
  color: #233444;
  display: block;
}
#mobileNav .mm-subopen:after {
  border-color: #233444;
}
#mobileNav .mm-prev:before {
  border-color: #233444;
}
@media only screen and (max-width: 1112px) {
  #header .topLinks a {
    font-size: 12px;
    padding: 11px 10px;
  }
  #navBar > ul > li > a {
    padding: 25px 15px;
    font-size: 12px;
  }
}
.mainContent .kimbiaDiv .k_button {
  width: 75%;
  display: inline-block !important;
  margin-bottom: 0 !important;
  font-weight: normal !important;
  text-align: center !important;
  vertical-align: middle !important;
  touch-action: manipulation !important;
  cursor: pointer !important;
  background-image: none !important;
  border: 1px solid transparent !important;
  white-space: nowrap !important;
  padding: 6px 12px !important;
  font-size: 14px !important;
  line-height: 1.42857143 !important;
  border-radius: 4px !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  background-color: #8a0054 !important;
  border: 2px solid #8a0054 !important;
  color: white !important;
  -moz-transition: all 300ms ease !important;
  -webkit-transition: all 300ms ease !important;
  -o-transition: all 300ms ease !important;
  transition: all 300ms ease !important;
}
.mainContent .kimbiaDiv .k_button:hover {
  background: #fff !important;
  color: #8a0054 !important;
  border: 2px solid #8a0054 !important;
}
.mainContent .kimbiaDiv .k_button:active {
  outline: 0 !important;
  background-image: none !important;
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
}
@media only screen and (max-width: 768px) {
  #logoContainer img {
    max-width: 80%;
    height: auto;
  }
  .posted {
    display: block;
    position: static !important;
    padding: 15px;
    margin-bottom: 10px;
  }
  .triLeft,
  .triRight {
    display: none !important;
  }
  .interiorContainer {
    padding: 0 15px;
  }
  .photoFooter {
    padding: 50px 0;
  }
  .photoFooter .calloutContent {
    padding: 50px 15px;
  }
  .photoHeader.large {
    height: 300px;
  }
  .photoHeader.large .headerContent {
    height: 100%;
    top: 0;
  }
  .photoHeader.large .headerContent:after {
    display: none;
  }
  #contactContainer #contact .h-form .gform_body ul li {
    margin: 0 !important;
    width: 100% !important;
  }
  #landingTabContainer .landingTab {
    width: 100%;
  }
  #footer #top .topHeader {
    text-align: center;
  }
  #footer #top .quickLinks {
    text-align: center;
  }
  #footer #top .post {
    text-align: center;
  }
  #footer #top .connect {
    border: none;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 20px 0;
    margin: 20px 0;
  }
  #footer #top .connect .smRow a .icon {
    font-size: 60px;
  }
  #footer #globalFooter .jfcs {
    display: block;
  }
  #footer #globalFooter .quickLinks {
    text-align: center;
  }
}
footer {
  margin: 0px;
  font-family: "Lato", sans-serif;
  color: white;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  line-height: 24px;
  /* Tablets and smaller */
  /* Social Icon Colors */
}
footer p {
  margin: 0px;
  padding: 0 10px;
  color: white;
}
footer a {
  color: white;
  text-decoration: none;
}
footer a:visited {
  text-decoration: none;
  color: white;
}
footer a:hover {
  text-decoration: none;
  color: #a9a9a9;
}
footer img {
  height: 40px;
}
footer h3 {
  font-size: 20px;
  margin: 0 0 20px 0;
  color: white;
}
footer .footer-font-size {
  font-size: 15px;
}
footer .footer-links-header {
  font-size: 20px;
  margin: 0 0 20px 0;
  color: white;
  font-weight: 700;
}
footer #top-footer {
  background-color: #2f2f2f;
  width: 100%;
}
footer #bottom-footer {
  background-color: #222222;
  width: 100%;
}
footer #top-wrapper {
  padding: 30px 100px;
  display: flex;
}
footer #bottom-wrapper {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
footer .top-content {
  width: 33%;
  display: inline-block;
}
footer .borders {
  border-left: 1px solid #464c4f;
  border-right: 1px solid #464c4f;
}
footer .link-borders {
  border-left: 1px solid white;
  border-right: 1px solid white;
}
footer .site-link {
  display: inline;
  padding: 0 5px;
}
footer .link-wrapper {
  width: auto;
  margin-bottom: 20px;
}
footer .full-width-center {
  width: 100%;
  margin-top: 10px;
}
footer .full-width-center p {
  font-size: 12px;
  text-align: center;
}
footer .beige a {
  color: #d2a261;
}
footer .beige a:visited {
  color: #d2a261;
}
footer .beige a:hover {
  color: #bb7c2a;
}
footer .icon-wrapper {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
}
footer .links {
  width: 50%;
  height: 30px;
}
footer .quick-links {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1024px) {
  footer .image-wrapper {
    margin-left: auto;
    margin-right: auto;
  }
  footer .link-wrapper {
    width: 100%;
    margin-top: 10px;
    text-align: center;
  }
  footer #top-wrapper {
    padding: 30px 50px;
  }
}
@media only screen and (max-width: 767px) {
  footer #top-wrapper {
    display: block;
  }
  footer .top-content {
    width: 100%;
    display: block;
    padding: 30px 0;
    text-align: center;
  }
  footer .borders {
    border-left: none;
    border-right: none;
    border-top: 1px solid #464c4f;
    border-bottom: 1px solid #464c4f;
  }
  footer h3 {
    text-align: center;
  }
  footer .quick-links {
    display: block;
    flex-wrap: nowrap;
  }
  footer .links {
    width: 100%;
  }
  footer #bottom-wrapper {
    padding: 10px;
  }
  footer #top-wrapper {
    padding: 10px 20px;
  }
  footer img {
    height: 30px;
  }
  footer p {
    text-align: center;
  }
}
footer .fa-facebook-square {
  color: #3b5998;
}
footer .fa-instagram {
  color: #3f729b;
}
footer .fa-pinterest {
  color: #f59d39;
}
footer .fa-linkedin {
  color: #f59d39;
}
footer .fa-twitter {
  color: #4099ff;
}
footer .fa-youtube {
  color: #b31217;
}
/* NEW */
/*#interiorContainer {
  background: url('../images/mapBg.png');
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  position: relative;
}*/
div#gform_wrapper_5 #gform_5 {
  background: -moz-linear-gradient(top, #ffffff 0%, rgba(125, 185, 232, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, rgba(125, 185, 232, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, rgba(125, 185, 232, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, rgba(125, 185, 232, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, rgba(125, 185, 232, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, rgba(125, 185, 232, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#007db9e8', GradientType=0);
  /* IE6-9 */
  padding: 75px 0;
}
.pmt-form {
  padding-top: 0!important;
  margin: 0 auto;
  text-align: center;
}
.gform_wrapper .pmt-form .gform_title {
  font-family: "myriad-pro", sans-serif;
  font-weight: 300;
  font-size: 30px;
  color: #a20063;
  text-transform: uppercase;
}
.gform_wrapper .pmt-form .gform_description {
  font-family: "myriad-pro", sans-serif;
  font-weight: 300;
  font-size: 16px;
}
.gform_wrapper .pmt-form .gform_body input,
.gform_wrapper .pmt-form .gform_body textarea {
  position: relative;
  border: 2px solid #233444;
  margin: 5px;
  padding: 7px !important;
  font-size: 16px !important;
  width: 100%;
}
.gform_wrapper .pmt-form .gform_footer input[type=submit] {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  border: none;
  padding: 10px 50px;
  background: #a20063;
  text-transform: uppercase;
  color: #fff;
}
.gform_wrapper .pmt-form #locationInfo {
  font-family: "myriad-pro", sans-serif;
  font-weight: 300;
  padding: 10px;
  position: relative;
  color: #fff;
  background: rgba(7, 25, 41, 0.8);
  max-width: 980px;
  margin: 0 auto;
  margin-top: 40px;
}
.gform_wrapper .pmt-form #locationInfo:after {
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
  border-width: 13px 12.5px 0 12.5px;
  border-color: #071929 transparent transparent transparent;
  -khtml-opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  zoom: 1;
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -6px;
}
.gform_wrapper .pmt-form #locationInfo .block {
  padding: 20px 0;
}
#gform_confirmation_message_5 {
  font-size: 20px!important;
  color: #a20063!important;
}
.gform_wrapper .pmt-form .gf-pmt-section {
  color: #a20063;
}
@media screen and (min-width: 767px) {
  .gf_pmt_last_name {
    padding-top: 3px!important;
  }
}
.gform_wrapper .gf_pmt_section h2.gsection_title {
  margin-top: 50px!important;
}
.gf_pmt_section {
  border-bottom: 1px solid #a20063!important;
}
.gf_pmt_section h2 {
  color: #a20063!important;
  font-family: "myriad-pro", sans-serif;
  font-weight: 600!important;
  font-size: 30px;
  color: #a20063;
  text-transform: uppercase;
}
.gform_wrapper li.gfield.gfield_creditcard_warning {
  border-top: 2px solid #a20063!important;
  border-bottom: 4px solid #a20063!important;
  background-color: rgba(162, 0, 99, 0.25) !important;
}
.gform_wrapper li.gfield.gfield_creditcard_warning div.gfield_creditcard_warning_message {
  color: #a20063!important;
}
.ui-datepicker-month {
  color: black!important;
}
.ui-datepicker-year {
  color: black!important;
}
.event-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
/* Then style the iframe to fit in the container div with full height and width */
.event-responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.page-main {
  background-color: white;
  width: 100%;
}
.page-main button,
.page-main input[type="submit"] {
  padding: 10px 35px;
  text-transform: uppercase;
  font-weight: 300;
  margin: 20px 0 10px;
  width: 100%;
  font-size: 16px !important;
}
.page-main input[type="search"] {
  width: 100%;
  padding: 10px;
}
.page-main .page-content {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
  padding-bottom: 40px;
}
.page-main .page-content img {
  max-width: 100%;
}
.page-main .page-content a {
  color: #c7934c;
}
.page-main .page-content a:hover {
  text-decoration: underline;
}
.page-main .page-content .textDiv_Days h4,
.page-main .page-content .textDiv_Hours h4,
.page-main .page-content .textDiv_Minutes h4,
.page-main .page-content .textDiv_Seconds h4 {
  margin-top: 0!important;
}
.page-main .page-content h1 {
  font-size: 50px;
  color: #8A0054;
  text-transform: uppercase;
  font-weight: 300;
  margin: 10px 0;
}
.page-main .page-content h2 {
  font-size: 44px;
  color: #005295;
  text-transform: uppercase;
  margin: 10px 0;
}
.page-main .page-content h3 {
  font-size: 32px;
  color: #611D81;
  font-weight: 300;
  margin: 10px 0;
}
.page-main .page-content h4 {
  font-size: 28px;
  color: #8A0054;
  margin: 10px 0;
}
.page-main .page-content h5 {
  font-size: 24px;
  text-transform: uppercase;
  margin: 10px 0;
}
.page-main .page-content h6 {
  font-size: 22px;
  color: #EA8E26;
  margin: 10px 0;
}
.page-main .page-content p {
  margin: 20px 0;
}
.page-main .page-content ol,
.page-main .page-content ul {
  margin-left: 40px;
  padding-left: 10px;
}
.page-main .page-content ol li,
.page-main .page-content ul li {
  position: relative;
  left: 1em;
  padding-right: 1em;
}
.page-main .page-content ol li.shareaholic-share-button,
.page-main .page-content ul li.shareaholic-share-button {
  left: auto;
  padding-right: 0;
}
.page-main .page-content .gform_body ul li {
  margin-left: 0;
}
.page-main .page-content form ul {
  list-style: none;
}
.page-main .page-content form .gform_ing {
  margin: 20px 0;
}
.page-main .page-content form span.gfield_required,
.page-main .page-content form .validation_error,
.page-main .page-content form .validation_message {
  color: red;
}
.page-main .page-content form input,
.page-main .page-content form input[type="text"] {
  width: 200px;
  margin: 5px;
  height: 35px;
  padding: 0px 10px;
}
.page-main .page-content form select {
  margin: 10px;
}
.page-main .page-content .alm-listing {
  margin-left: 0;
}
.content {
  width: 100%;
  max-width: 1280px;
  margin: 0px auto;
  padding: 0px 10px 5px 10px;
  position: relative;
}
/* Small devices only */
@media (max-width: 768px) {
  .content {
    padding: 0;
  }
}
.live-container {
  width: 100%;
}
@media (min-width: 1500px) {
  .live-container {
    width: 1440px!important;
  }
}


.interiorEvents {
  background: #fff;
  overflow: hidden;
}

.archive-list { /* start archive-list*/

  .content {
    width:100%;
    max-width: 1280px;
    margin: 0 auto;
    padding:0 10px 5px 10px;
  }

  padding-top: 10px;

  .event-wrapper {
    margin-bottom: 35px;

    .event {
      padding-left: 30%!important;

      @media (min-width: 281px) {
        padding-left:24%!important;
      }
      @media (min-width: 1181px) {
        padding-left: 20%!important;
      }
        
      padding-right: 10px!important;

      background-color: white;
      border: 2px solid gray;
      height: 500px;

      @media (min-width: 281px) {
        height: 380px;
      }

      @media (min-width: 768px) {
        height: 350px;
      }
      @media (min-width: 992px) {
        height: 370px;
      }
      @media (min-width: 1200px) {
        height: 325px;
      }

      /*@media (max-width: 767px) {
        margin-left: 10px;
        margin-right: 10px;
      }*/

      .transition(~"all 300ms ease");
    

      .date {
        background-color: #8a0054;
        color: white;
        
        text-align: center;
        position: absolute;

        font-size: 28.8px;
        font-weight: 200;
        line-height: 1;

        @media (min-width: 768px) {
          font-size: 32.4px;
        }
        @media (min-width: 992px){
          font-size: 34.2px;
        }
        @media (min-width: 1200px) {
          font-size: 36px;
        }

        height: 80px;
        width: 80px;
        @media (min-width: 768px) {
          height: 90px;
          width: 90px;
        }
        @media (min-width: 992px){
          height: 95px;
          width: 95px;
        }
        @media (min-width: 1200px) {
          height: 100px;
          width: 100px;
        }

        padding-top: 10px;
        top: 0;
        left: 15px;

        .month {
          font-size: 28.8px;
          font-weight: 200;
          line-height: 1;

          @media (min-width: 768px) {
            font-size: 32.4px;
          }
          @media (min-width: 992px){
            font-size: 34.2px;
          }
          @media (min-width: 1200px) {
            font-size: 36px;
          }    
        }

        .day {
          font-size: 44px;
          font-size: 28.8px;
          font-weight: 200;
          line-height: 1;

          @media (min-width: 768px) {
            font-size: 32.4px;
          }
          @media (min-width: 992px){
            font-size: 34.2px;
          }
          @media (min-width: 1200px) {
            font-size: 36px;
          }
        }
      }

      .title h2{
        line-height: 1.0;
      }
      
      .title h2 a {
          
          font-size: 20px;
          font-weight: 300;

          @media (min-width: 768px) {
            font-size: 24px;
          }
          @media (min-width: 992px){
            font-size: 25px;
          }
          @media (min-width: 1200px) {
            font-size: 30px;
          }

          /* color: #8a0054!important; */
          padding-bottom: 10px;
          text-transform: uppercase;
          overflow: hidden;
          -webkit-box-decoration-break: clone;
          -o-box-decoration-break: clone;
          box-decoration-break: clone;

          @media (max-width: 768px) {
            overflow: scroll;
          }
        }

      .time {
        font-weight: bold;
      }

      .exceprt {
        padding-left: 100px;
        padding-top: 5px;
        padding-bottom: 10px;
        line-height: 1.5em;
        font-size: 18px;
        overflow: hidden;

        /* Small devices only */
        @media (max-width: 768px) {
          max-height: 125px;
          overflow: scroll;
          padding-top: 30px;
        }
        padding-left: 10px;
        padding-right: 10px;
      }

      .footer {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding-left: 30px;
        font-size: 18px;

        .location {
          text-transform: uppercase;
          padding-bottom:13px;
          float: left;
          overflow: hidden;
        }

        .arrowLink{
          right: 76px!important;
        }

        

        .learn-more {
          @watch-gray: #8F96A5;
          font-weight: 400;

          .text {
            z-index: 2;
            position: relative;
            color: #8a0054;
            padding-right: 70px;
            text-decoration: underline;
            text-transform: uppercase;
            .transition(~"all 300ms ease");
            text-align: right;
            padding-bottom: 15px;
          }
          .block {
            .transition(~"all 300ms ease");
            position: absolute;
            z-index: 1;
            right: 0;
            bottom: 0;
            width: 65px;
            height: 55px;
            vertical-align: middle;
            display: inline-block;
            background-color: #fff;
            color: white;
            text-align: right;
            padding-top: 15px;
            padding-right: 20px;
          }
          &:hover {
            text-decoration: none;

            .text {
              color: white !important;
              text-decoration: none;
            }
            .block {
              width: 50%; /* (50%, 50%, 50%, 35%); */
            }
          }
        }
      }
    }
  }
}

body.page-template-happening-page-template .photoHeader.large .headerContent .title {
  font-size: 22px!important;

  @media (min-width: 281px){
    font-size: 30px!important;
  }
  @media (min-width: 541px) {
    font-size: 48px!important;
  }
}
body.page-template-happening-page-template .photoHeader.large .headerContent .subtitle {
  font-size: 13px!important;
  @media (min-width: 281px){
    font-size: 15px!important;
  }
  @media (min-width: 541px) {
    font-size: 16px!important;
  }
}

.mainContent .location {
 
  @media screen and (max-width: 400px){
    font-size: 18px!important;
  }
  @media screen and (max-width: 320px){
    font-size: 14px!important;
  }
}
