#actionnavfreeapp {
  position: absolute;
  left: 47px;
  top: -40px;
  width: 250px;
  z-index: 9999;
}

.mobile #actionnavfreeappmobile {
  position: relative;
  right: -115px;
  top: -159px;
  width: 250px;
  z-index: 9999;
  max-height: 0;
}

.mobile #actionnavfreeappmobile img {
  transform: rotate(90deg);
}

/*
#####  Color Palette by Paletton.com
#####  Palette URL: http://paletton.com/#uid=33-0u0kmRozdkzdiEseqxkgvof9


*** Primary color:

   shade 0 = #2B567F = rgb( 43, 86,127) = rgba( 43, 86,127,1)
   shade 1 = #6B8DAE = rgb(107,141,174) = rgba(107,141,174,1)
   shade 2 = $abc-button-blue = rgb( 67,107,146) = rgba( 67,107,146,1)
   shade 3 = $abc-dark-blue = rgb( 24, 65,105) = rgba( 24, 65,105,1)
   shade 4 = #072B4E = rgb(  7, 43, 78) = rgba(  7, 43, 78,1)

*** Secondary color (1):

   shade 0 = #C4A338 = rgb(196,163, 56) = rgba(196,163, 56,1)
   shade 1 = #FFE695 = rgb(255,230,149) = rgba(255,230,149,1)
   shade 2 = #E1C25E = rgb(225,194, 94) = rgba(225,194, 94,1)
   shade 3 = #A1821C = rgb(161,130, 28) = rgba(161,130, 28,1)
   shade 4 = #795D02 = rgb(121, 93,  2) = rgba(121, 93,  2,1)

*** Secondary color (2):

   shade 0 = #C46538 = rgb(196,101, 56) = rgba(196,101, 56,1)
   shade 1 = #FFB795 = rgb(255,183,149) = rgba(255,183,149,1)
   shade 2 = #E1885E = rgb(225,136, 94) = rgba(225,136, 94,1)
   shade 3 = #A1471C = rgb(161, 71, 28) = rgba(161, 71, 28,1)
   shade 4 = $abc-dark-red = rgb(121, 41,  2) = rgba(121, 41,  2,1)
*/
/* HTML5 Boilerplate  */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html, button, input, select, textarea {
  font-family: sans-serif;
  color: #222;
}

body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
}

::-moz-selection {
  background: #06e;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #06e;
  color: #fff;
  text-shadow: none;
}

a {
  color: #a97e00;
}

a:visited {
  color: #a97e00;
}

a:hover {
  color: #795d02;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

pre, code, kbd, samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

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: 85%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}

dd {
  margin: 0 0 0 40px;
}

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

label {
  cursor: pointer;
}

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
}

button, input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

button[disabled], input[disabled] {
  cursor: default;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

input:invalid, textarea:invalid {
  background-color: #f0dddd;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  vertical-align: top;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0;
}

/* BP ADDON */
html {
  background-color: transparent !important;
}

.no-list {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

.no-wrap {
  white-space: nowrap;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

iframe {
  border: none;
}

/* CUSTOM STYLE */
.no-shadow {
  /* used by JS to prevent automatic shadow */
}

.print-only {
  display: none !important;
}

@media screen and (min-width: 1000px) {
  .mobile-only {
    display: none;
  }
}
.remodal .non-modal {
  display: none;
}

body {
  background-color: #efefef;
  background: url("/images/interface/stripes.jpg") repeat;
  font-family: Arial, sans-serif;
  font-size: 100%;
  position: relative;
}

h1, h2, h3, h4, h5, p {
  margin: 0;
  font-weight: normal;
}

table {
  margin-bottom: 1em;
}

table.full-width, .full-width {
  width: 100%;
}

table, td, th {
  border: 1px solid #bbb;
  padding: 0.5em;
  background: rgba(255, 255, 255, 0.3);
}

table.dotted, table.dotted td, table.dotted th {
  border: none;
  border-bottom: 2px dotted #ccc;
}

table.transparent, table.transparent td, table.transparent th {
  background: none;
}

table.no-border, table.no-border td, table.no-border th {
  border: none;
}

th {
  font-weight: bold;
}

thead th {
  background: #eee;
}

tbody th {
  text-align: left;
}

table.striped thead th {
  background: #09568a;
  color: #fff;
}

table td {
  padding: 0.5em;
}

table.pricing td {
  text-align: right;
}

table.pricing td:first-of-type {
  text-align: left;
}

table.pricing tfoot th {
  text-align: right;
  background: #e6e6e6;
}

table.striped tbody tr:nth-child(even) td, table.striped tbody tr:nth-child(even) th {
  background: #d9d9d9;
}

table.striped tbody tr:nth-child(odd) td, table.striped tbody tr:nth-child(odd) th {
  background: #e6e6e6;
}

table.hover tr:hover td {
  cursor: pointer;
  background: #fff9b8;
}

form {
  position: relative;
}

label {
  font-size: 18px;
  color: #000;
  display: block;
  margin-top: 26px;
  font-family: "Archivo Narrow", Helvetica, sans-serif;
  font-weight: bold;
}

input[type=checkbox] + label, input[type=radio] + label {
  display: inline;
  margin-right: 15px;
  font-weight: normal;
}

input[type=checkbox] + label.required, input[type=radio] + label.required {
  border: none;
}

input[type=checkbox], input[type=radio] {
  margin-top: 13px;
  margin-bottom: 13px;
  margin-right: 0.6em;
}

.button input[type=checkbox], .button input[type=radio] {
  margin-top: 0;
}

input[type=text], input[type=password], input[type=file], input[type=email], input[type=tel], input[type=search], input[type=number], select, textarea {
  border: 1px solid #63779f;
  padding: 4px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  font-size: 18px;
  font-family: inherit;
  vertical-align: top;
  background-color: #f7f7f7;
  display: block;
  margin-bottom: 15px;
  min-height: 25px;
  width: 100%;
}

input[type].auto-width {
  width: auto;
  display: inline-block;
}

textarea {
  height: 6em;
}

.required, input[required], select[required], textarea[required] {
  background-color: #fffbcf !important;
  border: 1px solid #63779f;
}

.error {
  border-color: red !important;
}

input:focus, select:focus, textarea:focus {
  -webkit-box-shadow: 0 0 5px #009be3;
  -moz-box-shadow: 0 0 5px #009be3;
  box-shadow: 0 0 5px #009be3;
}

input[readonly] {
  border-color: #ccc;
  background: #eee;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  color: #888;
}

input + .icon-status:before {
  content: "";
  position: absolute;
  right: 0px;
  margin-top: -42px;
}

input.valid + .icon-status:before {
  content: "\e607";
  color: #82daca;
}

input.invalid + .icon-status:before {
  content: "\e61e";
  color: #eb6379;
}

.error-msg {
  color: #a94442;
  background-color: #f2dede;
  border: 1px solid #ebccd1;
  padding: 15px;
  border-radius: 5px;
}

.row {
  clear: both;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.row + .row, .space {
  margin-top: 40px;
}

.one-fourth, .one-half, .one-third, .two-thirds, .three-fourths, .one-fifth,
.two-fifths, .three-fifths, .four-fifths {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
}

.one-third, .two-thirds {
  padding-left: 5px;
  padding-right: 5px;
}

.one-third:first-of-type, .one-third:last-of-type {
  padding-left: 11px;
  padding-right: 11px;
}

.one-fourth {
  padding-left: 8px;
  padding-right: 4px;
}

.one-half {
  padding-left: 4px;
  padding-right: 4px;
}

.three-fourths {
  padding-left: 4px;
  padding-right: 4px;
}

.one-fourth:nth-child(2) {
  padding-left: 4px;
  padding-right: 8px;
}

.one-half + .one-fourth {
  padding-left: 8px;
  padding-right: 4px;
}

.one-fourth:first-of-type, .one-fourth:last-of-type {
  padding-left: 12px;
  padding-right: 12px;
}

.one-half:first-of-type, .one-half:last-of-type {
  padding-left: 8px;
  padding-right: 8px;
}

.one-fifth, .two-fifths, .three-fifths, .four-fifths {
  padding-left: 16px;
  padding-right: 16px;
}

.one-fifth:first-of-type, .one-fifth:last-of-type {
  padding-left: 12px;
  padding-right: 12px;
}

.one-fifth:first-of-type + .one-fifth,
.one-fifth:first-of-type + .two-fifths,
.one-fifth:first-of-type + .three-fifths,
.one-fifth:first-of-type + .four-fifths {
  padding-left: 4px;
}

.one-fifth:first-of-type + .three-fifths,
.one-fifth:first-of-type + .one-fifth + .two-fifths,
.two-fifths:first-of-type + .two-fifths,
.one-fifth:first-of-type + .one-fifth + .one-fifth + .one-fifth,
.one-fifth:first-of-type + .two-fifths + .one-fifth,
.two-fifths:first-of-type + .one-fifth + .one-fifth,
.four-fifths:first-of-type {
  padding-right: 4px;
}

.one-third:first-of-type, .two-thirds:first-of-type, .one-fourth:first-of-type, .one-half:first-of-type,
.three-fourths:first-of-type, .one-fifth:first-of-type, .two-fifths:first-of-type, .three-fifths:first-of-type, .four-fifths:first-of-type {
  padding-left: 0 !important;
}

.one-third:last-of-type, .two-thirds:last-of-type, .one-fourth:last-of-type, .one-half:last-of-type,
.three-fourths:last-of-type, .one-fifth:last-of-type, .two-fifths:last-of-type, .three-fifths:last-of-type, .four-fifths:last-of-type {
  padding-right: 0 !important;
}

.one-half {
  width: 50%;
}

.one-third {
  width: 33.333%;
}

.two-thirds {
  width: 66.666%;
}

.one-fourth {
  width: 25%;
}

.three-fourths {
  width: 75%;
}

.one-fifth {
  width: 20%;
}

.two-fifths {
  width: 40%;
}

.three-fifths {
  width: 60%;
}

.four-fifths {
  width: 80%;
}

.push-one-fourth {
  position: relative;
  left: 25%;
}

.push-one-sixth {
  position: relative;
  left: 16.5%;
}

#wrapper {
  background: url("/images/interface/abc_pano.jpg") no-repeat center bottom;
}

#inner_header, #top_nav, #main, #footer_content, .page-nav-inner, .content {
  position: relative;
  width: 90%;
  max-width: 1300px;
  min-width: 975px;
  margin: auto;
  z-index: 100;
}

#content {
  margin-left: 305px;
}

#header {
  position: relative;
  top: 0;
  z-index: 900;
  background: #09568a;
  border-bottom: 1px solid #004273;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  /*was 193px*/
  width: 100%;
  height: 156px;
  min-width: 975px;
  -webkit-box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.6);
}

#inner_header {
  height: 156px;
}

.search_box {
  position: relative;
  top: 4px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
}

.search_box input {
  border-radius: 5px;
  padding: 3px;
  background: rgba(255, 255, 255, 0.2);
  border: none;
  width: 80px;
  color: #fff;
  -webkit-transition: width 0.5s ease;
  -moz-transition: width 0.5s ease;
  -ms-transition: width 0.5s ease;
  -o-transition: width 0.5s ease;
  transition: width 0.5s ease;
  font-size: inherit;
  line-height: inherit;
  min-height: 0;
}

.search_box input:focus {
  width: 150px;
}

.search_box button {
  position: absolute;
  right: 0;
  top: 2px;
  font-size: 10px;
  background: transparent;
  border: none;
  color: white;
}

#logo {
  position: absolute;
  background: url("/images/interface/header_logo_hires.png") no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  height: 120px;
  width: 100%;
  bottom: 3px;
  left: 0;
  overflow: hidden;
  margin: auto;
  text-indent: -9999px;
  color: rgba(0, 0, 0, 0);
  z-index: 10;
}

/*
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (   min--moz-device-pixel-ratio: 1.5),
only screen and (     -o-min-device-pixel-ratio: 3/2),
only screen and (        min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 192dpi) {
	#header {
		background: url('/images/interface/header_bak_hires.png') repeat-x;
		-webkit-background-size: contain;
		-moz-background-size: contain;
		background-size: contain;
	}

	#logo {
		background: url('/images/interface/header_logo_hires.png') no-repeat;
		-webkit-background-size: contain;
		-moz-background-size: contain;
		background-size: contain;
	}

	#seal {
		background: url('/images/interface/seal_embossed_hires.png') no-repeat;
		-webkit-background-size: contain;
		-moz-background-size: contain;
		background-size: contain;
	}
}
*/
#top_nav_wrapper {
  position: absolute;
  background: #004273;
  border-bottom: 1px solid #276b9e;
  width: 100%;
  top: 0;
  height: 31px;
  z-index: 101;
}

#top_nav > ul {
  position: absolute;
}

#top_nav > ul.top_nav_left {
  left: 0;
}

#top_nav > ul.top_nav_right {
  right: 0;
}

.lt-ie9 #top_nav > ul {
  border: 1px solid #2f4569;
}

#top_nav > ul > li {
  display: block;
  position: relative;
  float: left;
}

#top_nav > ul > li > a {
  display: block;
  color: #ccc;
  text-decoration: none;
  font-size: 1em;
  font-family: "Archivo Narrow";
  font-weight: normal;
  line-height: 30px;
  padding-left: 11px;
  padding-right: 11px;
  -webkit-transition: background-color 0.15s ease-out;
  -moz-transition: background-color 0.15s ease-out;
  -o-transition: background-color 0.15s ease-out;
  transition: background-color 0.15s ease-out;
}

#top_nav > ul > li a:hover {
  background-color: #364d75;
  background-color: rgba(0, 0, 0, 0.3);
}

#home_link {
  position: absolute;
  left: 0;
  bottom: 8px;
  display: block;
  width: 117px;
  height: 110px;
  overflow: hidden;
  z-index: 15;
}

#actions_nav {
  position: absolute;
  right: 0;
  bottom: 54px;
  z-index: 20;
}

#actions_nav > ul > li {
  display: block;
  position: relative;
  float: left;
  margin-left: 15px;
  border-radius: 3px;
  -webkit-transition: background-color 0.15s ease-out;
  -moz-transition: background-color 0.15s ease-out;
  -o-transition: background-color 0.15s ease-out;
  transition: background-color 0.15s ease-out;
  background: #eee;
}

#actions_nav > ul > li:hover {
  background: #ccc;
}

#actions_nav > ul > li > a {
  font-weight: bold;
  font-size: 0.8em;
  color: #004273;
  display: block;
  text-decoration: none;
  line-height: 2.2em;
  padding-left: 10px;
  padding-right: 10px;
}

.main_menu {
  position: absolute;
  bottom: 0px;
  left: 125px;
  z-index: 20;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.main_menu > ul > li {
  position: relative;
  text-align: left;
  float: left;
  z-index: 100;
  -webkit-transition: background-color 0.15s ease-out;
  -moz-transition: background-color 0.15s ease-out;
  -o-transition: background-color 0.15s ease-out;
  transition: background-color 0.15s ease-out;
}

.main_menu > ul > li > a {
  display: block;
  font-family: "Archivo Narrow";
  color: #eee;
  text-decoration: none;
  font-size: 19px;
  line-height: 38px;
  padding-left: 15px;
  padding-right: 15px;
}

.main_menu > ul > li > a.b {
  font-weight: bold;
}

.main_menu > ul > li:first-child > a.b:after {
  content: ":";
}

.main_menu > ul > li:hover, .main_menu > ul > li.tap-hover {
  background-color: #276b9e;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 2px 2px 0 0;
  box-shadow: -10px 0px 10px -10px rgba(0, 0, 0, 0.7), 10px 0px 10px -10px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: -10px 0px 10px -10px rgba(0, 0, 0, 0.7), 10px 0px 10px -10px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: -10px 0px 10px -10px rgba(0, 0, 0, 0.7), 10px 0px 10px -10px rgba(0, 0, 0, 0.7);
}

.main_menu > ul > li.tap-hover a {
  text-decoration: underline;
}

.main_menu .dropmenu {
  visibility: hidden;
  position: absolute;
  overflow: hidden;
  background-color: #ffffff;
  border-bottom: 6px solid #09568a;
  min-width: 270px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: visibility 0s linear 0.15s, opacity 0.15s linear;
  -moz-transition: visibility 0s linear 0.15s, opacity 0.15s linear;
  -o-transition: visibility 0s linear 0.15s, opacity 0.15s linear;
  transition: visibility 0s linear 0.15s, opacity 0.15s linear;
}

.main_menu > ul > li:hover > a + div.dropmenu, .main_menu > ul > li.tap-hover > a + div.dropmenu {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
}

.lt-ie9 .main_menu .dropmenu {
  border: 1px solid #cccccc;
}

.main_menu .dropmenu > ul > li {
  border-bottom: 1px solid #cccccc;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  /*border-top: 1px solid rgba(0,0,0,.1);*/
  /*box-shadow: inset 0px 0px 60px rgba(0,0,0,.1);
  -moz-box-shadow: inset 0px 0px 60px rgba(0,0,0,.1);
  -webkit-box-shadow: inset 0px 0px 60px rgba(0,0,0,.1);*/
  -webkit-transition: background-color 0.15s ease-out;
  -moz-transition: background-color 0.15s ease-out;
  -o-transition: background-color 0.15s ease-out;
  transition: background-color 0.15s ease-out;
}

.main_menu .dropmenu > ul > li:first-child {
  border-top: none;
}

.main_menu .dropmenu > ul > li:last-child {
  border-bottom: none;
}

.main_menu .dropmenu > ul > li:hover {
  background-color: #dddddd;
  background-color: rgba(0, 0, 0, 0.1);
}

.main_menu .dropmenu > ul > li > a {
  display: block;
  /*font-family: 'Permanent Marker';*/
  color: #072b4e;
  text-decoration: none;
  font-size: 1em;
  padding-left: 15px;
  padding-top: 8px;
  padding-bottom: 5px;
}

.main_menu .dropmenu > ul > li > a > small {
  position: relative;
  top: -2px;
  left: 25px;
  color: #860b00;
  display: block;
  font-family: Arial, sans-serif;
  font-size: 0.8em;
  font-weight: normal;
  line-height: initial;
}

#menu_clone {
  position: fixed;
  top: -162px;
  z-index: 1000;
  width: 100%;
  left: 0;
  max-width: none;
  text-align: center;
  background: #09568a;
  height: 156px;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.6);
  -webkit-transition: top 0s ease-out;
  -moz-transition: top 0s ease-out;
  -o-transition: top 0s ease-out;
  transition: top 0s ease-out;
}

#menu_clone > ul {
  top: 117px;
  left: auto;
  position: relative;
  display: inline-block;
}

#menu_clone.fixed {
  top: -117px;
  -webkit-transition: top 0.5s ease-out;
  -moz-transition: top 0.5s ease-out;
  -o-transition: top 0.5s ease-out;
  transition: top 0.5s ease-out;
}

.no-fixed-menu #menu_clone {
  display: none;
}

#main {
  z-index: 500;
  padding-top: 20px;
  padding-bottom: 20px;
}

body.no_left_nav #left_menu {
  display: none;
}

#left_menu {
  position: absolute;
  top: -15px;
  width: 290px;
  float: left;
  padding-top: 35px;
  padding-bottom: 1px;
}

.lt-ie9 #left_menu {
  border: 1px solid #cccccc;
}

#left_menu > ul {
  padding: 10px 15px 10px 15px;
  background-color: #e7e7e7;
  border: 1px solid #d5d5d5;
}

#left_menu > ul > li {
  border-bottom: 1px solid #b8b9bb;
  border-top: 1px solid #ececec;
  -webkit-transition: background-color 0.15s ease-out;
  -moz-transition: background-color 0.15s ease-out;
  -o-transition: background-color 0.15s ease-out;
  transition: background-color 0.15s ease-out;
}

#left_menu > ul li:hover {
  background-color: #dddddd;
  background-color: rgba(0, 0, 0, 0.1);
}

#left_menu > ul > li.title:hover {
  background-color: transparent;
}

#left_menu > ul > li.title {
  border-top: none;
  font-size: 1.6em;
}

#left_menu > ul li > a {
  padding-left: 7px;
  display: block;
  color: #072b4e;
  text-decoration: none;
  font-size: 1em;
  line-height: 2em;
}

#left_menu > ul li.title > a {
  line-height: inherit;
  padding-left: 0;
}

#left_menu > ul li.title > a:hover {
  color: #276b9e;
}

#left_menu > ul ul > li:last-child {
  border-bottom: none;
  margin-bottom: 7px;
}

#left_menu > ul ul > li > a {
  line-height: 1.5em;
  padding-left: 1em;
}

#left_menu > ul ul > li > a:before {
  font-size: 1em;
}

#left_menu > #scrolltotop {
  display: none;
  color: #860b00;
  text-decoration: none;
  font-size: 15px;
  line-height: 15px;
  margin-top: 10px;
  text-align: center;
}

#left_menu > a#scrolltotop:hover {
  text-decoration: underline;
}

#left_menu.fixed {
  position: fixed;
  top: 0px;
}

#left_menu.fixed > #scrolltotop {
  display: block;
}

#left_menu .left-sub-menu {
  margin-top: 15px;
  background: #004273;
  border: none;
}

#left_menu .left-sub-menu .title {
  color: #fff;
  font-size: 1.2em;
  margin-bottom: 10px;
}

#left_menu .left-sub-menu li {
  border: none;
  line-height: 1.2;
}

#left_menu .left-sub-menu a {
  color: #fff;
  line-height: 1.5;
}

#content {
  padding: 16px;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #d3d3d3;
  min-height: 500px;
  position: relative;
}

body.no_left_nav #content {
  margin-left: 0;
}

.lt-ie9 #content {
  border: 1px solid #cccccc;
}

#content ul ul, #content ol ol, #content ul ol, #content ol ul {
  margin: 0.2em 0 1em;
}

h1 {
  font-family: Arial, sans-serif;
  font-size: 30px;
  font-weight: normal;
  color: #860b00;
}

.color-white {
  color: #ffffff;
}

.color-red {
  color: #860b00;
}

.bg-red, .bg-red {
  background-color: #860b00;
}

.color-blue, .color-blue {
  color: #004273;
}

.bg-blue, .bg-blue {
  background-color: #004273;
}

h1, .font-serif {
  font-family: "Roboto Slab";
  font-size: 2.8em;
  opacity: 1;
  font-weight: normal;
}

h1 {
  font-weight: bold;
}

.font-belle, .font-script {
  font-family: "La Belle Aurore";
  font-size: 2.2em;
  opacity: 1;
}

h2 {
  font-family: "Archivo Narrow";
  font-weight: bold;
  opacity: 1;
  font-size: 2em;
  color: #004273;
}

h3, .font-marker {
  font-family: "Archivo Narrow";
  font-size: 1.8em;
  opacity: 1;
}

h4 {
  font-size: 1.6em;
  font-family: "Archivo Narrow";
}

h5 {
  font-family: "Roboto Slab";
  font-size: 1.4em;
  color: #004273;
  border-bottom: 1px solid #ddd;
  margin-bottom: 0.4em;
}

h1, h2 {
  border-bottom: 3px dotted #cacfd6;
  margin-bottom: 0.3em;
}

h3, h4 {
  color: #860b00;
}

h1 a, h2 a, h3 a, h1 a:link, h2 a:link, h3 a:link, h1 a:visited, h2 a:visited, h3 a:visited {
  color: inherit;
  text-decoration: inherit;
}

h3 a {
  text-decoration: underline;
}

h1 a:hover, h3 a:hover {
  color: #5e0606;
}

h2 a:hover {
  color: #051d41;
}

abbr {
  border-bottom-color: #eee !important;
  text-decoration: none;
}

#header abbr {
  border-bottom: none;
}

.button, a.button, input[type=submit] {
  display: inline-block;
  position: relative;
  margin-bottom: 4px;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid #276b9e;
  white-space: nowrap;
  padding: 10px 15px;
  font-size: 15px;
  line-height: 1.6;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #ffffff;
  background-color: #276b9e;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}

.button:focus,
.button:active:focus,
.button.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.button:hover,
.button:focus {
  text-decoration: none;
}

.button:active,
.button.active {
  outline: 0;
  background-image: none;
}

.button:hover, .button.active, .button:focus,
input[type=submit]:hover, input[type=submit]:active, input[type=submit]:focus {
  color: #ffffff;
  background-color: #004273;
  border-color: #004273;
}

.button.button-red {
  background-color: #860b00;
  border-color: #5e0606;
}

.button.button-red:hover {
  background-color: #5e0606;
}

.button.button-green {
  color: #000;
  background-color: #81da97;
  border-color: #66ba7c;
}

.button.button-green:hover {
  color: #000;
  background-color: #66ba7c;
}

.button.button-sm {
  margin-left: 0;
  padding: 5px 10px;
}

nav .button {
  margin-bottom: 0;
}

.loading:after {
  content: "Loading...";
  font-family: "Archivo Narrow";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: inherit;
  top: 0;
  left: 0;
  box-sizing: border-box;
  line-height: inherit;
  padding: inherit;
  border: inherit;
  -webkit-animation: loading 1s linear 0s infinite alternate;
  -moz-animation: loading 1s linear 0s infinite alternate;
  -o-animation: loading 1s linear 0s infinite alternate;
  animation: loading 1s linear 0s infinite alternate;
}

@-webkit-keyframes loading {
  from {
    background: #276b9e;
  }
  to {
    background: #004273;
  }
}
@-moz-keyframes loading {
  from {
    background: #276b9e;
  }
  to {
    background: #004273;
  }
}
@-o-keyframes loading {
  from {
    background: #276b9e;
  }
  to {
    background: #004273;
  }
}
@keyframes loading {
  from {
    background: #276b9e;
  }
  to {
    background: #004273;
  }
}
.tabs {
  border-bottom: 3px solid #004273;
  display: inline-block;
  width: 100%;
}

.tabs .button {
  font-family: "Archivo Narrow";
  font-size: 18px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background: none;
  color: #004273;
  border: none;
  margin-bottom: 0;
}

.tabs .button:hover {
  text-decoration: underline;
}

.tabs .button.active {
  background: #004273;
  color: #fff;
  text-decoration: none !important;
}

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.reset {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}

.pointer {
  cursor: pointer;
}

.b {
  font-weight: bold;
}

.i {
  font-style: italic;
}

.u {
  text-decoration: underline;
}

.no-break {
  white-space: nowrap;
}

p, aside {
  margin-bottom: 1em;
}

img.zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.space-small {
  margin-top: 1em;
}

.height75:before {
  content: "";
  display: block;
  padding-top: 75%;
  background: inherit;
}

.height66:before {
  content: "";
  display: block;
  padding-top: 66%;
  background: inherit;
}

.height50:before {
  content: "";
  display: block;
  padding-top: 50%;
  background: inherit;
}

.height56:before {
  content: "";
  display: block;
  padding-top: 56%;
  background: inherit;
}

.height33:before {
  content: "";
  display: block;
  padding-top: 33%;
  background: inherit;
}

.height25:before {
  content: "";
  display: block;
  padding-top: 25%;
  background: inherit;
}

#footer p {
  margin-bottom: 0;
}

.banner {
  border-bottom: 1px solid #ccc;
  margin: -16px -16px 16px -16px;
  padding: 16px 0 10px 16px;
  background: rgb(235, 235, 235);
}

.banner h1 {
  border-bottom: none;
  margin: 0;
  padding: 0;
}

.banner h2 {
  border-bottom: none;
  font-size: 1.5em;
}

.banner .sub-heading {
  display: block;
  font-family: "Archivo Narrow", Helvetica, Arial, sans-serif;
  color: #004273;
  font-size: 0.7em;
  margin-top: -10px;
  margin-bottom: 10px;
}

.banner-img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  /*height: 500px;*/
  position: relative;
  max-height: 500px;
}

.banner-img:before {
  content: "";
  display: block;
  padding-top: 50%;
}

.banner33:before {
  padding-top: 33%;
}

.banner40:before {
  padding-top: 40%;
}

.banner-img .text {
  position: absolute;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  left: 0;
  padding: 0.5em 1em;
}

.tag-line {
  font-family: "La Belle Aurore";
  color: #a97e00;
  font-size: 1.7em;
}

.banner .tag-line {
  margin-left: 2em;
}

.banner.banner-menu {
  padding: 0;
  margin: 0 0 16px;
}

.lt-ie9 .banner-menu ul {
  filter: alpha(opacity=80);
}

.banner-menu ul {
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  right: 0;
  z-index: 10;
  height: 100%;
  min-width: 33%;
  width: auto;
  border-radius: 0;
}

.banner-menu h1, .banner-menu h2 {
  color: #c9ad7e;
  padding: 15px;
  border-bottom: 1px solid #222;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  margin-bottom: 0;
  white-space: nowrap;
}

.banner-menu li a {
  display: block;
  width: 100%;
  line-height: 2em;
  font-size: 130%;
  color: #ccc;
  padding-left: 15px;
  text-decoration: none;
  -webkit-transition: background-color 0.15s ease-out;
  -moz-transition: background-color 0.15s ease-out;
  -o-transition: background-color 0.15s ease-out;
  transition: background-color 0.15s ease-out;
  box-sizing: border-box;
  border-bottom: 1px solid #222;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  border-top: 1px solid rgba(200, 200, 200, 0.2);
}

.banner-menu li a:hover {
  background: #111;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.banner-menu li:last-child a {
  border-bottom: none;
}

img {
  max-width: 100%;
}

.img {
  position: relative;
  display: inline-block;
  max-width: 100%;
  padding: 0;
}

.img img {
  max-width: 100%;
  width: 100%;
}

.img:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.6);
}

.circle {
  max-width: 100%;
  border-radius: 100%;
}

.badge {
  padding: 2px 9px;
  font-size: 12.25px;
  line-height: 1.4;
  font-weight: bold;
  white-space: nowrap;
  color: #ffffff;
  background-color: #999999;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  vertical-align: middle;
  text-decoration: none;
  display: inline-block;
  font-family: Arial, sans-serif;
}

ol.steps {
  counter-reset: steps-counter;
  list-style: none;
  position: relative;
  padding-left: 0;
}

ol.steps > li {
  padding-bottom: 10px;
  margin-bottom: 0;
  padding-left: 50px;
  padding-right: 1em;
  position: relative;
  background: #fff;
  margin-left: 12px;
  margin-top: 30px;
  border: 2px solid #ddd;
}

ol.steps > li:before {
  content: counter(steps-counter);
  counter-increment: steps-counter;
  position: absolute;
  left: -12px;
  top: -12px;
  border-radius: 100%;
  background-color: #004273;
  color: #fff;
  width: 1.2em;
  height: 1.2em;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2em;
  text-align: center;
  z-index: 2;
}

/*ol.steps > li:after {
	content: "";
	text-indent: -8px;
	display: block;
	position: absolute;
	border-left: 3px dotted #ddd;
	width: 0;
	height: 100%;
	left: 15px;
	top: 28px;
	z-index: 1;
}

ol.steps > li:last-child:after {
	display: none;
}

ol.steps > li > *:first-child:before {
	font-family: 'iconfont';
	content: "\e644";
	color: #ddd;
	font-size: 30px;
	display: block;
	position: absolute;
	left: 0;
	bottom: -14px;
	margin: 0;
	padding: 0;
	width: 34px;
	text-align: center;
	z-index: 2;
}

ol.steps > li:last-child > *:first-child:before {
	display: none;
}*/
ol.steps > li > h2:first-child, ol.steps > li > h3:first-child, ol.steps > li > h4:first-child {
  margin-bottom: 15px;
  color: #004273;
  border-bottom: 2px solid #ddd;
  margin-right: -15px;
}

time.cal {
  clear: both;
  line-height: 32px;
  display: block;
  width: 57px;
  background: #fcfcfc;
  background: linear-gradient(top, #fcfcfc 0%, #dad8d8 100%);
  background: -moz-linear-gradient(top, #fcfcfc 0%, #dad8d8 100%);
  background: -webkit-linear-gradient(top, #fcfcfc 0%, #dad8d8 100%);
  border: 1px solid #d2d2d2;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  /*box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.2);*/
  font-size: 24px;
  white-space: nowrap;
  text-align: center;
  color: #7c7c7c;
  font-weight: bold;
  overflow: hidden;
}

time.cal.day {
  font-size: 15px;
}

time.cal span {
  line-height: 20px;
  background: #860b00;
  font-size: 16px;
  padding-top: 3px;
  color: #fff;
  text-transform: uppercase;
  display: block;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.3), -1px -1px 2px rgba(0, 0, 0, 0.3);
}

.right {
  float: right;
  margin: 0 0 0.7em 1em;
}

.left {
  float: left;
  margin: 0 1em 0.7em 0;
}

.b {
  font-weight: bold;
}

.i {
  font-style: italic;
}

.u {
  text-decoration: underline;
}

.l {
  text-align: left !important;
}

.c {
  text-align: center !important;
}

.r {
  text-align: right !important;
}

.padleft {
  padding-left: 3em;
}

.small {
  font-size: 75%;
  line-height: 1.1;
}

.large {
  font-size: 125%;
}

.img-banner {
  position: relative;
  overflow: hidden;
}

.img-banner img {
  width: 100%;
}

.sidebar {
  background: #e7e7e7;
  border: 2px solid #d7d7d7;
  padding: 5px;
}

.page-nav {
  font-weight: bold;
  font-family: "Archivo Narrow";
  font-size: 1.3em;
  margin: -16px -16px 16px -16px;
  height: 62px;
}

.page-nav-inner {
  border-bottom: 1px dotted #ccc;
  padding: 16px;
  height: 62px;
}

.page-nav.affix .page-nav-inner {
  position: fixed;
  background: rgba(255, 255, 255, 0.9);
  top: 0;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2);
  border: none;
  margin-left: -2px;
  border-left: 2px solid #ccc;
  border-right: 2px solid #ccc;
}

.page-menu li {
  display: inline-block;
  margin-right: 1em;
}

.page-menu li a {
  text-decoration: none;
  padding: 5px 10px;
  color: #276b9e;
  -webkit-transition: background-color 0.15s ease-out, color 0.15s ease-out;
  -moz-transition: background-color 0.15s ease-out, color 0.15s ease-out;
  -o-transition: background-color 0.15s ease-out, color 0.15s ease-out;
  transition: background-color 0.15s ease-out, color 0.15s ease-out;
}

.page-nav.affix .page-menu li.active a {
  background: #6b8dae;
  color: #fff;
  border-radius: 4px;
}

.link-list {
  border: 1px solid #ccc;
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
  background: #fff;
  margin-bottom: 1em;
}

.link-list .link-list-header {
  margin-bottom: 0;
  padding: 5px;
  padding-left: 10px;
  background: #e8e8e8;
}

.link-list-header > h2, .link-list-header > h3, .link-list-header > h4 {
  border: none;
  margin: 0;
}

.link-list > li {
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #fff;
  background: #fafafa;
  /*	box-shadow: inset 0px 0px 60px rgba(0,0,0,.1);
      -moz-box-shadow: inset 0px 0px 60px rgba(0,0,0,.1);
      -webkit-box-shadow: inset 0px 0px 60px rgba(0,0,0,.1);*/
}

.link-list > li:first-child {
  border-top: none;
}

.link-list > li:last-child {
  border-bottom: none;
}

.link-list > li > a:hover {
  background-color: #ddd;
}

.link-list > li > a {
  display: block;
  color: #004273;
  text-decoration: none;
  font-size: 1.2em;
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 8px;
  padding-bottom: 5px;
  cursor: pointer;
  -webkit-transition: background-color 0.15s ease-out;
  -moz-transition: background-color 0.15s ease-out;
  -o-transition: background-color 0.15s ease-out;
  transition: background-color 0.15s ease-out;
}

.link-list > li > p, #content .link-list > li > ul, #content .link-list > li > ol {
  margin-left: 4em;
  margin-right: 1em;
}

.accordion-list {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

.accordion-list > li {
  cursor: pointer;
}

.accordion-list > li {
  border-bottom: 1px solid #ccc;
  clear: both;
}

.accordion-list > li .description {
  padding: 0 1em;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.accordion-list > li.active .description {
  max-height: 750px;
}

.accordion-list > li .indicator:before, .active-indicator:before {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.accordion-list > li.active .indicator:before, .active .active-indicator:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.boxes figure {
  position: relative;
  display: inline-block;
  width: 100%;
}

.boxes figure a {
  display: block;
  background-size: cover;
  background-position: center;
}

.boxes figcaption {
  box-sizing: border-box;
  position: absolute;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  color: #fff !important;
  z-index: 10;
  bottom: 0;
  min-height: 30px;
  padding: 7px;
  width: 100%;
}

.boxes figcaption a {
  color: #fff;
}

.lt-ie9 .boxes figcaption {
  filter: alpha(opacity=80);
}

figure.media {
  position: relative;
}

figure.media a {
  color: #000;
  text-decoration: none;
  font-family: "Archivo Narrow";
}

figure.media figcaption {
  padding: 7px;
  /* color: #fff; */
  font-size: 20px;
  text-align: center;
  border-radius: 5px 5px 0 0;
  font-weight: bold;
}

.video-link {
  display: inline-block;
  position: relative;
}

/*.video-link:after {
	content: url('/images/icons/video.png');
	position: absolute;
	bottom: 10px;
	right: 18px;
}*/
.video-link:before {
  content: "";
  background: url("/images/icons/play.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  /*margin-top: 0;*/
  margin-top: -25px;
  /*filter: alpha(opacity=0);*/
  opacity: 1;
  -webkit-transition: opacity 0.15s linear, margin-top 0.15s ease-out;
  -moz-transition: opacity 0.15s linear, margin-top 0.15s ease-out;
  -o-transition: opacity 0.15s linear, margin-top 0.15s ease-out;
  transition: opacity 0.15s linear, margin-top 0.15s ease-out;
}

/*.video-link:hover:before {
	filter: alpha(opacity=100);
	opacity: 1;
	margin-top: -25px;
}*/
.video-wrapper {
  max-width: 570px;
  margin: auto;
}

.video-iframe {
  position: relative;
  padding-bottom: 56.25%;
}

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

#footer {
  clear: both;
  background: #09568a;
  height: 200px;
  box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.5);
}

#footer_content {
  height: 140px;
  font-family: "Times New Roman", Times, serif;
  color: #b6b6b6;
}

#footer_content #slogan {
  font-size: 30px;
  overflow: visible;
  white-space: nowrap;
  margin-top: 10px;
}

#footer_content #slogan > span {
  color: #070c16;
  font-size: 22px;
  margin-right: 20px;
}

#footer_nav {
  position: relative;
  top: 7px;
}

#footer_nav > ul {
  position: absolute;
  width: 800px;
}

#footer_nav > ul > li {
  position: relative;
  float: left;
  padding-right: 10px;
  padding-left: 10px;
  border-left: 1px solid #999999;
  font-family: Arial, sans-serif;
  color: #dddddd;
  font-size: 13px;
  font-weight: normal;
}

#footer_nav > ul > li:first-child {
  padding-left: 0;
  border-left: none;
}

#footer_nav > ul > li > a {
  display: block;
  text-decoration: none;
  color: #dddddd;
}

#footer_nav > ul > li > a:hover {
  text-decoration: underline;
}

#footer_icons {
  position: relative;
  float: right;
  top: 13px;
}

#footer_icons > ul {
  position: relative;
}

#footer_icons > ul > li {
  position: relative;
  float: left;
  margin-right: 7px;
  margin-left: 7px;
  text-align: center;
}

#footer_icons > ul > li:last-child {
  margin-right: 0;
}

#footer_icons > ul > li > a {
  border-radius: 5px;
  display: inline-block;
  color: #ddd;
  font-size: 1.2em;
  text-align: center;
  text-decoration: none;
  padding: 3px;
}

#footer_icons > ul > li > a:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #eee;
}

#footer_icons > ul > li > a:before {
  margin: 0;
}

#footer_contact_info {
  clear: both;
  position: relative;
  top: 18px;
  text-align: right;
  font-size: 16px;
  color: #b6b6b6;
}

#footer_contact_info > p:first-child {
  font-size: 24px;
}

/**********************
INFO BLOCK
**********************/
.info-block {
  border-radius: 5px;
  background: white;
  overflow: hidden;
  border: 3px solid #ccc;
  padding: 7px;
}

.info-header {
  background: #eee;
  padding: 7px;
  margin: -7px -7px 7px;
  border-bottom: 3px solid #ccc;
  font-weight: bold;
}

/**********************
COST BLOCK
**********************/
.cost-block {
  border-radius: 5px;
  background: white;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.cost-header, .cost-footer {
  position: relative;
  text-align: center;
  background: #53cfe9;
  color: white;
}

.cost-green .cost-header, .cost-green .cost-footer {
  background: #82daca;
}

.cost-red .cost-header, .cost-red .cost-footer {
  background: #eb6379;
}

.cost-yellow .cost-header, .cost-yellow .cost-footer {
  background: #f7bf65;
}

.cost-navy .cost-header, .cost-navy .cost-footer {
  background: #3c5C75;
}

.cost-header h2, .cost-header h3 {
  background: rgba(0, 0, 0, 0.1);
  text-align: center;
  border: none;
  font-size: 1.5em;
  color: #fff;
}

.cost-total {
  display: inline-block;
  line-height: 1.1;
  position: relative;
  color: #fefefe;
  padding: 20px 0 10px 0;
}

.cost-total sup {
  font-size: 1.5rem;
  position: absolute;
  top: 35px;
  left: -12px;
}

.cost-total span + sup {
  left: initial;
}

.cost-total span {
  font-size: 4rem;
  letter-spacing: 4px;
  font-weight: bold;
}

.cost-total sub {
  font-size: 1rem;
  position: relative;
  top: 0;
}

.cost-header a, .cost-footer a {
  color: inherit;
}

.cost-header:after, .cost-detail:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-width: 5px;
  margin-left: -5px;
  border-top-color: #53cfe9;
  z-index: 1;
}

.cost-green .cost-header:after {
  border-top-color: #82daca;
}

.cost-red .cost-header:after {
  border-top-color: #eb6379;
}

.cost-yellow .cost-header:after {
  border-top-color: #f7bf65;
}

.cost-navy .cost-header:after {
  border-top-color: #3c5C75;
}

.cost-detail:after {
  border-top-color: white;
}

.cost-detail {
  background: white;
  list-style-type: none;
  background: #fff;
  text-align: left;
  color: #7c7c7c;
  padding: 20px 8%;
  font-size: 0.9rem;
  position: relative;
  margin: 0;
}

.cost-detail table {
  background: #fff;
}

.cost-detail li {
  padding: 15px 0;
  width: 100%;
}

.cost-footer {
  padding: 10px 0;
}

/**********************
CSS FLIPPING ANIMATION
**********************/
.flip-container {
  background: none;
  -webkit-perspective: 1600px;
  -moz-perspective: 1600px;
  perspective: 1600px;
}

.flip-container .front {
  background: #f7f7f7;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-transform: rotateX(0deg) rotateY(0deg);
  -moz-transform-style: preserve-3d;
  -moz-backface-visibility: hidden;
  transform: rotateY(0deg);
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  z-index: 24;
}

.flip-container:hover .front {
  z-index: 35;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.flip-container .back {
  display: block;
  height: inherit;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-transform: rotateY(-180deg);
  -moz-transform-style: preserve-3d;
  -moz-backface-visibility: hidden;
  transform: rotateY(-180deg);
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  width: 100%;
  z-index: 13;
}

.flip-container:hover .back {
  z-index: 46;
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -moz-transform: rotateX(0deg) rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.back figcaption {
  height: 100%;
}

.back figure img {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -ms-filter: "FlipH" blur(3px);
  -o-filter: blur(3px);
  filter: FlipH blur(3px);
}

.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}

.ir br {
  display: none;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
  clear: both;
}

.no-border {
  border: none;
}

.no-margin {
  margin: 0;
}

@font-face {
  font-family: "iconfont";
  src: url("/css/iconfont/fonts/iconfont.eot");
  src: url("/css/iconfont/fonts/iconfont.eot#iefix2m0d0n") format("embedded-opentype"), url("/css/iconfont/fonts/iconfont.woff") format("woff"), url("/css/iconfont/fonts/iconfont.ttf") format("truetype"), url("/css/iconfont/fonts/iconfont.svg#iconfont") format("svg");
  font-weight: normal;
  font-style: normal;
}
blockquote {
  margin: 0;
  position: relative;
  z-index: 1;
  margin: 10px;
  padding: 10px;
  font-style: italic;
  background: rgba(200, 200, 200, 0.3);
  border-radius: 10px;
}

blockquote:before, blockquote:after {
  font-family: "iconfont";
  font-style: normal;
  font-weight: normal;
  font-size: 3em;
  line-height: 1em;
  color: #ccc;
  position: absolute;
  z-index: -1;
}

blockquote:before {
  content: "\e641";
  top: -0.3em;
  left: -10px;
}

blockquote:after {
  content: "\e642";
  right: -10px;
  bottom: -0.3em;
}

.pulse {
  overflow: visible;
  position: relative;
}
.pulse::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: inherit;
  border-radius: inherit;
  transition: opacity 0.3s, transform 0.3s;
  animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
  z-index: -1;
}

@keyframes pulse-animation {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0;
    transform: scale(1.2);
  }
  100% {
    opacity: 0;
    transform: scale(1.2);
  }
}
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "iconfont";
  font-style: normal;
  font-weight: normal;
  speak: none;
  visibility: visible;
  opacity: 1;
  display: inline-block;
  text-decoration: none;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  vertical-align: -15%;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  font-size: 150%;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=icon-].no-margin:before, [class*=" icon-"].no-margin:before {
  margin-right: 0;
  width: auto;
}

.icon-spin:before {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.icon-pulse:before {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.icon-size-normal:before {
  font-size: 100%;
  /*vertical-align: 10%;*/
}

.icon-size-small:before {
  font-size: 80%;
  vertical-align: 10%;
}

.icon-color-orange:before {
  color: #ffa500;
}

.icon-color-green:before {
  color: #3ea532;
}

.icon-search:before {
  content: "\e600";
}

.icon-envelope:before {
  content: "\e601";
}

.icon-picture:before {
  content: "\e602";
}

.icon-camera:before {
  content: "\e603";
}

.icon-play-sign:before {
  content: "\e604";
}

.icon-facetime-video:before {
  content: "\e605";
}

.icon-film:before {
  content: "\e606";
}

.icon-ok-sign:before {
  content: "\e607";
}

.icon-check:before {
  content: "\e608";
}

.icon-check-sign:before {
  content: "\e609";
}

.icon-ok:before {
  content: "\e60a";
}

.icon-remove:before {
  content: "\e60b";
}

.icon-zoom-in:before {
  content: "\e60c";
}

.icon-zoom-out:before {
  content: "\e60d";
}

.icon-cog:before {
  content: "\e60e";
}

.icon-home:before {
  content: "\e60f";
}

.icon-download:before {
  content: "\e610";
}

.icon-upload:before {
  content: "\e611";
}

.icon-repeat:before {
  content: "\e612";
}

.icon-refresh:before {
  content: "\e613";
}

.icon-list-alt:before {
  content: "\e614";
}

.icon-headphones:before {
  content: "\e615";
}

.icon-volume-up:before {
  content: "\e616";
}

.icon-pencil:before {
  content: "\e617";
}

.icon-map-marker:before {
  content: "\e618";
}

.icon-bookmark:before {
  content: "\e619";
}

.icon-share:before {
  content: "\e61a";
}

.icon-edit:before {
  content: "\e61b";
}

.icon-plus-sign:before {
  content: "\e61c";
}

.icon-minus-sign:before {
  content: "\e61d";
}

.icon-remove-sign:before {
  content: "\e61e";
}

.icon-question-sign:before {
  content: "\e61f";
}

.icon-info-sign:before {
  content: "\e620";
}

.icon-arrow-left:before {
  content: "\e621";
}

.icon-arrow-right:before {
  content: "\e622";
}

.icon-arrow-up:before {
  content: "\e623";
}

.icon-arrow-down:before {
  content: "\e624";
}

.icon-plus:before {
  content: "\e625";
}

.icon-minus:before {
  content: "\e626";
}

.icon-exclamation-sign:before {
  content: "\e627";
}

.icon-warning-sign:before {
  content: "\e628";
}

.icon-plane:before {
  content: "\e629";
}

.icon-comment:before {
  content: "\e62a";
}

.icon-chevron-up:before {
  content: "\e62b";
}

.icon-chevron-down:before {
  content: "\e62c";
}

.icon-retweet:before {
  content: "\e62d";
}

.icon-facebook-sign:before {
  content: "\e62e";
}

.icon-twitter-sign:before {
  content: "\e62f";
}

.icon-comments:before {
  content: "\e630";
}

.icon-pushpin:before {
  content: "\e631";
}

.icon-signin:before {
  content: "\e632";
}

.icon-phone:before {
  content: "\e633";
}

.icon-phone-sign:before {
  content: "\e634";
}

.icon-comments-alt:before {
  content: "\e635";
}

.icon-cloud-download:before {
  content: "\e636";
}

.icon-cloud-upload:before {
  content: "\e637";
}

.icon-group:before {
  content: "\e638";
}

.icon-angle-left:before {
  content: "\e639";
}

.icon-angle-right:before {
  content: "\e63a";
}

.icon-angle-up:before {
  content: "\e63b";
}

.icon-angle-down:before {
  content: "\e63c";
}

.icon-desktop:before {
  content: "\e63d";
}

.icon-laptop:before {
  content: "\e63e";
}

.icon-tablet:before {
  content: "\e63f";
}

.icon-mobile:before {
  content: "\e640";
}

.icon-quote-left:before {
  content: "\e641";
}

.icon-quote-right:before {
  content: "\e642";
}

.icon-expand-alt:before {
  content: "\e643";
}

.icon-collapse-alt:before {
  content: "\e644";
}

.icon-location-arrow:before {
  content: "\e645";
}

.icon-chevron-sign-left:before {
  content: "\e646";
}

.icon-chevron-sign-right:before {
  content: "\e647";
}

.icon-chevron-sign-up:before {
  content: "\e648";
}

.icon-chevron-sign-down:before {
  content: "\e649";
}

.icon-check-minus:before {
  content: "\e64a";
}

.icon-minus-sign-alt:before {
  content: "\e64b";
}

.icon-edit-sign:before {
  content: "\e64c";
}

.icon-external-link-sign:before {
  content: "\e64d";
}

.icon-share-sign:before {
  content: "\e64e";
}

.icon-youtube-play:before {
  content: "\e64f";
}

.icon-youtube:before {
  content: "\e650";
}

.icon-compass:before {
  content: "\e651";
}

.icon-calendar-empty:before {
  content: "\e652";
}

.icon-microphone:before {
  content: "\e653";
}

.icon-ticket:before {
  content: "\e654";
}

.icon-double-angle-left:before {
  content: "\e655";
}

.icon-double-angle-right:before {
  content: "\e656";
}

.icon-double-angle-up:before {
  content: "\e657";
}

.icon-double-angle-down:before {
  content: "\e658";
}

.icon-lightbulb:before {
  content: "\e659";
}

.icon-paste:before {
  content: "\e65a";
}

.icon-comment-alt:before {
  content: "\e65b";
}

.icon-undo:before {
  content: "\e65c";
}

.icon-caret-down:before {
  content: "\e65d";
}

.icon-caret-up:before {
  content: "\e65e";
}

.icon-caret-left:before {
  content: "\e65f";
}

.icon-caret-right:before {
  content: "\e660";
}

.icon-sort:before {
  content: "\e661";
}

.icon-sort-down:before {
  content: "\e662";
}

.icon-sort-up:before {
  content: "\e663";
}

.icon-remove-circle:before {
  content: "\e664";
}

.icon-ok-circle:before {
  content: "\e665";
}

.icon-print:before {
  content: "\e666";
}

.icon-book:before {
  content: "\e667";
}

.icon-file:before {
  content: "\e668";
}

.icon-sitemap:before {
  content: "\e669";
}

.icon-play-circle:before {
  content: "\e66a";
}

.icon-user:before {
  content: "\e66b";
}

.icon-circle-arrow-left:before {
  content: "\e66c";
}

.icon-circle-arrow-right:before {
  content: "\e66d";
}

.icon-circle-arrow-down:before {
  content: "\e66e";
}

.icon-circle-arrow-up:before {
  content: "\e66f";
}

.icon-random:before {
  content: "\e670";
}

.icon-th-list:before {
  content: "\e671";
}

.icon-reorder:before {
  content: "\e672";
}

.icon-calendar:before {
  content: "\e673";
}

.icon-globe:before {
  content: "\e674";
}

.icon-ellipsis-vertical:before {
  content: "\e675";
}

.icon-ban-circle:before {
  content: "\e676";
}

.icon-signout:before {
  content: "\e677";
}

.icon-external-link:before {
  content: "\e678";
}

.icon-resize-vertical:before {
  content: "\e679";
}

.icon-resize-horizontal:before {
  content: "\e67a";
}

.icon-paper-clip:before {
  content: "\e67b";
}

.icon-link:before {
  content: "\e67c";
}

.icon-circle-blank:before {
  content: "\e67d";
}

.icon-circle:before {
  content: "\e67e";
}

.icon-file-alt:before {
  content: "\e67f";
}

.icon-file-text:before {
  content: "\e680";
}

.icon-hand-right:before {
  content: "\e681";
}

.icon-hand-left:before {
  content: "\e682";
}

.icon-hand-up:before {
  content: "\e683";
}

.icon-hand-down:before {
  content: "\e684";
}

.icon-magic:before {
  content: "\e685";
}

.icon-puzzle:before {
  content: "\e686";
}

.icon-money:before {
  content: "\e687";
}

.icon-credit:before {
  content: "\e688";
}

.icon-dollar:before {
  content: "\e689";
}

.icon-time:before {
  content: "\e68a";
}

.icon-screenshot:before {
  content: "\e68b";
}

.icon-bar-chart:before {
  content: "\e68c";
}

.icon-asterisk:before {
  content: "\e68d";
}

.icon-cupula:before {
  content: "\e68e";
}

.icon-major-bible:before {
  content: "\e68f";
  text-indent: -5px;
}

.icon-major-camping:before {
  content: "\e690";
}

.icon-major-eled:before {
  content: "\e691";
}

.icon-major-inter:before {
  content: "\e692";
}

.icon-major-missions:before {
  content: "\e693";
}

.icon-major-music:before {
  content: "\e694";
}

.icon-major-pastoral:before {
  content: "\e695";
}

.icon-major-youth:before {
  content: "\e696";
  text-indent: -5px;
}

.icon-film2:before {
  content: "\e697";
}

.icon-spinner:before {
  content: "\e698";
}

.icon-user2:before {
  content: "\e699";
}

.icon-spam:before {
  content: "\e69a";
}

.icon-file-pdf:before {
  content: "\e69b";
}

.icon-file-word:before {
  content: "\e69c";
}

.icon-file-zip:before {
  content: "\e69d";
}

.icon-alarm:before {
  content: "\e69e";
}

.icon-newspaper:before {
  content: "\e69f";
}

.icon-banknote:before {
  content: "\e6a0";
}

/*# sourceMappingURL=style.css.map */
