@charset "utf-8";

/* montserrat hairline */
@font-face {
  font-family: 'montserrathairline';
  src: url('../fonts/montserrat-light-webfont.eot');
  src: url('../fonts/montserrat-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat-light-webfont.woff2') format('woff2'), url('../fonts/montserrat-light-webfont.woff') format('woff'), url('../fonts/montserrat-light-webfont.ttf') format('truetype'), url('../fonts/montserrat-light-webfont.svg#montserrathairline') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* montserrat light */
@font-face {
  font-family: 'montserratlight';
  src: url('../fonts/montserrat-light-webfont.eot');
  src: url('../fonts/montserrat-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat-light-webfont.woff2') format('woff2'), url('../fonts/montserrat-light-webfont.woff') format('woff'), url('../fonts/montserrat-light-webfont.ttf') format('truetype'), url('../fonts/montserrat-light-webfont.svg#montserratlight') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* montserrat regular */
@font-face {
  font-family: 'montserratregular';
  src: url('../fonts/montserrat-regular-webfont.eot');
  src: url('../fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat-regular-webfont.woff2') format('woff2'), url('../fonts/montserrat-regular-webfont.woff') format('woff'), url('../fonts/montserrat-regular-webfont.ttf') format('truetype'), url('../fonts/montserrat-regular-webfont.svg#montserratregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* montserrat bold */
@font-face {
  font-family: 'montserratbold';
  src: url('../fonts/montserrat-bold-webfont.eot');
  src: url('../fonts/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat-bold-webfont.woff2') format('woff2'), url('../fonts/montserrat-bold-webfont.woff') format('woff'), url('../fonts/montserrat-bold-webfont.ttf') format('truetype'), url('../fonts/montserrat-bold-webfont.svg#montserratbold') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* montserrat semi-bold */
@font-face {
  font-family: 'montserratlight';
  src: url('../fonts/montserrat-semibold-webfont.eot');
  src: url('../fonts/montserrat-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat-semibold-webfont.woff2') format('woff2'), url('../fonts/montserrat-semibold-webfont.woff') format('woff'), url('../fonts/montserrat-semibold-webfont.ttf') format('truetype'), url('../fonts/montserrat-semibold-webfont.svg#montserratlight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat Semi';
  src: url('../fonts/Montserrat-SemiBold.eot');
  src: url('../fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-SemiBold.woff') format('woff'), url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

/* montserrat black */
@font-face {
  font-family: 'montserratblack';
  src: url('../fonts/montserrat-black-webfont.eot');
  src: url('../fonts/montserrat-black-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat-black-webfont.woff2') format('woff2'), url('../fonts/montserrat-black-webfont.woff') format('woff'), url('../fonts/montserrat-black-webfont.ttf') format('truetype'), url('../fonts/montserrat-black-webfont.svg#montserratblack') format('svg');
  font-weight: normal;
  font-style: normal;
}

#stop * {
  transition: none !important;
}

/*----------intial declartaion of css----------*/
* {
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, select, input, option {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block;
}
audio, canvas, video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word
}
q {
  quotes: none
}
q:before, q:after {
  content: '';
  content: none
}
small {
  font-size: 80%
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em
}
nav ul, nav ol {
  list-style: none;
  list-style-image: none;
}
button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
  vertical-align: top
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: none;
  cursor: pointer;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}
ol, ul {
  list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
}
a {
  text-decoration: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}
table {
  border: 0 none;
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}
img {
  border: 0 none;
  max-width: 100%;
}
a {
  outline: none;
  cursor: pointer;
}

/* End hide from IE Mac */
.none {
  display: none;
}

/* End Clearfix */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block
}
.clear {
  clear: both;
}
img {
  max-width: 100%;
}

/* For modern browsers */
.cf:before, .cf:after {
  content: "";
  display: table
}
.cf:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
p {
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 25px;
  color: #000;
  font-family: 'montserratregular';
}
h1,h2,h3,h4,h5 {
  font-weight: normal;
}
h1 {
  font-size: 34px;
  line-height: 36px;
  margin-bottom: 20px;
  font-family: 'montserratregular';
  text-transform: uppercase;
  color: #415cce;
}

.inner h1 {
  margin-bottom: 9px;
}

h2 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #636a85;
  text-transform: uppercase;
}

.inner h2 {
  margin-bottom: 12px;
}

h3 {
  font-size: 20px;
  margin-bottom: 20px;
}
h4 {
  font-size: 16px;
  margin-bottom: 20px;
}
h5 {
  font-size: 12px;
  margin-bottom: 20px;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'montserratregular';
}

ul:not([class]) {
  display: block;
  width: 100%;
  list-style: none;
  padding-left: 18px;
  margin-bottom: 15px;
  margin-left: 10px;
}

ul:not([class]) li {
  display: block;
  list-style: none;
  position: relative;
  padding: 8px 0px;
  font-size: 14px;
  line-height: 20px;
}

ul:not([class]) li:after {
  display: block;
  content: "";
  height: 8px;
  width: 8px;
  background-color: #0f1631;
  position: absolute;
  left: -18px;
  top:14px;
  border-radius: 50%;
}

.main-content a:not([class]) {
  color: #69A14E;
}

.main-content a:not([class]):hover {
  color: #415CCE;
}

/*--------sticky footer or vertical footer------------*/
.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto; /*initialize footer height in negative for sticky footer*/
}
body, html {
  height: 100%;
}

/*--------sticky footer or vertical footer------------*/
a, input[type="submit"] {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: none;
  cursor: pointer;
}
img {
  outline: none;
  border: none;
}
body {
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-stroke: 1px transparent;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: none;
  cursor: pointer;
  border-radius: 0;
}
input[type="text"] {
  border-radius: 0;
  -webkit-appearance: none;
}

i {
  text-transform: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: normal;
  color: inherit;
}

/*-----------------------main styles starts here-----------------------------------------------*/
.main {
  max-width: 1024px;
  margin: 0 auto
}

/*-----------header section styles goes here---------------*/
.preload {
  display: none;
}

.button, a.button, input[type="submit"].button {
  display: inline-block;
  color: #ffffff;
  font-family: 'montserratregular';
  font-size: 16px;
  line-height: 16px;
  background: #273880;
  margin: 0 auto;
  text-transform: uppercase;
  padding: 23px 32px 25px;
}
.button:hover, a.button:hover, input[type="submit"].button:hover, 
.button:active, a.button:active, input[type="submit"].button:active {
	background: #415cce;
}

.cursor {
  cursor: default;
}

.screen-reader {
  position: absolute;
  top:0px;
  left: 0px;
  height: 0px;
  width: 0px;
  font-size: 0px;
  text-indent: -9999px;
}

/*************************
   Generic Site Styles
*************************/
.table {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed;
  float: none !important;
}
.table.page{
  max-width: 1024px;
  margin: 0 auto;
}

main .table.page,
.table.auto-height {
  height: auto;
}

.table.auto-width {
  width: auto;
}

.table.auto-all {
  height: auto;
  width: auto;
}

.row {
  display: table-row;
}
.cell {
  display: table-cell;
  vertical-align: top;
  height: 100%;
  float: none !important;
}
.padding {
  padding: 0px 20px;
}
.padding-left {
  padding-left: 20px;
}
.padding-right {
  padding-right: 20px;
}
.middle {
  vertical-align: middle;
}
.bottom {
  vertical-align: bottom;
}
.table-header-group {
  display: table-header-group;
}
.table-footer-group {
  display: table-footer-group;
}

/* Text alignment */
.align-left { text-align:left !important; }
.align-center { text-align:center !important; }
.align-right { text-align:right !important; }

.hide {
  display: none !important;
}

.relative {
  position: relative;
}

.full-size {
  width: 100%;
  height: 100%;
  display: block;
}

.on-top {
  z-index: 999;
}

.upper,
.upper * {
  text-transform: uppercase;
}

.four-o-four {
  display: inline-block;
  vertical-align: middle;
  margin-left: 3px;
}

.error-page {
  background: url(/images/layout/brick-wall.jpg) no-repeat fixed center center transparent;
  background-size: cover;
  padding-top: 180px;
  padding-bottom: 180px;
  position: relative;
}

.error-page:after {
  content: "";
  position: absolute;
  top:0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,0.5);
  display: block;
  z-index: 0;
}

.error-page .breadcrumbs {
  display: none !important;
}

.error-page .left-content {
  padding-bottom: 0px !important;
}

.error-page .main {
  position: relative;
  z-index: 1;
}

.error-page * {
  color: #FFF !important;
  text-align: center;
}

.error-page h1 {
  font-size: 6vw;
  line-height: 7vw;
  padding: 0 0 40px;
}

.error-page h2 {
	font-size: 25px;
	line-height: 30px;
}

.error-page p {
	font-size: 16px;
	line-height: 25px;
	padding-top: 22px;
}

/*=============== PLAACEHOLDER COLOR ==============*/
.search-top-div input[type="text"]::-webkit-input-placeholder {
  color: #a6a6a7;
  opacity: 1;
}
.search-top-div input[type="text"]:-moz-placeholder {
  color: #a6a6a7;
  opacity: 1;
}
.search-top-div input[type="text"]::-moz-placeholder {
  color: #a6a6a7;
  opacity: 1;
}
.search-top-div input[type="text"]:-ms-input-placeholder {
  color: #a6a6a7;
  opacity: 1;
}

/* =========== blue-top-div css [start] =========== */
.blue-top-div {
  background: #0f1631;
  padding: 26px 0 32px 60px;
  transition: all 0.25s ease 0s;
  color: #ffffff;
  font-family: "montserratregular";
  font-size: 14px;
  vertical-align: middle;
}
.close-alert .blue-top-div {
  height: 0;
  padding: 0;
  overflow: hidden !important;
  visibility: hidden !important;
}
.blue-top-div .main {
  position: relative;
}
#alert-close {
  position: absolute;
  font-family: 'montserratregular';
  color: #ffffff;
  font-size: 14px;
  top: -3px;
  left: -44px;
  padding: 5px;
}
.blue-top-div a:not(no-click) {
	color: #69a14e;
}
.blue-top-div a:not(no-click):hover {
	color: #415cce;
}
.blue-top-div p {
  font-family: 'montserratregular';
  color: #ffffff;
  font-size: 14px;
  display: block;
  vertical-align: middle;
  padding: 0;
}
.win.safari .blue-top-div p {
  font-size: 13px;
}
.search-top-div {
  box-sizing: border-box;
  height: 0;
  padding: 0;
  overflow: hidden;
  transition: all 0.25s ease 0s;
}
.open-search .search-top-div {
  height: 78px;
  padding: 9px 0 10px;
}
.search-top-div input[type="submit"] {
  background: url(/images/icons/top_gray_search_icon.png) no-repeat scroll 0 0;
  background-size: 100%;
  width: 55px;
  height: 58px;
  float: left;
  margin: 0 0 0 15px;
}
.search-top-div input[type="submit"]:hover, .search-top-div input[type="submit"]:focus {
  opacity: 0.6;
}
.search-top-div input[type="text"] {
  width: 70%;
  float: left;
  color: #a6a6a7;
  font-family: 'montserratlight';
  font-size: 24px;
  height: 50px;
  border-left: 1px solid #b7b7b7;
  margin: 8px 0 0 42px;
  padding: 1px 0 0 8px;
  font-weight: bold;    /*letter-spacing: -1.5px;*/
}

/* =========== blue-top-div css [ends] =========== */

/* =========== top-link css [start] =========== */
.top-link {
  background: #69a14e;
  height: 46px;
  overflow: hidden;
  position: relative;
  z-index: 9999;
}
.top-link .left-link {
  width: 22%;
  float: left;
}
.left-link .social-media {
  display: inline-block;
  padding: 11px 1px 2px;
}
.social-media li {
  display: inline-block;
  float: left;
}
.social-media li a {
  height: 28px;
  width: 28px;
  display: inline-block;
  border: 2px solid #ffffff;
  text-align: center;
  padding: 0 0 0 0;
  margin: 0 4px 0 0;
  box-sizing: border-box;
  border-radius: 100%;
  line-height: 24px;
  position: relative;
}
.social-media li a.fb i {
/*   margin: -1px 0 0 0; */
}
.social-media li a.twitter i {
/*   margin: -2px 0 0 0; */
}
.social-media li a.youtube i {
  font-size: 14px;
/*   margin: -3px 0 0 0; */
}
.social-media li a.event i {
  font-size: 12px;
  margin-top: -1px;
}
.social-media li a i {
  font-family: 'FontAwesome';
  color: #ffffff;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  position: absolute;
  top: 50%;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  -moz-transform:    translateY(-50%);
  -ms-transform:     translateY(-50%);
  -o-transform:      translateY(-50%);
  transform:         translateY(-50%);
}
.social-media li a:hover {
  background: #ffffff;
}
.social-media li a:hover i {
  color: #69a14e;
}
.left-link .ins-btn {
  text-align: center;
  display: inline-block;
  vertical-align: top;
  background: #588741;
  padding: 6px 14px 0 14px;
  height: 40px;
}
.left-link .ins-btn img {
  width: 34px;
  margin: 0 auto;
}
.top-link .right-link {
  width: 75%;
  float: right;
}
.right-link .mlx-btn {
  background: #273880;
  color: #ffffff;
  font-family: 'montserrathairline';
  font-size: 20px;
  float: right;
  padding: 12px 26px 10px 29px;
}
.right-link .mlx-btn:hover {
  background: #588741;
}
.right-link .mlx-btn img {
  width: 16px;
  margin: 0 10px 0 0;
}
.right-link .mlx-btn span {
  color: #ffffff;
  font-family: 'montserratlight';
  font-size: 20px;
  margin: 0 2px 0 0;
  font-weight: bold;
}
.right-link .search-btn {
  float: right;
  position: relative;
  padding: 5px;
  margin: 9px 13px 0 0;
}
.right-link .search-btn .normal-search {
  position: relative;
}
.right-link .search-btn .hover-search {
  position: absolute;
  top: 5px;
  left: 5px;
  opacity: 0;
  transition: all 500ms ease-in-out 0s;
  -o-transition: all 500ms ease-in-out 0s;
  -ms-transition: all 500ms ease-in-out 0s;
  -moz-transition: all 500ms ease-in-out 0s;
  -webkit-transition: all 500ms ease-in-out 0s;
}
.right-link .search-btn:hover .hover-search {
  opacity: 1;
}
.top-links {
  float: right;
  margin: 13px 22px 0 0;
}
.top-links li {
  display: inline-block;
  position: relative;
  margin: 0 0 0 13px;
}
.top-links li a:after {
  position: absolute;
  top: 0;
  right: -10px;
  content: "|";
  color: #ffffff;
  font-family: 'montserratregular';
  font-size: 12px;
}
.top-links li:last-child a:after {
  display: none;
}
.top-links li a {
  font-family: 'montserratregular';
  font-size: 12px;
  color: #ffffff;
  text-transform: uppercase;
  position: relative;
}
.top-links li a:hover {
  color: #FFF;
  text-decoration: underline;
}
.home header.cell {
  height: 250px;
}
.inner header.cell {
  height: 167px;
}
.header-main {
  padding: 0 0 19px 0;
  position: relative;
  z-index:9998;
  transition: all 0.4s ease 0s;
  background-color: #FFF; 
}
.header-main .logo {
  width: 25%;
  float: left;
}
.header-main .logo a {
  display: inline-block;
  margin: 16px 0 0 0;
}
.header-main .logo a img {
  width: 247px;
  transition: all 0.4s ease 0s;
}
.header-main .right-menu {
  width: 75%;
  float: right;
}
.right-menu .contact-links {
  font-family: 'montserratregular';
  font-size: 12px;
  color: #162048;
  text-transform: uppercase;
  text-align: right;
  margin: 15px 0 0 0;
  top:0px;
  position: relative;
  opacity: 1;
  visibility: visible;
  transition: top 0.4s ease 0s;
}
.contact-links a {
  font-family: 'montserratregular';
  font-size: 12px;
  color: #162048;
}
.contact-links a:hover {
  color: #588741;
}

/* =========== top-link css [ends] =========== */

/* menu css */
.header-menu {
  position: relative;
  padding: 22px 0 0 0;
  transition: padding 0.4s ease 0s;
}
.enumenu_ul li a {
  font-family: 'montserratregular';
  font-size: 14px;
  font-weight: normal;
  color: #162048;
  text-transform: uppercase;
  position: relative;
  z-index: 9999;
}
.enumenu_ul li a:hover, .enumenu_ul li a:focus, .enumenu_ul li a.active {
  color: #69a14e;
}
.enumenu_ul.desk ul::after {
  background: transparent none repeat scroll 0 0;
  content: "";
  height: 45px;
  left: 0;
  position: absolute;
  top: -44px;
  width: 100%;
}

/*Default menu styles*/
.menu-icon {
  display: none;
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  line-height: 33px;
  font-size: 22px;
  padding: 10px 0;
}
.menu-icon .menu-box {
  width: 38px;
  height: 30px;
  padding: 5px;
}
.menu-icon .menu-box span {
  width: 100%;
  height: 4px;
  margin-bottom: 6px;
  background: #273880;
  display: block;
  border-radius: 2px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.menu-open .menu-icon span:nth-child(1) {
  transform: rotate(45deg) translateY(8px) translateX(8px);
  -webkit-transform: rotate(45deg) translateY(8px) translateX(8px);
}
.menu-open .menu-icon span:nth-child(2) {
  opacity: 0;
}
.menu-open .menu-icon span:nth-child(3) {
  transform: rotate(-45deg) translateY(-7px) translateX(6px);
  -webkit-transform: rotate(-45deg) translateY(-7px) translateX(6px);
}
.enumenu_ul .caret {
  color: #fff;
  margin-left: 7px;
}
.enumenu_ul {
  padding: 0px;
  list-style: none;
  text-align: right;
}
.enumenu_ul > li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  text-align: center;
  margin: 0 0 0 10px;
}
.enumenu_ul > li ul {
  display: none;
}
.enumenu_ul ul li {
  border-bottom: 1px solid rgba(99, 106, 133, 0.2);
  width: 100%;
  margin: 0;
  list-style: none;
  position: relative;
  padding: 16px 0 15px;
}
.enumenu_ul ul li:last-child {
  border-bottom: 0;
}
.enumenu_ul.desk ul {
  background: #f3f4f6;
  z-index: 999;
  list-style: none;
  left:50%;
  position: absolute;
  min-width: 298px;
  top: 59px;
  padding: 28px 28px 29px;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  
  -webkit-transform: translateX(-50%);
  -moz-transform:    translateX(-50%);
  -ms-transform:     translateX(-50%);
  -o-transform:      translateX(-50%);
  transform:         translateX(-50%);
  transition: top 0.4s ease 0s;
}
.enumenu_ul.desk ul:before {
  content: "";
  margin: auto;
  position: absolute;
  right: 0;
  left: -8px;
  top: -15px;
  z-index: 999;
  width: 5px;
  display: block;
  height: 32px;
  background: #69a14e;
}

/*Sub menu styles*/
.menu.submenu-ul-level1 li a {
  background: rgba(31, 26, 107, 0.8);
  color: #fff;
  padding-left: 90px;
}
.enumenu_ul.desk li:hover > ul {
  display: block;
  opacity: 1;
}
.enumenu_ul.desk .sb-menu .sb-menu {
  left: 100%;
  top: 0;
}
.enumenu_ul.desk ul li a {
  display: inline-block;
  text-align: center;
  font-family: 'montserratregular';
  color: #636a85;
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  vertical-align: middle;
  padding: 0;
}
.enumenu_ul.desk ul li:last-child a {
  border-bottom: none;
}
.enumenu_ul.desk ul li {
  transition: all 0.3s ease-out 0s;
}
.enumenu_ul.desk ul li:hover > a {
  font-family: 'montserratblack';
}
/*
.enumenu_ul .arrow {
  display: none;
  position: absolute;
  right: 10px;
  top: 4px;
  width: 30px;
  height: 30px;
  background: url(/images/icons/plus.png) no-repeat center center;
  cursor: pointer;
  z-index: 999
}
*/
.header-logo {
  display: inline-block;
  position: absolute;
  width: 236px;
  top: 11px;
  z-index: 1;
  left: 0;
  right: 0;
  margin: auto;
}
.header-logo a:before {
  content: "";
  position: absolute;
  width: 170px;
  background: #363636;
  height: 78px;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  top: -10px;
  left: 31px;
  z-index: -1;
}

.fixed-nav {
  top:-100%;
  left: 0px;
  width: 100%;
  display: block;
  background-color: #FFF;
  transition: all 0.4s ease 0s;
  z-index: 9999;
}

.inner .fixed-nav {
  top:0px !important;
  position: fixed;
}

.fixed .fixed-nav {
  position: fixed;
  top:0px;
  z-index: 100000;
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.23);
}

.fixed .right-menu .contact-links {
  top:-100px;
  opacity: 0;
  visibility: hidden;
}

.fixed .header-menu {
  padding: 7px 0 0;
}

.fixed .header-main .logo a img {
  width: 173px !important;
}

.fixed .header-main {
  padding: 0 0 10px;
}

.fixed .enumenu_ul.desk ul {
  top:40px;
}

/* member search */

/*=============== PLAACEHOLDER COLOR ==============*/
.member-search input[type="text"]::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
.member-search input[type="text"]:-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.member-search input[type="text"]::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.member-search input[type="text"]:-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
.member-search {
  background: #273880;
  width: 100%;
/*   position: absolute; */
  bottom:0px;
}
.member-search input[type="text"] {
  float: left;
  width: 70%;
  background: #273880;
  font-size: 24px;
  font-family: 'montserratregular';
  padding: 32px 20px 29px 29px;
  color: #ffffff;
  border-left: 2px solid #415cce;
}
.member-search input[type="submit"] {
  float: right;
  background: #415cce;
  font-size: 16px;
  font-family: 'montserratregular';
  padding: 36px 21px 34px;
  color: #FFF;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.ie .member-search input[type="submit"] {
  padding: 36px 21px 35px;
}
.member-search input[type="submit"]:hover {
  background: #feaa4b;
  color: #000;
}

.open-search .member-search {
  z-index: 9997;
}

/* =========== HEADER css [ends] =========== */

/* =========== SLIDER CSS [Start] =========== */
.img-overlay {
  background: url(/images/layout/slider_overlay.png) no-repeat scroll top right;
}
.slide-container {
  position: relative;
}
.slide-container:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 129px;
  bottom: -58px;
  left: 0;
  right: 0;
  background: #69a14e;
  margin: 0 auto;
}
.slider {
  display: block;
  width: 100%;
  position: relative;
  height: 100%;
}
.slider > ul {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
.slider > ul li {
  padding: 0;
  display: block;
  width: 100%;
  background-size: cover;
  position: relative;
  z-index: 0;
  background-position: center center;
  height: 100%
}
.overlay {
  background: rgba(22, 32, 72, 0.7) url(/images/layout/slider_blue_overlay.png) repeat scroll 0 0;
}
.slide-info {
  padding: 165px 0px;
}

.inner .slide-info {
  padding:0px !important;
}

.slide-info span {
  font-weight: normal;
  font-size: 22px;
  font-family: 'montserratregular';
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  margin: 0 auto 4px auto;
  word-break: break-all;
  max-width: 270px;
  display: block;
}
.slide-info span:before {
  content: "";
  background: #ffffff;
  height: 1px;
  width: 76px;
  position: absolute;
  display: inline-block;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -75px;
  border-radius: 20%;
  -o-border-radius: 20%;
  -ms-border-radius: 20%;
  -moz-border-radius: 20%;
}
.slide-info span:after {
  content: "";
  background: #ffffff;
  height: 1px;
  width: 76px;
  position: absolute;
  display: inline-block;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -75px;
  border-radius: 20%;
  -o-border-radius: 20%;
  -ms-border-radius: 20%;
  -moz-border-radius: 20%;
}
.slide-info h1 {
  font-family: 'Montserrat Semi';
  font-size: 85px;
  line-height: 88px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
  text-align:center;
}
.slide-info p {
  font-family: 'montserratregular';
  font-size: 18px;
  color: #ffffff;
  padding: 3px 20% 34px;
  line-height: 25px;
}
.slide-info a {
  font-family: 'montserratregular';
  font-size: 18px;
  color: #69a14e;
  text-transform: uppercase;
}
.slide-info a:hover {
  color: #feaa4b;
}
.down-arrow {
  position: absolute;
  bottom:98px;
  left:0px;
  right: 0px;
  margin: 0 auto;
  width: 54px;
  height: 54px;
  display: block;
  z-index: 99;
}
.down-arrow .dwn-arrow {
  width: 54px;
  height: 54px;
  background: #273880;
  display: inline-block;
  border-radius: 100%;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
}
.ie .down-arrow .dwn-arrow {
  padding: 0 1px 0 0;
}
.down-arrow .dwn-arrow:hover {
  background: #feaa4b;
}
.down-arrow .dwn-arrow img {
  width: 19px;
  padding: 16px 0 0 0;
  margin: 0 auto;
  display: block;
}
.slider-control {
  position: absolute;
  bottom: 57px;
  left: 22px;
  height: auto;
  width: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: left;
}
.slider-control ul {
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 0px 0 22px;
  display: block;
  max-width: 1000px;
  margin: 0 auto;
}
.slider-control ul li {

  
  display: inline-block;
  

}
.slider-control ul li span {
  width: 13px;
  height: 13px;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  display: inline-block;
  border-radius: 100%;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.ie .slider-control ol li span {
  padding: 0 2px 0 0;
}
.slider-control ul li:hover span, .slider-control ul li.active span{
  background: #ffffff;
}

/* =========== SLIDER CSS [Ends] =========== */

/* =========== WELCOME CSS [Start] =========== */
.welcome-section {
  text-align: center;
  padding: 77px 0 45px 0;
}
.welcome-section h2 {
  color: #415cce;
  font-family: 'montserratregular';
  font-size: 34px;
  text-transform: uppercase;
  margin: 0 0 27px 0;
}
.welcome-section p {
  color: #636a85;
  font-family: 'montserratregular';
  font-size: 16px;
  padding: 0 12%;
  line-height: 23px;
}

/* =========== WELCOME CSS [Ends] =========== */

/* =========== MEMBER CSS [Start] =========== */
.member-section {
  background: #f3f4f6;
  padding: 56px 0 42px 0;
}
.member-section .left-member-info {
  width: 42%;
  float: left;
}
.left-member-info h4 {
  color: #636a85;
  font-family: 'montserratregular';
  font-size: 16px;
  margin: 0 0 11px 0px;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 21px;
}
.left-member-info p {
  color: #162048;
  font-family: 'montserratregular';
  font-size: 14px;
  padding: 0 15px 0 0;
  font-weight: normal;
  line-height: 22px;
}
.left-member-info p span {
  font-family: 'montserratbold';
}
.member-section .right-member-info {
  width: 50%;
  float: right;
}
.right-member-info p {
  font-family: 'montserratregular';
  font-size: 14px;
  color: #162048;
  padding: 0;
}
.right-member-info p span {
  font-family: 'montserratbold';
}
.right-member-info .left-list {
  width: 46%;
  float: left;
  padding: 17px 24px 0 0;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.right-member-info .right-list {
  width: 54%;
  float: right;
  padding: 17px 12px 0 6px;
  box-sizing: border-box;
}
.right-member-info ul li {
  border-bottom: 1px solid #636a85;
  display: block;
  padding: 12px 0 15px 0;
}
.right-member-info ul li:last-child {
  border-bottom: 0;
}
.right-member-info ul li a {
  display: inline-block;
  color: #162048;
  font-family: 'montserratregular';
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0 0 0 26px;
  position: relative;
  background: url(/images/icons/seffron_checkbox.png) no-repeat scroll 0 2px;
  background-size: 15px;
}
.right-member-info ul li a:hover {
  color: #69a14e;
  background: url(/images/icons/green_checkbox.png) no-repeat scroll 0 2px;
  background-size: 15px;
}

/* =========== MEMBER CSS [Ends] =========== */

/* =========== EFFILIAT MEMBER CSS [Start] =========== */
.effiliat-member {
  background: #69a14e;
  padding: 37px 0 32px 0;
}
.effiliat-member .left-info {
  text-align: right;
  width: 85%;
  display: inline-block;
  vertical-align: middle;
}
.effiliat-member .left-info p {
  color: #ffffff;
  font-family: 'montserratregular';
  font-size: 20px;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 0.1px;
}
.effiliat-member .left-info p span {
  color: #ffffff;
  font-family: 'montserratlight';
  font-size: 20px;
  padding: 0;
  text-transform: none;
  font-weight: normal;
}
.effiliat-member .right-btn {
  text-align: left;
  display: inline-block;
  vertical-align: middle;
}
.effiliat-member .right-btn a {
  margin: 0 0 0 13px;
  width: 38px;
  height: 38px;
  background: #ffffff url(/images/icons/green_next_arrow.png) no-repeat scroll 12px 13px;
  display: inline-block;
  background-size: 14px;
	text-indent: -9999px;
  border-radius: 100%;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
}
.effiliat-member .right-btn a:hover {
  background: #588741 url(/images/icons/white_next_arrow.png) no-repeat scroll 12px 13px;
  background-size: 14px;
}

/* =========== EFFILIAT MEMBER CSS [Ends] =========== */

/* =========== MEMBER DIRECTORY CSS [Start] =========== */
.member-directory {
  background: #24315b url(/images/layout/banner1.jpg) no-repeat scroll center center;
  background-size: cover;
  position: relative;
  z-index: 0;
}
.member-directory:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(/images/layout/slider_blue_overlay.png) repeat scroll 0 0;
  display: block;
  top: 0;
  left: 0;
  z-index: -1;
}
.member-directory:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 129px;
  bottom: -80px;
  left: 0;
  right: 0;
  background: #69a14e;
  margin: 0 auto;
}
.directory-list {
  z-index: 1;
  width: 100%;
  padding: 83px 0 107px 0;
}
.directory-list li {
  margin: 0 0 20px 0;
  width: 20%;
  float: left;
  display: inline-block;
  text-align: center;
  padding: 0px 1.5%;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.directory-list li .directory-images {
  margin: 0 auto;
  text-align: center;
  position: relative;
  width: 157px;
  height: 157px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-radius: 100%;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border: 7px solid #415cce;
}
.directory-list li .directory-images img {
  width: 157px;
}
.directory-list li .directory-images .hover-img {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.directory-list li:hover .hover-img {
  opacity: 1;
}
.directory-list li:hover .directory-images {
  background: #162048;
  border: 7px solid #162048;
}
.directory-list li .directory-info {
}
.directory-list li .directory-info h4 {
  font-family: 'montserratbold';
  font-size: 22px;
  color: #ffffff;
  margin: 52px 0 19px 0;
}
.directory-list li .directory-info p {
  font-family: 'montserratregular';
  font-size: 12px;
  color: #ffffff;
  line-height: 22px;
  padding: 0 0 26px 0;
}
.directory-list li .directory-info a {
  font-family: 'montserratregular';
  font-size: 14px;
  color: #69a14e;
  text-transform: uppercase;
}
.directory-list li .directory-info a:hover {
  color: #feaa4b;
}

/* =========== MEMBER DIRECTORY CSS [Ends] =========== */

/* =========== HAPPENING SECTION CSS [Start] =========== */
.happening-section {
  padding: 115px 0 39px 0;
}
.happening-section h2 {
  font-family: 'montserratregular';
  font-size: 34px;
  color: #415cce;
  text-align: center;
}
.happening-section .event-list {
  align-content: stretch;
  align-items: stretch;
  display: flex;
  flex-flow: row wrap;
  margin: 50px 0 31px;
  width: 100%;
  
}
.happening-section .event-list li {
  width: 25%;
  float: left;
  padding: 0 7px 0 6px;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  min-height:338px;
}
.happening-section .event-list li:last-child {
  padding: 0 0 0 6px;
}
.happening-section .event-list li:first-child {
  padding: 0 7px 0 0;
}
.event-list li .event-info {
  min-height: 338px;
  background: #f3f4f6;
  width: 100%;
  display: table;
  padding: 23px 24px;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.event-info .top-info span {
  color: #162048;
  font-size: 13px;
  font-family: 'montserratlight';
  font-weight: bold;
  letter-spacing: 0.2px;
  font-weight: normal;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.event-info .top-info h4 {
  font-family: 'montserratregular';
  font-size: 41px;
  color: #162048;
  font-weight: normal;
  margin: 9px 0 98px 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.event-info .bottom-content .information {
  vertical-align: bottom;
}
.event-info .bottom-content .information p {
  font-family: 'montserratregular';
  font-size: 15px;
  color: #162048;
  line-height: 22px;
  padding: 0 0 27px 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.event-info a {
  color: #415cce;
  font-family: 'montserratregular';
  font-size: 13px;
  padding: 2px 30px 2px 0;
  background: url(/images/icons/blue_arrow.png) no-repeat scroll 100% 1px;
  background-size: 19px;
}
.event-list li:hover .event-info {
  background: #162048;
}
.event-list li:hover .event-info .top-info span {
  color: #ffffff;
}
.event-list li:hover .event-info .top-info h4 {
  color: #415cce;
}
.event-list li:hover .event-info .bottom-content .information p {
  color: #ffffff;
}
.event-list li:hover .event-info a {
  color: #69a14e;
  background: url(/images/icons/green_arrow.png) no-repeat scroll 100% 1px;
  background-size: 19px;
}
.happening-section .bottom-btn {
  text-align: center;
}
.happening-section .bottom-btn a {
  display: inline-block;
  color: #ffffff;
  font-family: 'montserratregular';
  font-size: 16px;
  background: #273880;
  margin: 0 auto;
  text-transform: uppercase;
  padding: 23px 32px 25px;
}
.happening-section .bottom-btn a:hover, .happening-section .bottom-btn a:focus {
  background: #415cce;
}
.touch .happening-section .bottom-btn a:hover, .touch .happening-section .bottom-btn a:focus {
  background: #415cce;
}
.happening-section .main {
  position: relative;
}
.subscribe {
  position: absolute;
  top: -5px;
  right: 0;
}
.subscribe p {
  color: #69a14e;
  font-family: 'montserratregular';
  font-size: 14px;
  text-transform: uppercase;
  padding: 6px 0 0 0;
  float: left;
  width: 107px;
  text-align: right;
}
.subscribe a {
  float: right;
  width: 40px;
  height: 40px;
  display: inline-block;
  border: 4px solid #69a14e;
  position: relative;
  border-radius: 100%;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
}
.subscribe a img {
  width: 23px;
  margin: 8px 0 0 8px;
}
.subscribe a {
  margin: 0 0 0 10px;
}
.subscribe a .hover-calender {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity .3s linear 0s;
  -o-transition: opacity .3s linear 0s;
  -ms-transition: opacity .3s linear 0s;
  -moz-transition: opacity .3s linear 0s;
  -webkit-transition: opacity .3s linear 0s;
}
.subscribe a:hover {
  background: #69a14e;
}
.subscribe a:hover .hover-calender {
  opacity: 1;
}

/* =========== HAPPENING SECTION CSS [Ends] =========== */

/* =========== VIDEO SLIDER CSS [Start] =========== */
.video-slider-section {
  display: flex;
  justify-content: center;
  width: 100%;
  background-color: #162048;
}
.video-slider-section .left-video {
  width: 33%;
  height: 403px;
  background-attachment: scroll;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  vertical-align: bottom;
}
.news-section {
  width: 33%;
  display: table-cell;
  height: 403px;
}
.news-section > div {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-slider-section .right-slider {
  width: 33%;
  background: #162048 url(/images/layout/affiliats_overlay.png) no-repeat scroll top right;
  height: 403px;
  position: relative;
}
.video-slider-section .unslider {
  height: 205px;
}
.video-slider-section .afilliates {
  height: 100%;
}

.left-video .hover-info {

  /*position: absolute;*/
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(22, 32, 72, 0.5) url(/images/layout/slider_blue_overlay.png) repeat scroll 0 0;    /*top: 0;
  left: 0;*/
  text-align: center;   /* z-index: 1;*/
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  transition: all .3s linear 0s;
  -o-transition: all .3s linear 0s;
  -ms-transition: all .3s linear 0s;
  -moz-transition: all .3s linear 0s;
  -webkit-transition: all .3s linear 0s;
}
.left-video .hover-info:hover {
  background: rgba(22, 32, 72, 0.85) url(/images/layout/slider_blue_overlay.png) repeat scroll 0 0;
}
.hover-info .hover-info-inner p {
  font-family: 'montserratbold';
  font-size: 18px;
  color: #ffffff;
  max-width: 500px;
  margin: 0 auto;
  padding: 0 25px;
  line-height: 28px;
}
.hover-info .hover-info-inner a {
  font-family: 'montserratregular';
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
  margin: 27px 0 0 0;
  display: inline-block;
}
.hover-info .hover-info-inner a:hover {
  color: #69a14e;
}
.hover-info .hover-info-inner {
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 81%;
  -webkit-transform: translateY(-81%);
  -ms-transform: translateY(-81%);
  transform: translateY(-81%);
  width: 100%;
}
.video-play {
  position: absolute;
  top: 29px;
  right: 29px;
  transition: opacity .3s linear 0s;
  -o-transition: opacity .3s linear 0s;
  -ms-transition: opacity .3s linear 0s;
  -moz-transition: opacity .3s linear 0s;
  -webkit-transition: opacity .3s linear 0s;
}
.video-play:hover {
  opacity: 0.8;
}
.video-play img {
  width: 46px;
}
.right-slider {
  text-align: center;
}
.right-slider h2 {
  font-family: 'montserratbold';
  font-size: 28px;
  color: #ffffff;
  text-transform: uppercase;
  margin: 49px 0 30px 0;
}
.afilliate-slider li h4 {
  color: #415cce;
  font-family: 'montserratbold';
  font-size: 20px;
  text-transform: uppercase;
  margin: 9px 0 12px 0;
}
.afilliate-slider li p {
  font-family: 'montserrathairline';    /*font-weight: bold;*/
  color: #ffffff;
  font-size: 16px;
  padding: 2px 0 0;
  max-width: 400px;
  margin: 0 auto;
  line-height: 21px;
}
.afilliate-slider li p span {
  font-family: 'montserratregular';
  color: #ffffff;
  font-size: 16px;
}
.afilliate-slider li p a {
  font-family: 'montserrathairline';    /*font-weight: bold;*/
  color: #ffffff;
  font-size: 16px;
}
.afilliate-slider li p a:hover {
  color: #69a14e;
}
.afilliate-slider li .email-link {
  font-family: 'montserratbold';
  font-weight: normal;
  color: #ffffff;
  font-size: 16px;
  padding: 1px 0 0 0;
  display: inline-block;
}
.afilliate-slider li .email-link:hover {
  color: #69a14e;
}
.right-slider .view-afilliate {
  font-family: 'montserratregular';
  color: #69a14e;
  font-size: 16px;
  display: inline-block;
  margin: 35px 0 0 0;
}
.right-slider .view-afilliate:hover {
  color: #415cce;
}
.afilliate-controls {
  position: absolute;
  top: 50%;
  right: 2%;
  height: 62px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99;
}
.ie11 .afilliate-controls {
  top: 48.5%;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  -moz-transform: translateY(0%);
  transform: translateY(0%);
}
.ie10 .afilliate-controls {
  top: 48.5%;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  -moz-transform: translateY(0%);
  transform: translateY(0%);
}
.afilliate-controls a {
  display: block;
  position: relative;
}
.afilliate-controls .prv_arrow {
}
.afilliate-controls .prv_arrow .hover-arrow {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.afilliate-controls .prv_arrow:hover .hover-arrow {
  opacity: 1;
}
.afilliate-controls .next_arrow {
  margin: 15px 0 0 0;
}
.afilliate-controls .next_arrow .hover-arrow {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity .3s linear 0s;
  -o-transition: opacity .3s linear 0s;
  -ms-transition: opacity .3s linear 0s;
  -moz-transition: opacity .3s linear 0s;
  -webkit-transition: opacity .3s linear 0s;
}
.afilliate-controls .next_arrow:hover .hover-arrow {
  opacity: 1;
}
.afilliate-controls img {
  width: 19px;
}

/* =========== VIDEO SLIDER CSS [Ends] =========== */

/* =========== EXTRA HELP CSS [Start] =========== */
.extra-help {
  background: #feaa4b;
  padding: 48px 0 44px;
}
.extra-help .left-info {
  text-align: right;
  width: 78%;
  display: inline-block;
  vertical-align: middle;
}
.extra-help .left-info p {
  color: #162048;
  font-family: 'Montserrat Semi';
  font-size: 20px;
  padding: 0;
  font-weight: bold;
}
.extra-help .left-info p span {
  color: #162048;
  font-family: 'montserrathairline';
  font-size: 20px;
  font-weight: normal;
}
.extra-help .left-info p span a {
  color: #162048;
}
.extra-help .left-info p span a:hover {
  color: #FFF;
}
.extra-help .right-btn {
  text-align: left;
  display: inline-block;
  vertical-align: middle;
}
.extra-help .right-btn a {
  margin: 0 0 0 20px;
  width: 38px;
  height: 38px;
  background: #ffffff url(/images/icons/help_white_arrow.png) no-repeat scroll 12px 13px;
  display: inline-block;
  background-size: 14px;
  border-radius: 100%;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
}
.extra-help .right-btn a:hover {
  background: #162048 url(/images/icons/help_blue_arrow.png) no-repeat scroll 12px 13px;
  background-size: 14px;
}

/* =========== EXTRA HELP CSS [Ends] =========== */

/* =========== FOOTER CSS [Start] =========== */
footer.cell {
  background: #0f1631;
  padding: 50px 0 46px 0;
  height: 43px;
}
footer .left-footer {
  width: 55%;
  float: left;
}
footer .left-footer p {
  font-family: 'montserratlight';
  font-size: 12px;
  color: #ffffff;
  padding: 0 0 2px 0;
}
footer .left-footer p a {
  color: #ffffff;
}
footer .left-footer p a:hover {
  color: #69a14e;
}
footer .left-footer .copy-right {
  font-family: 'montserratlight';
  font-size: 12px;
  color: #ffffff;
}
footer .left-footer .copy-right a {
  display: inline-block;
  font-family: 'montserratlight';
  font-size: 12px;
  color: #ffffff;
  text-transform: uppercase;
}
footer .left-footer .copy-right a:hover {
  color: #69a14e;
}
footer .footer-logo {
  float: right;
}
footer .footer-logo img{
  max-width: 80%;
}
.footer-logo a {
  display: inline-block;
  margin: -6px 10px 0 0;
  opacity: 0.35;
  transition: opacity .3s linear 0s;
  -o-transition: opacity .3s linear 0s;
  -ms-transition: opacity .3s linear 0s;
  -moz-transition: opacity .3s linear 0s;
  -webkit-transition: opacity .3s linear 0s;
}
.footer-logo a:hover {
  opacity: 1;
}
.footer-logo a:last-child {
  margin: -6px 0 0 0;
  opacity: 1;
}

/* =========== FOOTER CSS [Ends] =========== */

/* ====================== ABOUT PAGE CSS [Start] ====================== */

/* =========== ABOUT BANNER CSS [Start] =========== */
.about-banner-top {
  height: 350px;
  position: relative;
  background-attachment: scroll;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}
.about-overlay {
  background: rgba(22, 32, 72, 0.65) url(/images/layout/about_overlay_design.png) repeat scroll 0 0;
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.img-overlay-abot {
  position: absolute;
  top: 0;
  right: 0;
}

/* =========== ABOUT BANNER CSS [Ends] =========== */

/* =========== LEFT CONTANT CSS [Start] =========== */
.main-content .left-content {
  width: 70%;
  float: left;
}
.main-content .right-content {
  width: 30%;
  float: right;
}

.main-content .full {
  width: 100% !important;
  float: none;
}

/* =========== LEFT CONTANT CSS [Ends] =========== */

/* =========== BOTTOM BANNER CSS [Start] =========== */
.about-banner-bottom {
  background: url(/images/layout/about_bottom_banner.jpg) no-repeat scroll center center;
  background-size: cover;
  padding: 0 0 22%;
}

/* =========== BOTTOM BANNER CSS [Ends] =========== */
.about-banner-top .slide-info {
  height:100%;
}
.about-banner-top .slide-info span {
  max-width: inherit;
  display: table;
}
.about-banner-top:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 129px;
  bottom: -63px;
  left: 0;
  right: 0;
  background: #69a14e;
  margin: 0 auto;
}
.about-banner-top .slide-info span:before {
  width: 59px;
  left: -72px;
  top: 1px;
}
.about-banner-top .slide-info span:after {
  width: 59px;
  right: -75px;
  top: 1px;
}
.main-content .left-content {
  width: 65%;
  padding: 0 0 101px 0;
}
.main-content .right-content {
  width: 29%;
}
.breadcrumbs {
  position: relative;
  display: block;
  padding-bottom: 34px;
}
.breadcrumbs ul {
  padding: 0px;
  margin: 34px 0 0 2px;
}
.breadcrumbs ul li {
  float: left;
  list-style: none;
  font-family: 'montserrathairline';
  font-size: 13px;
  color: #162048;
}
.breadcrumbs ul li a {
  color: #162048;
}
.breadcrumbs ul li + li:before {
  color: #1b2631;
  content: "•";
  margin: 0 2px 0 6px;
  display: inline-block
}
.about-top-pera {
  padding: 0 0 37px 2px;
  border-bottom: 1px solid #cfd0d6;
}
.about-top-pera h3 {
  font-size: 34px;
  color: #415cce;
  font-family: 'montserratregular';
  text-transform: uppercase;
  margin: 72px 0 0 0;
  line-height: 36px;
  letter-spacing: 0.2px;
}
.about-top-pera span {
  color: #636a85;
  font-size: 16px;
  font-family: 'montserratregular';
  text-transform: uppercase;
  margin: 17px 0 12px 0;
  display: block;
  letter-spacing: 0.1px;
}
.about-top-pera p {
  color: #162048;
  font-size: 14px;
  font-family: 'montserratregular';
  line-height: 22px;
  margin: 0px;
  padding: 0px;
}
.about-blocks {
  display: table;
  margin: 32px 0 6px;
  float: left;
}
.block-left {
  display: table-cell;
  vertical-align: middle;
}
.block-right {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 27px;
}
.block-right h4 {
  color: #273880;
  font-size: 28px;
  font-family: 'montserratbold';
  margin: 0 0 7px 0;
  text-transform: uppercase;
}
.block-right p {
  font-size: 14px;
  color: #162048;
  margin: 0px;
  padding: 0px;
  font-family: 'montserratregular';
  line-height: 22px;
  letter-spacing: 0.1px;
}
.block-img {
  width: 162px;
  height: 162px;
  border: 6px solid #415cce;
  float: left;
  border-radius: 100%;
  text-align: center;
  margin: 0 0 0 4px;
}
.block-img img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 0;
}
.about_left_nav {
  display: block;
  width: 206px;
  background: #f3f4f6;
  padding: 0 22px 0 32px;
  float: right;
  margin: 75px 0 0 0;
  max-width: 100%;
}
.about_left_nav h3 {
  font-size: 14px;
  color: #636a85;
  font-family: 'montserratblack';
  margin: 46px 0 0 1px;
}
.about_left_nav ul {
  margin: 13px 0 31px;
  padding: 0px;
  max-width: 222px;
}
.about_left_nav ul li {
  list-style: none;
  display: block;
  color: #1b2631;
  font-size: 14px;
  border-top: 1px solid #bab6ae;
}
.about_left_nav ul li a {
  line-height: 18px;
  color: #636a85;
  font-size: 14px;
  padding: 19px 0 14px 0;
  display: block;
  font-family: 'montserratregular';
}
.about_left_nav ul li a.active, .about_left_nav ul li a:hover {
  font-family: 'montserratblack';
}
.pdf-box {
  float: right;
  width: 258px;
  margin: 46px -6px 0 0;
  height: 258px;
  background: #162048;
  border-radius: 100%;
  text-align: center;
}
.pdf-box img {
  margin: 30px 0 0 0;
}
.pdf-box span {
  color: #fff;
  font-family: 'montserratbold';
  font-size: 15px;
  display: block;
  margin: 9px 0 9px 0;
  letter-spacing: 0.6px;
  padding: 0 50px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.pdf-box span:hover {
  color: #feaa4b;
}
.right-complain {
  float: right;
  max-width: 252px;
  margin: 74px 0 0 0;
  text-align: center;
  background: url(/images/layout/right-bg.png) no-repeat;
  min-height: 243px;
}
.right-complain h4 {
  font-size: 24px;
  margin: 84px 4px 0 9px;
  letter-spacing: 0.3px;
  line-height: 28px;
  color: #273880;
  font-family: 'montserratbold';
  color: #273880;
}
.right-complain p {
  color: #162048;
  margin: 9px 4px 0 9px;
  line-height: 21px;
  padding: 0px;
  letter-spacing: 0.4px;
  font-size: 17px;
  text-transform: uppercase;
  font-family: 'montserratregular';
}
.right-complain a {
  background: #69a14e;
  margin: 13px 0 0 0;
  font-size: 14px;
  padding: 20px 27px 21px 27px;
  display: inline-block;
  font-family: 'montserratregular';
  color: #fff;
}
.right-complain a:hover {
  background: #273880;
}

.bottom-banner {
  background-attachment: scroll;
  background-color: #DBDBDB;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 25%;
  width: 100%;
  display: block;
}

/* ----------------- Callouts --------------- */

.callout {
  max-width: 300px;
}

.callout,
.callout * {
  box-sizing: border-box;
}

.circle-callout {
  position: relative;
  display: block;
  vertical-align: top;
  width:100%;
  max-width:260px;
  height:260px;
  box-sizing:border-box;
  border-radius: 50%;
  background-color:#162048;
  margin: 0 auto;
  text-align: center;
  font-size:16px;
  color:#FFF;
  font-family:'montserratregular', Arial, sans-serif;
  text-transform: uppercase;
}

.circle-callout > div {
  width:100%;
  position: absolute;
  top:50%;
  left:0;
  -webkit-transform:translateY(-50%);
  -ms-transform:translateY(-50%);
  transform:translateY(-50%);
}

.circle-callout img {
  display:block;
  margin:0 auto 12px;
  max-width:125px;
  max-height:140px;
}

.text-callout {
  position: relative;
  display: inline-block;
  vertical-align: top;
  background-position:center center;
  background-repeat: no-repeat;
  background-size:contain;
}

.helpful-callout {
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  font-size: 16px;
  color: #121e40;
  text-align: center;
}

.helpful-callout > img {
  display: block;
  margin: 0 auto 12px;
}
.helpful-callout span {
  display: block;
}

.helpful-callout .bigger{
  font-size: 18px;
  margin-bottom: 10px;
}

.complaint-callout {
  background: url(/images/icons/logo_grey.png) no-repeat scroll center top transparent;
  min-height: 285px;
  padding-top: 85px;
  text-align: center;
}

.complaint-callout .bigger {
  font-size: 18px;
  font-weight: bold;
  display: block;
  margin-bottom: 16px;
}

.complaint-callout .callout-info {
  display: block;
  padding: 0px 35px 21px;
}

.complaint-callout .callout-btn {
  display: block;
  color: #ffffff;
  font-family: 'montserratregular';
  font-size: 14px;
  line-height: 14px;
  background: #69a14e;
  margin: 0 auto;
  text-transform: uppercase;
  padding: 26px 10px 26px;
  max-width: 215px;
}

.complaint-callout .callout-btn:hover {
  background: #4d7738;
}

.callout + * {
  margin-top: 28px;
}

/* -------------- Staff Page ---------------- */

/* .staff-section {} */

.staff-list {
	background-color:;
/* 		padding:20px 0; */

	font-size:0;
}

.staff-list > li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width:48%;
	box-sizing: border-box;
	padding:15px;
	
	font-size:16px;
}

.staff-list > li:nth-child(2n) {
  margin-left: 20px;
}

.staff-list > li:nth-child(4n-4),
.staff-list > li:nth-child(4n-1) {
	background-color:#f3f4f6;
}

.staff-name {
	font-size:24px;
}
.staff-name > span {
	display: block;
	font-weight:bold;
	font-size:14px;
	font-family:'montserratregular', Arial, sans-serif;
}

.staff-list > li > p {
	padding-bottom:0;
	margin:10px auto;
}

.staff-list > li > a {
	display: inline-block;
	color:inherit;
}

/* -------------- Helpful Link & Member Directory Page ---------------- */

.titles-header {
  background-color: #273880;
  margin-top: 40px !important;
}

.titles-header h2 {
  color: #FFF;
  font-family: 'montserratregular';
  text-transform: uppercase;
  text-align: left;
  margin: 0px;
}

.titles-header > .cell {
  padding: 18px 23px 18px 28px;
}

.desc-info {
  background-color: #f3f4f6;
}

.desc-info > .cell {
  padding: 18px 23px 18px 28px;
}

.desc-info > .link {
  width: 15%;
  text-align: center;
}

.desc-info:nth-child(2n+2) {
  background-color: #FFF;
}

.desc-info p,
.desc-info a {
  padding: 0px;
}

.desc-info p,
a.news-doc {
  color: #162048;
}

a.news-doc * {
  display: inline-block;
  vertical-align: middle;
}

a.news-doc img {
  margin-right: 10px;
}

.titles-header h2,
.year h2 {
  font-size: 2vw;
  line-height: 2vw;
}

.toggle-contain {
  display: none;
}

.open-close {
  width: 40px;
}

.open-close a {
  display: block;
  height: 30px;
  width: 30px;
  border: 4px solid #FFF;
  border-radius: 50%;
  position: absolute;
  right: 0px;
  top:-4px;
}

.open-close a:after {
  content: "";
  display: none;
  height: 24px;
  width: 24px;
  background-color: #FFF;
  border-radius: 50%;
  position: absolute;
  right: 0px;
  top:0px;
  left: 0px;
  bottom: 0px;
  margin: auto;
} 

.active .open-close a:after {
  display: block;
}

/* --------------- Unslider JS -------------- */
.unslider {
  overflow: auto;
  margin: 0;
  padding: 0;
  position: relative;
}
.unslider-wrap {
  position: relative
}
.unslider-wrap.unslider-carousel>li {
  float: left
}
.unslider-vertical>ul {
  height: 100%
}
.unslider-vertical li {
  float: none;
  width: 100%
}
.unslider-fade {
  position: relative
}
.unslider-fade .unslider-wrap li {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 8
}
.unslider-fade .unslider-wrap li.unslider-active {
  z-index: 10
}
.unslider li, .unslider ol, .unslider ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: none
}
.unslider-arrow {
  position: absolute;
  left: 20px;
  z-index: 2;
  cursor: pointer
}
.unslider-arrow.next {
  left: auto;
  right: 20px
}
.unslider-nav {
  background-color: transparent;
}
.unslider-nav ol {
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 1000px;
}
.unslider-nav ol li {
  display: inline-block;
  width: 24px;
  height: 24px;
  box-sizing: border-box;
  margin: 0 4px;
  background-color: transparent;
  border-radius: 50%;
  overflow: hidden;
  text-indent: -999em;
  border: 6px solid #fff;
  cursor: pointer;
}
.unslider-nav ol li.unslider-active {
  border-color: #d07030;
  cursor: default;
}

/*********** Member Page ***********/

#member-search {
  height: 62px;
  margin-top: 38px;
  margin-bottom: 50px;
}

#member-search,
#member-search * {
  box-sizing: border-box;
}

#member-search .cell + .cell {
  padding-left: 15px;
}

#member-search .cell:last-child {
  width: 86px;
}

#member-search label {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform:    translateY(-50%);
  -ms-transform:     translateY(-50%);
  -o-transform:      translateY(-50%);
  transform:         translateY(-50%);
  left: 22px;
  text-transform: uppercase;
  z-index: 1;
  display: block;
  height: 14px;
  width: 100%;
  font-size: 14px;
  line-height: 14px;
  color: rgba(99, 106, 133, 0.5);
  transition: all 0.3s ease 0s;
}
#member-search .has-value label {
  top:-12px;
  color:rgba(99, 106, 133, 1);
  left:0px;
}

#member-search input[type="text"] {
  background: #f3f4f6;
  position: relative;
  z-index: 0;
  display: block;
  height: 100%;
  width: 100%;
  padding: 22px;
  color:rgba(99, 106, 133, 1);
}

#member-search input[type="submit"] {
  display: block;
  font-size: 0px;
  line-height: 0px;
  width: 100%;
  height: 100%;
  background: url(/images/icons/search-btn.png) no-repeat scroll center center #69a14e;
  transition: all 0.3s ease 0s;
}

#member-search input[type="submit"]:hover {
  background-color:#588741;
}

main .table.tracker {
  height: 46px;
  border-top: 1px solid #cfd0d6;
  border-bottom: 1px solid #cfd0d6;
}

.tracker > .total-count,
.tracker > .adv-pages {
  font-family: 'montserratregular';
  font-size: 14px;
  line-height: 22px;
  color: #636a85;
  text-transform: uppercase;
}

.tracker > .adv-pages a {
  color: inherit;
}

.tracker > .adv-pages a.prev-page,
.tracker > .adv-pages a.next-page {
  color: #415cce;
  font-family: 'montserratbold';
}

.member-info > header {
  font-size: 16px;
  line-height: 22px;
  background-color: #273880;
}

.member-info > header > .cell {
  color: #FFF;
  text-transform: uppercase;
}
.member-info > header > .cell:first-child,
.member-info > section > .cell:first-child,
.member-info > header > .cell:last-child,
.member-info > section > .cell:last-child {
  padding: 22px 0px 22px 29px;
}

.member-info > header > .cell,
.member-info > section > .cell {
  padding: 22px 0px 22px 15px;
}

.member-info > section > .cell {
  font-size: 12px;
}

.member-info > section:nth-child(even) {
  background-color:#f3f4f6;
}

.tracker + .member-info,
.member-info + .tracker {
  margin-top: 40px;
}

.cell.email-address {
  width: 225px;
}

.member-info  .committees-title {
	font-size: 20px !important;
}

/********************
   Video Page 
********************/

.video-section {
  display: block;
  margin-top: 25px;
  font-size: 0px;
}

.video-file {
  width:32.34%;
  display: inline-block;
  height: 345px;
  vertical-align: top;
  padding: 0px 10px 10px 0px;
  margin: 0px;
  position: relative;
}

.video-file a {
  display: block;
  height: 100%;
  max-height: 275px;
  width: 100%;
  position: relative;
}

.video-file.large-vid {
  width: 100%;
  height: auto;
  padding: 0px;
  margin: 0px 0px 20px 0px;
}

.video-file.large-vid a {
  max-height: 100%;
}

.video-file.large-vid a img {
  vertical-align: top;
}

.main-content .video-file .video-img {
  display: block;
  height: 100%;
  width: 100%;
  margin: 0px;
  background-attachment: scroll;
  background-color: transparent;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
}

.main-content .video-file .video-img:before {
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(22, 32, 72, 0.65) url(/images/layout/about_overlay_design.png) repeat scroll 0 0;
  opacity: 0;
  visibility: hidden;
  display: block;
  position: absolute;
  top:0px;
  left:0px;
  transition: all 0.5s ease 0.0s;
  transform: scale(0.6);
  border-radius: 5px;
  z-index: 0;
}

.main-content .video-file .video-img:after {
  content: "";
  height: 100%;
  width: 100%;
  background: url(/images/icons/play-btn.png) no-repeat scroll center center transparent;
  opacity: 0;
  visibility: hidden;
  display: block;
  position: absolute;
  top:0px;
  left:0px;
  transition: all 0.5s ease 0.0s;
  transform: scale(0.6);
  border-radius: 5px;
  z-index: 1
}

.main-content .video-file a:hover .video-img:before,
.main-content .video-file a:hover .video-img:after,
body:not(.desktop) .main-content .video-file .video-img:before,
body:not(.desktop) .main-content .video-file .video-img:after {
  opacity: 1;
  transform: scale(1);
  visibility: visible;
}

body:not(.desktop) .main-content .video-file .video-img:before {
  opacity: 0.6;
}

.main-content .video-file.large-vid .video-img,
.main-content .video-file.large-vid .video-img:before,
.main-content .video-file.large-vid .video-img:after {
  border-radius: 0px;
}

.main-content .video-file .video-img figcaption {
  font-size: 18px;
  font-family: 'montserratlight';
  position: absolute;
  bottom: -32px;
  width: 100%;
  display: block;
  text-align: center;
  padding-right: 10px;
  left: 0px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/****** Pagination Styles *******/

.pagination {
  display: block;
  background-color: #E9E9E9;
  border: 1px solid #ccc;
  padding: 6px;
  margin-top: 26px;
  text-align: center;
  list-style: none;
}

#search-results > header > .pagination {
  margin-bottom: 30px;
}

.pagination > div,
.pagination > li {
  display: inline-block;
}

.pagination > div + div,
.pagination > li + li {
  margin-left: 6px;
}

.pagination a, 
.pagination span,
.pagination strong {
  display: inline-block;
  font-family: 'montserratregular';
  font-size: 14px;
  line-height: 15px;
  padding: 10px 11px;
}

.pagination span {
  padding: 10px 13px; 
}

.pagination a {
  color: #0053a0 !important;
  background-color: #ddd;
  border: 1px solid #ccc;
  transition: all 0.3s ease 0s;
}

.pagination a:hover {
  color: #FFF !important;
  background-color: #273880;
}

.pagination span {
  font-family: 'montserratblack';
  color: #FFF;
  background-color: #0053A0;
  border: 1px solid #FFF;
}

.pagination > .prev a,
.pagination > .next a {
  font-size: 20px;
  padding: 8px 11px 13px;
}

.pagination strong {
  font-family: 'montserratblack';
  font-weight: normal;
  color: #FFF;
  background-color: #273880;
  border: 1px solid #ccc;
}


/************* Site Colors **************/

.blue {
  color: #5274d7;
}

.dark-blue {
  color: #273880;
}

.green {
  color: #7aad60;
}

/************* Event Registration **************/

/* Event Registration Page */
.event-registration .event-info {
  width: 40%;
}

/* Event Registration Form */
#form-event-register input[type="text"], 
#form-event-register input[type="email"], 
#form-event-register input[type="tel"], 
#form-event-register textarea, 
#form-event-register select {
  display: block;
  color: #333;
  font: 115%/1.2 Arial,Helvetica,sans-serif;
  margin: 0;
  width: 100%;
  padding: 0.3em 0.4em;
  background: #fefefe;
  border: 1px solid #ccc;
  border-radius: 0.3em;
  box-shadow: inset 0.1em 0.1em 0.1em rgba(0, 0, 0, 0.1);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#form-event-register .cell {
    padding: .25em 0;
    vertical-align: middle;
}

#form-event-register .row .cell:first-child {
  width: 7em;
}

#form-event-register .two-fields input {
  display: inline-block;
  width: 49%;
}

#form-event-register .two-fields input + input {
  margin-left: 1%;
}

#form-event-register .seat-remove-person {
  float: right;
  display: none;
}

#form-event-register .seat-info {
  padding-bottom: 1em;
  margin-bottom:  1em;
  border-bottom: 1px solid #CFD0D6;
}

/************* Voting Portal **************/

/* Log Out */
.button.button-logout {
  position: absolute;
  top: 25px;
  right: 0;
  padding: 10px 15px;
}

/* Message box */
.portal-message {
  margin:1em 0;
  padding:0.5em 0.7em;
  background:#EDE8D4;
  border:1px solid #E0D9C7;
  color:#4D4C4C;
}
.portal-message p { /* In case it's nested */
  margin:0.3em 0;
}

/* -- Survey Form -- */
#survey-form {

}
#survey-form ol {
  margin:1.5em 0;
  padding:0;
}
#survey-form li {
  margin:1em 0;
}
#survey-form .label {
  display:block;
  margin:0.2em 0;
}

/* Form elements */
#survey-form input[type="text"],
#survey-form textarea,
#survey-form select {
  color:#333333;
  display:block;
  margin:0;
  font-size:9.5pt;

  background:#fefefe;
  border:1px solid #999;
}
#survey-form input[type="text"]:focus,
#survey-form textarea:focus,
#survey-form select:focus {
  outline:1px solid #888;
}
#survey-form input[type="text"] {
  width:75%;
}
#survey-form input[type="checkbox"] + label,
#survey-form input[type="radio"] + label {
  padding-left:  10px;
}

#survey-form textarea {
  width:99%;
  height:8em;
}

/* Validation */
#survey-form label.error {
  color:#f33;
}
#survey-form input.error,
#survey-form select.error,
#survey-form textarea.error {
  background-color:#fcc;
}

/* ---- File listings | basic styling ---- */

.file-list {
	margin:5px auto;
	text-align: left;
}
.file-list a {
	display: block;
	padding:4px 0;
	color:#0F1631;
	font-family:'montserratregular', Verdana, sans-serif;
	font-size:16px;
	text-decoration: underline;
}


.cc-banner .cc-message {
  flex: none !important;
}