@import url(https://fonts.googleapis.com/css?family=Roboto:400,700);
/* ==========================================================================
   Styles
   ========================================================================== */
/* ==========================================================================
   Global Reset - http://meyerweb.com/eric/tools/css/reset/ 
   ========================================================================== */
/*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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
*/
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
/* 
body {
	line-height: 1;
}
*/
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* ==========================================================================
   Drupal Resets
   ========================================================================== */
.menu {
  padding: 0;
  margin: 0;
  list-style-image: none;
  list-style-type: none;
  border: none;
  background: none;
  border-color: none;
}
.menu li,
.menu li.expanded,
.menu li.collapsed,
.menu li.leaf {
  margin: 0;
  padding: 0;
  list-style-image: none;
  list-style-type: none;
  border: none;
}
.menu li a,
.menu li.expanded a,
.menu li.collapsed a,
.menu li.leaf a {
  text-decoration: none;
}
.menu li a:hover,
.menu li.expanded a:hover,
.menu li.collapsed a:hover,
.menu li.leaf a:hover {
  text-decoration: none;
}
.item-list ul {
  margin: 0;
  padding: 0;
}
.item-list ul li {
  margin: 0;
  padding: 0;
}
/* Reset Drupal ul.links list */
ul.links {
  margin: 0;
}
ul.links li {
  background: none;
  padding: 0;
}
/* table resets */
tr.even,
tr.odd {
  background: none;
  border: none;
}
/* Tools Wraps Admin Links */
#tools {
  display: block;
  margin: 0 0 20px 0;
}
#tools:after {
  content: "";
  display: table;
  clear: both;
}
#tools .tabs {
  display: inline-block;
}
/* Admin Links */
ul.primary,
.primary {
  border-bottom: 0px solid red;
  line-height: normal;
  list-style: none outside none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  white-space: nowrap;
  font-size: 12px;
}
ul.primary:after,
.primary:after {
  content: "";
  display: table;
  clear: both;
}
ul.primary li,
.primary li {
  list-style: none;
  background: none;
  margin: 0;
  padding: 0;
}
ul.primary li a,
.primary li a {
  background-color: #000;
  color: #FFF;
  margin: 0 0 0 0;
  padding: 10px 16px 10px 16px;
  border: none;
  border-right: 1px solid #333;
  float: left;
  font-weight: normal;
  text-decoration: none;
}
ul.primary li a:hover,
.primary li a:hover {
  background-color: #333;
  color: #FFF;
  border: none;
  border-right: 1px solid #333;
  text-decoration: none;
}
ul.primary li.active a,
.primary li.active a {
  background: #254876;
  color: #FFF;
  border: none;
  border-right: 1px solid #333;
}
ul.primary li:last-child a,
.primary li:last-child a {
  border-right: none;
}
ul.secondary {
  border-bottom: none;
}
/* Node Clone Admin Link */
#tools .action-links {
  border-bottom: 0px solid red;
  line-height: normal;
  list-style: none outside none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  white-space: nowrap;
  font-size: 12px;
  display: inline-block;
}
#tools .action-links:after {
  content: "";
  display: table;
  clear: both;
}
#tools .action-links li {
  list-style: none;
  background: none;
  margin: 0;
  padding: 0;
}
#tools .action-links li a {
  background-color: #000;
  color: #FFF;
  margin: 0 0 0 0;
  padding: 10px 16px 10px 16px;
  border: none;
  border-right: 1px solid #333;
  float: left;
  font-weight: normal;
  text-decoration: none;
}
#tools .action-links li a:hover {
  background-color: #333;
  color: #FFF;
  border: none;
  border-right: 1px solid #333;
  text-decoration: none;
}
#tools .action-links li.active a {
  background: #254876;
  color: #FFF;
  border: none;
  border-right: 1px solid #333;
}
#tools .action-links li:last-child a {
  border-right: none;
}
/* Skip link */
#skip-link {
  left: 50%;
  margin-left: -6.5em;
  margin-top: 0;
  padding: 0 0.5em;
  position: absolute;
  width: 12em;
  z-index: 50;
}
#skip-link a,
#skip-link a:link,
#skip-link a:visited {
  background: #444;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  display: block;
  line-height: 2;
  padding: 0;
  text-align: center;
  text-decoration: none;
  -khtml-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-radius: 0 0 10px 10px;
}
#skip-link a:hover,
#skip-link a:active,
#skip-link a:focus {
  outline: 0;
}
div.contextual-links-wrapper ul.contextual-links li {
  line-height: 100%;
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
  background: none;
  font-size: 11px;
  font-family: Helvetica, Arial;
  text-align: left;
}
div.contextual-links-wrapper ul.contextual-links li a {
  text-align: left !important;
}
div.contextual-links-wrapper ul.contextual-links li a:hover {
  text-decoration: none;
}
.block .view div.contextual-links-wrapper {
  right: 25px;
}
.block .node div.contextual-links-wrapper {
  right: 25px;
}
#user-login,
.profile {
  box-sizing: border-box;
}
@media only screen and (min-width : 1380px) {
  #user-login,
  .profile {
    width: 1066px;
    display: inline-block;
    float: left;
    margin-left: 14px;
    position: relative;
  }
}
@media only screen and (min-width : 1024px) and (max-width : 1380px) {
  #user-login,
  .profile {
    width: 1066px;
    display: inline-block;
    float: left;
    margin-left: 14px;
    position: relative;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  #user-login,
  .profile {
    width: 732px;
    display: inline-block;
    float: left;
    margin-left: 12px;
    position: relative;
  }
}
@media only screen and (max-width : 768px) {
  #user-login,
  .profile {
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
}
.item-list .pager {
  list-style: none;
  text-align: center;
}
.item-list .pager:after {
  content: "";
  display: table;
  clear: both;
}
.item-list .pager li {
  display: inline;
  border-bottom: none;
}
.item-list .pager a,
.item-list .pager span {
  display: inline-block;
}
.item-list .pager .next a,
.item-list .pager .next span {
  float: right;
}
.item-list .pager .previous a {
  float: left;
}
.item-list .pager .disabled a,
.item-list .pager .disabled a:hover,
.item-list .pager .disabled span {
  cursor: default;
}
/* ==========================================================================
   Desktop XL Grid Variables
   ========================================================================== */
/* ==========================================================================
   Grid Variables
   ========================================================================== */
/* ==========================================================================
   Ipad Grid Variables
   ========================================================================== */
/* ==========================================================================
   Mobile Grid Variables
   ========================================================================== */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.reset {
  margin: 0;
  padding: 0;
  height: auto;
  display: block;
  float: none;
  width: auto;
  position: relative;
  top: 0;
  left: 0;
}
.container-oversized {
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
@media only screen and (min-width : 1380px) {
  .container-oversized {
    width: 1218px;
  }
}
@media only screen and (min-width : 1024px) and (max-width : 1380px) {
  .container-oversized {
    width: 1246px;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .container-oversized {
    width: 732px;
  }
}
@media only screen and (min-width : 1380px) {
  .float-left {
    float: left !important;
  }
}
@media only screen and (min-width : 1024px) and (max-width : 1380px) {
  .float-left {
    float: left !important;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .float-left {
    float: left !important;
  }
}
@media only screen and (max-width : 768px) {
  .float-left {
    float: left;
  }
}
@media only screen and (min-width : 1380px) {
  .float-right {
    float: right !important;
  }
}
@media only screen and (min-width : 1024px) and (max-width : 1380px) {
  .float-right {
    float: right !important;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .float-right {
    float: right !important;
  }
}
@media only screen and (max-width : 768px) {
  .float-right {
    float: right;
  }
}
.grid-1 {
  box-sizing: border-box;
}
@media only screen and (min-width : 1380px) {
  .grid-1 {
    width: 76px;
    display: inline-block;
    float: left;
    margin-left: 14px;
    position: relative;
  }
}
@media only screen and (min-width : 1024px) and (max-width : 1380px) {
  .grid-1 {
    width: 76px;
    display: inline-block;
    float: left;
    margin-left: 14px;
    position: relative;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .grid-1 {
    width: 50px;
    display: inline-block;
    float: left;
    margin-left: 12px;
    position: relative;
  }
}
@media only screen and (max-width : 768px) {
  .grid-1 {
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
}
.grid-2 {
  box-sizing: border-box;
}
@media only screen and (min-width : 1380px) {
  .grid-2 {
    width: 166px;
    display: inline-block;
    float: left;
    margin-left: 14px;
    position: relative;
  }
}
@media only screen and (min-width : 1024px) and (max-width : 1380px) {
  .grid-2 {
    width: 166px;
    display: inline-block;
    float: left;
    margin-left: 14px;
    position: relative;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .grid-2 {
    width: 112px;
    display: inline-block;
    float: left;
    margin-left: 12px;
    position: relative;
  }
}
@media only screen and (max-width : 768px) {
  .grid-2 {
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
}
.grid-2-4 {
  box-sizing: border-box;
}
@media only screen and (min-width : 1380px) {
  .grid-2-4 {
    width: 202px;
    display: inline-block;
    float: left;
    margin-left: 14px;
    position: relative;
  }
}
@media only screen and (min-width : 1024px) and (max-width : 1380px) {
  .grid-2-4 {
    width: 202px;
    display: inline-block;
    float: left;
    margin-left: 14px;
    position: relative;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .grid-2-4 {
    width: 136.8px;
    display: inline-block;
    float: left;
    margin-left: 12px;
    position: relative;
  }
}
@media only screen and (max-width : 768px) {
  .grid-2-4 {
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
}
.grid-3 {
  box-sizing: border-box;
}
@media only screen and (min-width : 1380px) {
  .grid-3 {
    width: 256px;
    display: inline-block;
    float: left;
    margin-left: 14px;
    position: relative;
  }
}
@media only screen and (min-width : 1024px) and (max-width : 1380px) {
  .grid-3 {
    width: 256px;
    display: inline-block;
    float: left;
    margin-left: 14px;
    position: relative;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .grid-3 {
    width: 174px;
    display: inline-block;
    float: left;
    margin-left: 12px;
    position: relative;
  }
}
@media only screen and (max-width : 768px) {
  .grid-3 {
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
}
.grid-4 {
  box-sizing: border-box;
}
@media only screen and (min-width : 1380px) {
  .grid-4 {
    width: 346px;
    display: inline-block;
    float: left;
    margin-left: 14px;
    position: relative;
  }
}
@media only screen and (min-width : 1024px) and (max-width : 1380px) {
  .grid-4 {
    width: 346px;
    display: inline-block;
    float: left;
    margin-left: 14px;
    position: relative;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .grid-4 {
    width: 236px;
    display: inline-block;
    float: left;
    margin-left: 12px;
    position: relative;
  }
}
@media only screen and (max-width : 768px) {
  .grid-4 {
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
}
.grid-5 {
  box-sizing: border-box;
}
@media only screen and (min-width : 1380px) {
  .grid-5 {
    width: 436px;
    display: inline-block;
    float: left;
    margin-left: 14px;
    position: relative;
  }
}
@media only screen and (min-width : 1024px) and (max-width : 1380px) {
  .grid-5 {
    width: 436px;
    display: inline-block;
    float: left;
    margin-left: 14px;
    position: relative;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .grid-5 {
    width: 298px;
    display: inline-block;
    float: left;
    margin-left: 12px;
    position: relative;
  }
}
@media only screen and (max-width : 768px) {
  .grid-5 {
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
}
.grid-6 {
  box-sizing: border-box;
}
@media only screen and (min-width : 1380px) {
  .grid-6 {
    width: 526px;
    display: inline-block;
    float: left;
    margin-left: 14px;
    position: relative;
  }
}
@media only screen and (min-width : 1024px) and (max-width : 1380px) {
  .grid-6 {
    width: 526px;
    display: inline-block;
    float: left;
    margin-left: 14px;
    position: relative;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .grid-6 {
    width: 360px;
    display: inline-block;
    float: left;
    margin-left: 12px;
    position: relative;
  }
}
@media only screen and (max-width : 768px) {
  .grid-6 {
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
}
.grid-7 {
  box-sizing: border-box;
}
@media only screen and (min-width : 1380px) {
  .grid-7 {
    width: 616px;
    display: inline-block;
    float: left;
    margin-left: 14px;
    position: relative;
  }
}
@media only screen and (min-width : 1024px) and (max-width : 1380px) {
  .grid-7 {
    width: 616px;
    display: inline-block;
    float: left;
    margin-left: 14px;
    position: relative;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .grid-7 {
    width: 422px;
    display: inline-block;
    float: left;
    margin-left: 12px;
    position: relative;
  }
}
@media only screen and (max-width : 768px) {
  .grid-7 {
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
}
.grid-8 {
  box-sizing: border-box;
}
@media only screen and (min-width : 1380px) {
  .grid-8 {
    width: 706px;
    display: inline-block;
    float: left;
    margin-left: 14px;
    position: relative;
  }
}
@media only screen and (min-width : 1024px) and (max-width : 1380px) {
  .grid-8 {
    width: 706px;
    display: inline-block;
    float: left;
    margin-left: 14px;
    position: relative;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .grid-8 {
    width: 484px;
    display: inline-block;
    float: left;
    margin-left: 12px;
    position: relative;
  }
}
@media only screen and (max-width : 768px) {
  .grid-8 {
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
}
.grid-9 {
  box-sizing: border-box;
}
@media only screen and (min-width : 1380px) {
  .grid-9 {
    width: 796px;
    display: inline-block;
    float: left;
    margin-left: 14px;
    position: relative;
  }
}
@media only screen and (min-width : 1024px) and (max-width : 1380px) {
  .grid-9 {
    width: 796px;
    display: inline-block;
    float: left;
    margin-left: 14px;
    position: relative;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .grid-9 {
    width: 546px;
    display: inline-block;
    float: left;
    margin-left: 12px;
    position: relative;
  }
}
@media only screen and (max-width : 768px) {
  .grid-9 {
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
}
.grid-10 {
  box-sizing: border-box;
}
@media only screen and (min-width : 1380px) {
  .grid-10 {
    width: 886px;
    display: inline-block;
    float: left;
    margin-left: 14px;
    position: relative;
  }
}
@media only screen and (min-width : 1024px) and (max-width : 1380px) {
  .grid-10 {
    width: 886px;
    display: inline-block;
    float: left;
    margin-left: 14px;
    position: relative;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .grid-10 {
    width: 608px;
    display: inline-block;
    float: left;
    margin-left: 12px;
    position: relative;
  }
}
@media only screen and (max-width : 768px) {
  .grid-10 {
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
}
.grid-11 {
  box-sizing: border-box;
}
@media only screen and (min-width : 1380px) {
  .grid-11 {
    width: 976px;
    display: inline-block;
    float: left;
    margin-left: 14px;
    position: relative;
  }
}
@media only screen and (min-width : 1024px) and (max-width : 1380px) {
  .grid-11 {
    width: 976px;
    display: inline-block;
    float: left;
    margin-left: 14px;
    position: relative;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .grid-11 {
    width: 670px;
    display: inline-block;
    float: left;
    margin-left: 12px;
    position: relative;
  }
}
@media only screen and (max-width : 768px) {
  .grid-11 {
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
}
.grid-12 {
  box-sizing: border-box;
}
@media only screen and (min-width : 1380px) {
  .grid-12 {
    width: 1066px;
    display: inline-block;
    float: left;
    margin-left: 14px;
    position: relative;
  }
}
@media only screen and (min-width : 1024px) and (max-width : 1380px) {
  .grid-12 {
    width: 1066px;
    display: inline-block;
    float: left;
    margin-left: 14px;
    position: relative;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .grid-12 {
    width: 732px;
    display: inline-block;
    float: left;
    margin-left: 12px;
    position: relative;
  }
}
@media only screen and (max-width : 768px) {
  .grid-12 {
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
}
.grid-13 {
  box-sizing: border-box;
}
@media only screen and (min-width : 1380px) {
  .grid-13 {
    width: 1156px;
    display: inline-block;
    float: left;
    margin-left: 14px;
    position: relative;
  }
}
@media only screen and (min-width : 1024px) and (max-width : 1380px) {
  .grid-13 {
    width: 1156px;
    display: inline-block;
    float: left;
    margin-left: 14px;
    position: relative;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .grid-13 {
    width: 794px;
    display: inline-block;
    float: left;
    margin-left: 12px;
    position: relative;
  }
}
@media only screen and (max-width : 768px) {
  .grid-13 {
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
}
.grid-14 {
  box-sizing: border-box;
}
@media only screen and (min-width : 1380px) {
  .grid-14 {
    width: 1246px;
    display: inline-block;
    float: left;
    margin-left: 14px;
    position: relative;
  }
}
@media only screen and (min-width : 1024px) and (max-width : 1380px) {
  .grid-14 {
    width: 1246px;
    display: inline-block;
    float: left;
    margin-left: 14px;
    position: relative;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .grid-14 {
    width: 856px;
    display: inline-block;
    float: left;
    margin-left: 12px;
    position: relative;
  }
}
@media only screen and (max-width : 768px) {
  .grid-14 {
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
}
.grid-15 {
  box-sizing: border-box;
}
@media only screen and (min-width : 1380px) {
  .grid-15 {
    width: 1336px;
    display: inline-block;
    float: left;
    margin-left: 14px;
    position: relative;
  }
}
@media only screen and (min-width : 1024px) and (max-width : 1380px) {
  .grid-15 {
    width: 1336px;
    display: inline-block;
    float: left;
    margin-left: 14px;
    position: relative;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .grid-15 {
    width: 918px;
    display: inline-block;
    float: left;
    margin-left: 12px;
    position: relative;
  }
}
@media only screen and (max-width : 768px) {
  .grid-15 {
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
}
.grid-16 {
  box-sizing: border-box;
}
@media only screen and (min-width : 1380px) {
  .grid-16 {
    width: 1426px;
    display: inline-block;
    float: left;
    margin-left: 14px;
    position: relative;
  }
}
@media only screen and (min-width : 1024px) and (max-width : 1380px) {
  .grid-16 {
    width: 1426px;
    display: inline-block;
    float: left;
    margin-left: 14px;
    position: relative;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .grid-16 {
    width: 980px;
    display: inline-block;
    float: left;
    margin-left: 12px;
    position: relative;
  }
}
@media only screen and (max-width : 768px) {
  .grid-16 {
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
}
.grid-ipad-1 {
  box-sizing: border-box;
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .grid-ipad-1 {
    width: 50px;
    display: inline-block;
    float: left;
    margin-left: 12px;
    position: relative;
  }
}
.grid-ipad-2 {
  box-sizing: border-box;
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .grid-ipad-2 {
    width: 112px;
    display: inline-block;
    float: left;
    margin-left: 12px;
    position: relative;
  }
}
.grid-ipad-3 {
  box-sizing: border-box;
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .grid-ipad-3 {
    width: 174px;
    display: inline-block;
    float: left;
    margin-left: 12px;
    position: relative;
  }
}
.grid-ipad-4 {
  box-sizing: border-box;
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .grid-ipad-4 {
    width: 236px;
    display: inline-block;
    float: left;
    margin-left: 12px;
    position: relative;
  }
}
.grid-ipad-5 {
  box-sizing: border-box;
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .grid-ipad-5 {
    width: 298px;
    display: inline-block;
    float: left;
    margin-left: 12px;
    position: relative;
  }
}
.grid-ipad-6 {
  box-sizing: border-box;
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .grid-ipad-6 {
    width: 360px;
    display: inline-block;
    float: left;
    margin-left: 12px;
    position: relative;
  }
}
.grid-ipad-7 {
  box-sizing: border-box;
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .grid-ipad-7 {
    width: 422px;
    display: inline-block;
    float: left;
    margin-left: 12px;
    position: relative;
  }
}
.grid-ipad-8 {
  box-sizing: border-box;
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .grid-ipad-8 {
    width: 484px;
    display: inline-block;
    float: left;
    margin-left: 12px;
    position: relative;
  }
}
.grid-ipad-9 {
  box-sizing: border-box;
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .grid-ipad-9 {
    width: 546px;
    display: inline-block;
    float: left;
    margin-left: 12px;
    position: relative;
  }
}
.grid-ipad-10 {
  box-sizing: border-box;
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .grid-ipad-10 {
    width: 608px;
    display: inline-block;
    float: left;
    margin-left: 12px;
    position: relative;
  }
}
.grid-ipad-11 {
  box-sizing: border-box;
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .grid-ipad-11 {
    width: 670px;
    display: inline-block;
    float: left;
    margin-left: 12px;
    position: relative;
  }
}
.grid-ipad-12 {
  box-sizing: border-box;
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .grid-ipad-12 {
    width: 732px;
    display: inline-block;
    float: left;
    margin-left: 12px;
    position: relative;
  }
}
.grid-ipad-13 {
  box-sizing: border-box;
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .grid-ipad-13 {
    width: 794px;
    display: inline-block;
    float: left;
    margin-left: 12px;
    position: relative;
  }
}
.grid-ipad-14 {
  box-sizing: border-box;
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .grid-ipad-14 {
    width: 856px;
    display: inline-block;
    float: left;
    margin-left: 12px;
    position: relative;
  }
}
.grid-ipad-15 {
  box-sizing: border-box;
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .grid-ipad-15 {
    width: 918px;
    display: inline-block;
    float: left;
    margin-left: 12px;
    position: relative;
  }
}
.grid-ipad-16 {
  box-sizing: border-box;
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .grid-ipad-16 {
    width: 980px;
    display: inline-block;
    float: left;
    margin-left: 12px;
    position: relative;
  }
}
@media only screen and (min-width : 1380px) {
  .padding {
    padding: 14px 14px;
  }
}
@media only screen and (min-width : 1024px) and (max-width : 1380px) {
  .padding {
    padding: 14px 14px;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .padding {
    padding: 12px 12px;
  }
}
@media only screen and (max-width : 768px) {
  .padding {
    padding: 14px 14px;
  }
}
@media only screen and (min-width : 1380px) {
  .padding-vert {
    padding: 14px 0;
  }
}
@media only screen and (min-width : 1024px) and (max-width : 1380px) {
  .padding-vert {
    padding: 14px 0;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .padding-vert {
    padding: 12px 0;
  }
}
@media only screen and (max-width : 768px) {
  .padding-vert {
    padding: 14px 0;
  }
}
@media only screen and (min-width : 1380px) {
  .padding-hor {
    padding: 0 14px;
  }
}
@media only screen and (min-width : 1024px) and (max-width : 1380px) {
  .padding-hor {
    padding: 0 14px;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .padding-hor {
    padding: 0 12px;
  }
}
@media only screen and (max-width : 768px) {
  .padding-hor {
    padding: 0 14px;
  }
}
.grid-container {
  position: relative;
}
@media only screen and (min-width : 1380px) {
  .grid-container {
    margin-left: -14px;
    float: none;
    display: block;
    clear: both;
    width: auto;
  }
  .grid-container:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media only screen and (min-width : 1024px) and (max-width : 1380px) {
  .grid-container {
    margin-left: -14px;
    float: none;
    display: block;
    clear: both;
    width: auto;
  }
  .grid-container:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .grid-container {
    margin-left: -12px;
    float: none;
    display: block;
    clear: both;
    width: auto;
  }
  .grid-container:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media only screen and (max-width : 768px) {
  .grid-container {
    margin: 0;
    padding: 0;
    height: auto;
    display: block;
    float: none;
    width: auto;
    position: relative;
    top: 0;
    left: 0;
  }
}
.min-height-100 {
  min-height: 100px;
}
.min-height-120 {
  min-height: 120px;
}
.min-height-140 {
  min-height: 140px;
}
.min-height-160 {
  min-height: 160px;
}
.min-height-180 {
  min-height: 180px;
}
.min-height-200 {
  min-height: 200px;
}
.min-height-220 {
  min-height: 220px;
}
.min-height-240 {
  min-height: 240px;
}
.min-height-260 {
  min-height: 260px;
}
.min-height-280 {
  min-height: 280px;
}
.min-height-300 {
  min-height: 300px;
}
.min-height-320 {
  min-height: 320px;
}
.min-height-340 {
  min-height: 340px;
}
.min-height-360 {
  min-height: 360px;
}
.min-height-380 {
  min-height: 380px;
}
.min-height-400 {
  min-height: 400px;
}
.min-height-450 {
  min-height: 450px;
}
.min-height-500 {
  min-height: 500px;
}
.min-height-550 {
  min-height: 550px;
}
.min-height-600 {
  min-height: 600px;
}
.margin-bottom {
  margin-bottom: 14px;
}
.margin-top {
  margin-top: 14px;
}
.margin-left {
  margin-left: 14px;
}
.margin-right {
  margin-right: 14px;
}
@media only screen and (max-width : 768px) {
  .col2-mobile {
    width: 48%;
    float: left;
    margin-left: 2%;
  }
  .col2-mobile .group {
    margin-left: -2%;
  }
}
/* ==========================================================================
   Structure
   ========================================================================== */
.layout:after {
  content: "";
  display: table;
  clear: both;
}
.region:after {
  content: "";
  display: table;
  clear: both;
}
.block:after {
  content: "";
  display: table;
  clear: both;
}
.view:after {
  content: "";
  display: table;
  clear: both;
}
.node:after {
  content: "";
  display: table;
  clear: both;
}
.field:after {
  content: "";
  display: table;
  clear: both;
}
.region {
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
@media only screen and (min-width : 1380px) {
  .region {
    width: 1066px;
  }
}
@media only screen and (min-width : 1024px) and (max-width : 1380px) {
  .region {
    width: 1066px;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .region {
    width: 732px;
  }
}
.content {
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
@media only screen and (min-width : 1380px) {
  .content {
    width: 1066px;
  }
}
@media only screen and (min-width : 1024px) and (max-width : 1380px) {
  .content {
    width: 1066px;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .content {
    width: 732px;
  }
}
.content-inner {
  position: relative;
}
@media only screen and (min-width : 1380px) {
  .content-inner {
    margin-left: -14px;
    float: none;
    display: block;
    clear: both;
    width: auto;
  }
  .content-inner:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media only screen and (min-width : 1024px) and (max-width : 1380px) {
  .content-inner {
    margin-left: -14px;
    float: none;
    display: block;
    clear: both;
    width: auto;
  }
  .content-inner:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .content-inner {
    margin-left: -12px;
    float: none;
    display: block;
    clear: both;
    width: auto;
  }
  .content-inner:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media only screen and (max-width : 768px) {
  .content-inner {
    margin: 0;
    padding: 0;
    height: auto;
    display: block;
    float: none;
    width: auto;
    position: relative;
    top: 0;
    left: 0;
  }
}
@media only screen and (min-width : 1380px) {
  .content-inner {
    margin-left: -14px;
    float: none;
    display: block;
    clear: both;
    width: auto;
  }
  .content-inner:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media only screen and (min-width : 1024px) and (max-width : 1380px) {
  .content-inner {
    margin-left: -14px;
    float: none;
    display: block;
    clear: both;
    width: auto;
  }
  .content-inner:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .content-inner {
    margin-left: -12px;
    float: none;
    display: block;
    clear: both;
    width: auto;
  }
  .content-inner:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media only screen and (max-width : 768px) {
  .content-inner {
    margin: 0;
    padding: 0;
    height: auto;
    display: block;
    float: none;
    width: auto;
    position: relative;
    top: 0;
    left: 0;
  }
}
@media only screen and (min-width : 1380px) {
  .region-content .ds-1col {
    margin-left: 14px;
    position: relative;
  }
}
@media only screen and (min-width : 1024px) and (max-width : 1380px) {
  .region-content .ds-1col {
    margin-left: 14px;
    position: relative;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .region-content .ds-1col {
    margin-left: 12px;
    position: relative;
  }
}
@media only screen and (max-width : 768px) {
  .region-content .ds-1col {
    width: auto;
    display: block;
    float: none;
    position: relative;
    height: auto;
    margin: 0 auto;
  }
}
.ds-inner {
  position: relative;
}
@media only screen and (min-width : 1380px) {
  .ds-inner {
    margin-left: -14px;
    float: none;
    display: block;
    clear: both;
    width: auto;
  }
  .ds-inner:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media only screen and (min-width : 1024px) and (max-width : 1380px) {
  .ds-inner {
    margin-left: -14px;
    float: none;
    display: block;
    clear: both;
    width: auto;
  }
  .ds-inner:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .ds-inner {
    margin-left: -12px;
    float: none;
    display: block;
    clear: both;
    width: auto;
  }
  .ds-inner:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media only screen and (max-width : 768px) {
  .ds-inner {
    margin: 0;
    padding: 0;
    height: auto;
    display: block;
    float: none;
    width: auto;
    position: relative;
    top: 0;
    left: 0;
  }
}
@media only screen and (min-width : 1380px) {
  .ds-inner {
    margin-left: -14px;
    float: none;
    display: block;
    clear: both;
    width: auto;
  }
  .ds-inner:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media only screen and (min-width : 1024px) and (max-width : 1380px) {
  .ds-inner {
    margin-left: -14px;
    float: none;
    display: block;
    clear: both;
    width: auto;
  }
  .ds-inner:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .ds-inner {
    margin-left: -12px;
    float: none;
    display: block;
    clear: both;
    width: auto;
  }
  .ds-inner:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media only screen and (max-width : 768px) {
  .ds-inner {
    margin: 0;
    padding: 0;
    height: auto;
    display: block;
    float: none;
    width: auto;
    position: relative;
    top: 0;
    left: 0;
  }
}
@media only screen and (min-width : 1380px) {
  .group-middle {
    margin-left: 14px;
    position: relative;
  }
}
@media only screen and (min-width : 1024px) and (max-width : 1380px) {
  .group-middle {
    margin-left: 14px;
    position: relative;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .group-middle {
    margin-left: 12px;
    position: relative;
  }
}
@media only screen and (max-width : 768px) {
  .group-middle {
    width: auto;
    display: block;
    float: none;
    position: relative;
    height: auto;
    margin: 0 auto;
  }
}
@media only screen and (min-width : 1380px) {
  .region-content .block-title {
    margin-left: 14px;
    position: relative;
  }
}
@media only screen and (min-width : 1024px) and (max-width : 1380px) {
  .region-content .block-title {
    margin-left: 14px;
    position: relative;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .region-content .block-title {
    margin-left: 12px;
    position: relative;
  }
}
@media only screen and (max-width : 768px) {
  .region-content .block-title {
    width: auto;
    display: block;
    float: none;
    position: relative;
    height: auto;
    margin: 0 auto;
  }
}
/* ==========================================================================
   Regions Globals
   ========================================================================== */
.region-header .region-inner,
.region-subheader .region-inner,
.region-top .region-inner,
.region-canyon .region-inner,
.region-above-footer .region-inner,
.region-footer .region-inner,
.region-subfooter .region-inner {
  position: relative;
}
@media only screen and (min-width : 1380px) {
  .region-header .region-inner,
  .region-subheader .region-inner,
  .region-top .region-inner,
  .region-canyon .region-inner,
  .region-above-footer .region-inner,
  .region-footer .region-inner,
  .region-subfooter .region-inner {
    margin-left: -14px;
    float: none;
    display: block;
    clear: both;
    width: auto;
  }
  .region-header .region-inner:after,
  .region-subheader .region-inner:after,
  .region-top .region-inner:after,
  .region-canyon .region-inner:after,
  .region-above-footer .region-inner:after,
  .region-footer .region-inner:after,
  .region-subfooter .region-inner:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media only screen and (min-width : 1024px) and (max-width : 1380px) {
  .region-header .region-inner,
  .region-subheader .region-inner,
  .region-top .region-inner,
  .region-canyon .region-inner,
  .region-above-footer .region-inner,
  .region-footer .region-inner,
  .region-subfooter .region-inner {
    margin-left: -14px;
    float: none;
    display: block;
    clear: both;
    width: auto;
  }
  .region-header .region-inner:after,
  .region-subheader .region-inner:after,
  .region-top .region-inner:after,
  .region-canyon .region-inner:after,
  .region-above-footer .region-inner:after,
  .region-footer .region-inner:after,
  .region-subfooter .region-inner:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .region-header .region-inner,
  .region-subheader .region-inner,
  .region-top .region-inner,
  .region-canyon .region-inner,
  .region-above-footer .region-inner,
  .region-footer .region-inner,
  .region-subfooter .region-inner {
    margin-left: -12px;
    float: none;
    display: block;
    clear: both;
    width: auto;
  }
  .region-header .region-inner:after,
  .region-subheader .region-inner:after,
  .region-top .region-inner:after,
  .region-canyon .region-inner:after,
  .region-above-footer .region-inner:after,
  .region-footer .region-inner:after,
  .region-subfooter .region-inner:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media only screen and (max-width : 768px) {
  .region-header .region-inner,
  .region-subheader .region-inner,
  .region-top .region-inner,
  .region-canyon .region-inner,
  .region-above-footer .region-inner,
  .region-footer .region-inner,
  .region-subfooter .region-inner {
    margin: 0;
    padding: 0;
    height: auto;
    display: block;
    float: none;
    width: auto;
    position: relative;
    top: 0;
    left: 0;
  }
}
@media only screen and (min-width : 1380px) {
  .region-header .region-inner,
  .region-subheader .region-inner,
  .region-top .region-inner,
  .region-canyon .region-inner,
  .region-above-footer .region-inner,
  .region-footer .region-inner,
  .region-subfooter .region-inner {
    margin-left: -14px;
    float: none;
    display: block;
    clear: both;
    width: auto;
  }
  .region-header .region-inner:after,
  .region-subheader .region-inner:after,
  .region-top .region-inner:after,
  .region-canyon .region-inner:after,
  .region-above-footer .region-inner:after,
  .region-footer .region-inner:after,
  .region-subfooter .region-inner:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media only screen and (min-width : 1024px) and (max-width : 1380px) {
  .region-header .region-inner,
  .region-subheader .region-inner,
  .region-top .region-inner,
  .region-canyon .region-inner,
  .region-above-footer .region-inner,
  .region-footer .region-inner,
  .region-subfooter .region-inner {
    margin-left: -14px;
    float: none;
    display: block;
    clear: both;
    width: auto;
  }
  .region-header .region-inner:after,
  .region-subheader .region-inner:after,
  .region-top .region-inner:after,
  .region-canyon .region-inner:after,
  .region-above-footer .region-inner:after,
  .region-footer .region-inner:after,
  .region-subfooter .region-inner:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .region-header .region-inner,
  .region-subheader .region-inner,
  .region-top .region-inner,
  .region-canyon .region-inner,
  .region-above-footer .region-inner,
  .region-footer .region-inner,
  .region-subfooter .region-inner {
    margin-left: -12px;
    float: none;
    display: block;
    clear: both;
    width: auto;
  }
  .region-header .region-inner:after,
  .region-subheader .region-inner:after,
  .region-top .region-inner:after,
  .region-canyon .region-inner:after,
  .region-above-footer .region-inner:after,
  .region-footer .region-inner:after,
  .region-subfooter .region-inner:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media only screen and (max-width : 768px) {
  .region-header .region-inner,
  .region-subheader .region-inner,
  .region-top .region-inner,
  .region-canyon .region-inner,
  .region-above-footer .region-inner,
  .region-footer .region-inner,
  .region-subfooter .region-inner {
    margin: 0;
    padding: 0;
    height: auto;
    display: block;
    float: none;
    width: auto;
    position: relative;
    top: 0;
    left: 0;
  }
}
.region-featured-fullwidth {
  margin: 0;
  padding: 0;
  height: auto;
  display: block;
  float: none;
  width: auto;
  position: relative;
  top: 0;
  left: 0;
}
.region-featured-fullwidth .node.view-mode-full {
  margin: 0;
  padding: 0;
  height: auto;
  display: block;
  float: none;
  width: auto;
  position: relative;
  top: 0;
  left: 0;
}
.region-content .block {
  position: relative;
}
@media only screen and (min-width : 1380px) {
  .region-content .block {
    margin-left: -14px;
    float: none;
    display: block;
    clear: both;
    width: auto;
  }
  .region-content .block:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media only screen and (min-width : 1024px) and (max-width : 1380px) {
  .region-content .block {
    margin-left: -14px;
    float: none;
    display: block;
    clear: both;
    width: auto;
  }
  .region-content .block:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .region-content .block {
    margin-left: -12px;
    float: none;
    display: block;
    clear: both;
    width: auto;
  }
  .region-content .block:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media only screen and (max-width : 768px) {
  .region-content .block {
    margin: 0;
    padding: 0;
    height: auto;
    display: block;
    float: none;
    width: auto;
    position: relative;
    top: 0;
    left: 0;
  }
}
@media only screen and (min-width : 1380px) {
  .region-content .block {
    margin-left: -14px;
    float: none;
    display: block;
    clear: both;
    width: auto;
  }
  .region-content .block:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media only screen and (min-width : 1024px) and (max-width : 1380px) {
  .region-content .block {
    margin-left: -14px;
    float: none;
    display: block;
    clear: both;
    width: auto;
  }
  .region-content .block:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .region-content .block {
    margin-left: -12px;
    float: none;
    display: block;
    clear: both;
    width: auto;
  }
  .region-content .block:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media only screen and (max-width : 768px) {
  .region-content .block {
    margin: 0;
    padding: 0;
    height: auto;
    display: block;
    float: none;
    width: auto;
    position: relative;
    top: 0;
    left: 0;
  }
}
/* ==========================================================================
   Layout Globals
   ========================================================================== */
.layout-canyon-fullwidth .region {
  margin: 0;
  padding: 0;
  height: auto;
  display: block;
  float: none;
  width: auto;
  position: relative;
  top: 0;
  left: 0;
}
.layout-canyon-fullwidth .region .region-inner {
  margin: 0;
  padding: 0;
  height: auto;
  display: block;
  float: none;
  width: auto;
  position: relative;
  top: 0;
  left: 0;
}
.layout-canyon-fullwidth .region .region-inner .block {
  margin: 0;
  padding: 0;
  height: auto;
  display: block;
  float: none;
  width: auto;
  position: relative;
  top: 0;
  left: 0;
}
.maintenance-page #page-wrapper {
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  min-height: 0px;
  min-width: 0px;
  max-width: 620px;
  padding: 40px 50px;
  border: 10px solid #eeca4b;
}
.maintenance-page #page-wrapper span.logo {
  width: 100px;
  height: 100px;
  display: block;
  background: url("../images/logo.png") no-repeat top center;
  background-size: contain;
  margin-bottom: 20px;
}
body.logged-in:after {
  background: red;
  color: #ffffff;
  content: "undefined";
  opacity: 0.8;
  filter: alpha(opacity=80);
  padding: .5em 1em;
  position: fixed;
  text-align: center;
  bottom: 0;
  right: 0;
  z-index: 999;
}
@media only screen and (max-width : 768px) {
  body.logged-in:after {
    background: orange;
    content: "mobile";
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  body.logged-in:after {
    background: purple;
    content: "ipad";
  }
}
@media only screen and (min-width : 1024px) and (max-width : 1380px) {
  body.logged-in:after {
    background: green;
    content: "desktop";
  }
}
@media only screen and (min-width : 1380px) {
  body.logged-in:after {
    background: blue;
    content: "desktop-xl";
  }
}
/*  Font Awesome
    the iconic font designed for use with Twitter Bootstrap
    -------------------------------------------------------
    The full suite of pictographic icons, examples, and documentation
    can be found at: http://fortawesome.github.com/Font-Awesome/

    License
    -------------------------------------------------------
    The Font Awesome webfont, CSS, and LESS files are licensed under CC BY 3.0:
    http://creativecommons.org/licenses/by/3.0/ A mention of
    'Font Awesome - http://fortawesome.github.com/Font-Awesome' in human-readable
    source code is considered acceptable attribution (most common on the web).
    If human readable source code is not available to the end user, a mention in
    an 'About' or 'Credits' screen is considered acceptable (most common in desktop
    or mobile software).

    Contact
    -------------------------------------------------------
    Email: dave@davegandy.com
    Twitter: http://twitter.com/fortaweso_me
    Work: Lead Product Designer @ http://kyruus.com

    */
@font-face {
  font-family: 'FontAwesome';
  src: url('//netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot');
  src: url('//netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('//netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff') format('woff'), url('//netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.ttf') format('truetype'), url('//netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.svg#FontAwesome') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*  Font Awesome styles
    ------------------------------------------------------- */
[class^="icon"]:before:before,
[class*=" icon"]:before:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  line-height: .9em;
  padding: 0 4px;
}
a [class^="icon"],
a [class*=" icon"] {
  display: inline-block;
  text-decoration: inherit;
}
/* makes the font 33% larger relative to the icon container */
.btn [class^="icon"],
.nav-tabs [class^="icon"],
.btn [class*=" icon"],
.nav-tabs [class*=" icon"] {
  /* keeps button heights with and without icons the same */
  line-height: .9em;
}
/****************************************************
/* This is where the trouble begins
/****************************************************/
.page li [class^="icon"],
.page li [class*=" icon"] {
  display: inline-block;
  width: 1.25em;
  text-align: center;
}
.page li .icon-large:before {
  /* 1.5 increased font size for icon-large * 1.25 width */
  width: 1.875em;
}
ul.icons {
  list-style-type: none;
  margin-left: 2em;
  text-indent: -0.8em;
}
ul.icons li [class^="icon"],
ul.icons li [class*=" icon"] {
  width: .8em;
}
ul.icons li .icon-large:before {
  /* 1.5 increased font size for icon-large * 1.25 width */
  vertical-align: initial;
}
/****************************************************
/* Mixins
/****************************************************/
.icon-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.icon-pulse {
  -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);
  }
}
div.messages {
  padding: 14px 10px 14px 56px;
  margin: 5px 10px 14px 10px;
  background-color: #c09853;
  border: 1px solid #bc7e48;
  color: #c09853;
  background-position: 10px center;
  background-repeat: no-repeat;
  border: 2px solid;
  clear: both;
}
div.messages ul {
  margin: 0;
}
div.messages a {
  color: #FFF;
  text-decoration: underline;
}
div.messages li {
  color: #FFF;
}
div.alert-success {
  background-color: #107b10;
  border-color: #fff;
  color: #FFF;
  background-image: url(../images/messages/success.png);
}
div.error {
  background-color: #a52020;
  border-color: #fff;
  color: #FFF;
  background-image: url(../images/messages/error.png);
}
div.status {
  background-color: #107b10;
  border-color: #fff;
  color: #FFF;
  background-image: url(../images/messages/success.png);
}
div.warning {
  background-color: #a52020;
  border-color: #fff;
  color: #FFF;
  background-image: url(../images/messages/warning.png);
}
.alert-heading {
  color: inherit;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 18px;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}
.messages img {
  width: auto;
}
.views-field-picture,
.field-name-ds-user-picture {
  float: left;
  display: inline-block;
  margin: 0 10px 10px 0;
}
.views-field-picture img,
.field-name-ds-user-picture img {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  width: 40px;
  height: 40px;
}
.field-name-author {
  display: inline-block;
  font-weight: 700;
  margin: 10px 0 8px 0;
  color: #000000;
}
.field-name-post-date {
  display: inline-block;
  margin: 10px 0 8px 0;
}
/* ==========================================================================
   Node Article
   ========================================================================== */
.node-article ul.links {
  display: block;
  margin: 0;
  padding: 10px 0 10px 20px;
}
.node-article ul.links li {
  margin: 0 5px 0 0;
}
.node-article ul.links .comment-add a {
  background: #333;
  display: inline-block;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: normal;
  color: #ccc;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  text-transform: uppercase;
  padding: 5px 10px;
  font-size: 11px;
  background-color: #254876;
  color: #FFF;
}
.node-article ul.links .comment-add a [class^="icon"],
.node-article ul.links .comment-add a [class*=" icon"] {
  /* keeps button heights with and without icons the same */
  line-height: .9em;
}
.node-article ul.links .comment-add a:hover {
  color: #ccc;
  text-decoration: none;
  background-color: #1a1a1a;
  -moz-transition: background 0.15s linear 2s linear 0s;
  -webkit-transition: background 0.15s linear 2s linear 0s;
  -o-transition: background 0.15s linear 2s linear 0s;
  transition: background 0.15s linear 2s linear 0s;
}
.node-article ul.links .comment-add a:hover {
  background-color: #19304f;
  color: #FFF;
}
.node-article .field-name-field-tags {
  margin: 10px 0 10px 0;
  vertical-align: middle;
}
.node-article .field-name-field-tags:after {
  content: "";
  display: table;
  clear: both;
}
.node-article .field-name-field-tags h3 {
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 0;
}
.node-article .field-name-field-tags ul.links {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.node-article .field-name-field-tags ul.links li {
  display: inline-block;
  padding: 0;
  margin: 0 0 5px 5px;
  list-style: none;
}
.node-article .field-name-field-tags ul.links li a {
  background: #333;
  display: inline-block;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: normal;
  color: #ccc;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  text-transform: uppercase;
  padding: 5px 10px;
  font-size: 11px;
  background-color: #107b10;
  color: #FFF;
}
.node-article .field-name-field-tags ul.links li a [class^="icon"],
.node-article .field-name-field-tags ul.links li a [class*=" icon"] {
  /* keeps button heights with and without icons the same */
  line-height: .9em;
}
.node-article .field-name-field-tags ul.links li a:hover {
  color: #ccc;
  text-decoration: none;
  background-color: #1a1a1a;
  -moz-transition: background 0.15s linear 2s linear 0s;
  -webkit-transition: background 0.15s linear 2s linear 0s;
  -o-transition: background 0.15s linear 2s linear 0s;
  transition: background 0.15s linear 2s linear 0s;
}
.node-article .field-name-field-tags ul.links li a:hover {
  background-color: #16a816;
  color: #FFF;
}
#block-views-blog-block-2 {
  margin-top: 9px;
}
#block-views-blog-block-2 li {
  float: none;
  display: block;
  border-bottom: 1px solid #CCC;
  margin-right: 10px;
  padding: 5px 0;
  list-style: none;
  color: #c0c4c6;
}
#block-views-blog-block-2 li:first-of-type {
  border-top: 1px solid #CCC;
}
#block-views-blog-block-2 li a {
  color: #c0c4c6;
}
#block-views-blog-block-2 li a:hover {
  color: #a5abae;
}
ul.breadcrumb {
  float: left;
  margin: 0;
  padding: 0;
}
ul.breadcrumb li {
  display: inline-block;
  padding: 0;
  margin: 0 5px;
}
ul.breadcrumb li span {
  margin: 0 6px;
}
ul.breadcrumb li a {
  color: #eeca4b;
}
ul.breadcrumb li:first-child span {
  display: none;
}
.btn {
  background: #333;
  display: inline-block;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: normal;
  color: #ccc;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  text-transform: uppercase;
}
.btn:hover {
  color: #ccc;
  text-decoration: none;
  background-color: #1a1a1a;
  -moz-transition: background 0.15s linear 2s linear 0s;
  -webkit-transition: background 0.15s linear 2s linear 0s;
  -o-transition: background 0.15s linear 2s linear 0s;
  transition: background 0.15s linear 2s linear 0s;
}
.btn-small {
  padding: 5px 10px;
  font-size: 11px;
}
.btn-medium {
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 700;
}
.btn-large {
  padding: 16px 28px;
  font-size: 16px;
  font-weight: 700;
}
.btn-full {
  padding: 13px 24px;
  font-size: 14px;
  display: block;
}
.btn-primary {
  background-color: #254876;
  color: #FFF;
}
.btn-primary:hover {
  background-color: #19304f;
  color: #FFF;
}
.btn-secondary {
  background-color: #eeca4b;
  color: #254876;
}
.btn-secondary:hover {
  background-color: #eabc1c;
  color: #254876;
}
.btn-red {
  background-color: #a52020;
  color: #FFF;
}
.btn-red:hover {
  background-color: #d02828;
  color: #FFF;
}
.btn-green {
  background-color: #107b10;
  color: #FFF;
}
.btn-green:hover {
  background-color: #16a816;
  color: #FFF;
}
.btn-black {
  background-color: #000;
  color: #FFF;
}
.btn-black:hover {
  background-color: #1a1a1a;
  color: #FFF;
}
input.form-submit {
  background: #333;
  display: inline-block;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: normal;
  color: #ccc;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  text-transform: uppercase;
  background-color: #eeca4b;
  color: #254876;
  margin-right: 10px;
  text-indent: 0;
}
input.form-submit [class^="icon"],
input.form-submit [class*=" icon"] {
  /* keeps button heights with and without icons the same */
  line-height: .9em;
}
input.form-submit:hover {
  color: #ccc;
  text-decoration: none;
  background-color: #1a1a1a;
  -moz-transition: background 0.15s linear 2s linear 0s;
  -webkit-transition: background 0.15s linear 2s linear 0s;
  -o-transition: background 0.15s linear 2s linear 0s;
  transition: background 0.15s linear 2s linear 0s;
}
input.form-submit:hover {
  background-color: #eabc1c;
  color: #254876;
}
input.form-submit.disabled {
  cursor: default;
  color: #666;
  background-color: #EAEAEA;
}
input[value="Remove"] {
  padding: 5px 10px;
  font-size: 11px;
}
input[value="Update cart"] {
  margin: 0 10px 0 0;
}
input[value="Cancel"] {
  margin: 0 10px 0 0;
}
input[value="Back"] {
  margin: 0 10px 0 0;
}
.field-name-node-link a {
  background: #333;
  display: inline-block;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: normal;
  color: #ccc;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  text-transform: uppercase;
  background-color: #eeca4b;
  color: #254876;
}
.field-name-node-link a [class^="icon"],
.field-name-node-link a [class*=" icon"] {
  /* keeps button heights with and without icons the same */
  line-height: .9em;
}
.field-name-node-link a:hover {
  color: #ccc;
  text-decoration: none;
  background-color: #1a1a1a;
  -moz-transition: background 0.15s linear 2s linear 0s;
  -webkit-transition: background 0.15s linear 2s linear 0s;
  -o-transition: background 0.15s linear 2s linear 0s;
  transition: background 0.15s linear 2s linear 0s;
}
.field-name-node-link a:hover {
  background-color: #eabc1c;
  color: #254876;
}
/* 
   Shopping Cart Block
   ========================================================================== */
#block-views-cart-badge-block {
  box-sizing: border-box;
  margin: 7px 0 7px 0;
}
@media only screen and (min-width : 1380px) {
  #block-views-cart-badge-block {
    width: 166px;
    display: inline-block;
    float: left;
    margin-left: 14px;
    position: relative;
  }
}
@media only screen and (min-width : 1024px) and (max-width : 1380px) {
  #block-views-cart-badge-block {
    width: 166px;
    display: inline-block;
    float: left;
    margin-left: 14px;
    position: relative;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  #block-views-cart-badge-block {
    width: 112px;
    display: inline-block;
    float: left;
    margin-left: 12px;
    position: relative;
  }
}
@media only screen and (max-width : 768px) {
  #block-views-cart-badge-block {
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
}
#block-views-cart-badge-block.block {
  float: right;
}
@media only screen and (max-width : 768px) {
  #block-views-cart-badge-block.block {
    float: left;
    padding: 10px 20px 10px 20px;
  }
  #block-views-cart-badge-block.block:after {
    content: "";
    display: table;
    clear: both;
  }
}
/* Checkout Process
----------------------------------------------------------------------------------------------------*/
body.page-cart .layout-middle {
  padding: 0;
}
#cart-form-pane {
  box-sizing: border-box;
}
@media only screen and (min-width : 1380px) {
  #cart-form-pane {
    width: 1066px;
    display: inline-block;
    float: left;
    margin-left: 14px;
    position: relative;
  }
}
@media only screen and (min-width : 1024px) and (max-width : 1380px) {
  #cart-form-pane {
    width: 1066px;
    display: inline-block;
    float: left;
    margin-left: 14px;
    position: relative;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  #cart-form-pane {
    width: 732px;
    display: inline-block;
    float: left;
    margin-left: 12px;
    position: relative;
  }
}
@media only screen and (max-width : 768px) {
  #cart-form-pane {
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
}
#uc-cart-view-form table {
  width: 100%;
  margin-bottom: 14px;
}
#uc-cart-view-form table thead {
  background: #254876;
  color: #eeca4b;
  font-weight: 700;
}
#uc-cart-view-form table th,
#uc-cart-view-form table td {
  padding: 5px;
  line-height: 1.5;
  text-align: left;
  vertical-align: top;
  border-top: 0;
}
#uc-cart-view-form table th {
  font-weight: bold;
}
#uc-cart-view-form table thead th {
  vertical-align: bottom;
}
#uc-cart-view-form table thead:first-child tr th,
#uc-cart-view-form table thead:first-child tr td {
  border-top: 0;
}
#uc-cart-view-form table tbody + tbody {
  border-top: 2px solid #ddd;
}
#uc-cart-checkout-form table {
  width: 100%;
  margin-bottom: 14px;
}
#uc-cart-checkout-form table thead {
  background: #254876;
  color: #eeca4b;
  font-weight: 700;
}
#uc-cart-checkout-form table th,
#uc-cart-checkout-form table td {
  padding: 5px;
  line-height: 1.5;
  text-align: left;
  vertical-align: top;
  border-top: 0;
}
#uc-cart-checkout-form table th {
  font-weight: bold;
}
#uc-cart-checkout-form table thead th {
  vertical-align: bottom;
}
#uc-cart-checkout-form table thead:first-child tr th,
#uc-cart-checkout-form table thead:first-child tr td {
  border-top: 0;
}
#uc-cart-checkout-form table tbody + tbody {
  border-top: 2px solid #ddd;
}
#uc-cart-checkout-form .fieldset-title {
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 12px;
  font-weight: 700;
  font-family: "roboto", "helvetica", "arial";
  color: #254876;
}
@media only screen and (max-width : 768px) {
  #uc-cart-checkout-form .fieldset-title {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 12px;
  }
}
#uc-cart-checkout-form .form-actions {
  clear: both;
  float: right;
}
.order-review-table {
  width: 100%;
  margin-bottom: 14px;
  border: 1px solid #ddd;
  border-collapse: separate;
  *border-collapse: collapsed;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.order-review-table thead {
  background: #254876;
  color: #eeca4b;
  font-weight: 700;
}
.order-review-table th,
.order-review-table td {
  padding: 5px;
  line-height: 1.5;
  text-align: left;
  vertical-align: top;
  border-top: 0;
}
.order-review-table th {
  font-weight: bold;
}
.order-review-table thead th {
  vertical-align: bottom;
}
.order-review-table thead:first-child tr th,
.order-review-table thead:first-child tr td {
  border-top: 0;
}
.order-review-table tbody + tbody {
  border-top: 2px solid #ddd;
}
.order-review-table th + th,
.order-review-table td + td,
.order-review-table th + td,
.order-review-table td + th {
  border-left: 1px solid #ddd;
}
.order-review-table thead:first-child tr:first-child th,
.order-review-table tbody:first-child tr:first-child th,
.order-review-table tbody:first-child tr:first-child td {
  border-top: 0;
}
.order-review-table thead:first-child tr:first-child th:first-child,
.order-review-table tbody:first-child tr:first-child td:first-child {
  -webkit-border-radius: 4px 0 0 0;
  -moz-border-radius: 4px 0 0 0;
  border-radius: 4px 0 0 0;
}
.order-review-table thead:first-child tr:first-child th:last-child,
.order-review-table tbody:first-child tr:first-child td:last-child {
  -webkit-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
  border-radius: 0 4px 0 0;
}
.order-review-table thead:last-child tr:last-child th:first-child,
.order-review-table tbody:last-child tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
}
.order-review-table thead:last-child tr:last-child th:last-child,
.order-review-table tbody:last-child tr:last-child td:last-child {
  -webkit-border-radius: 0 0 4px 0;
  -moz-border-radius: 0 0 4px 0;
  border-radius: 0 0 4px 0;
}
/* Shopping Cart Block
----------------------------------------------------------------------------------------------------*/
#block-va-cart-utilities-cart-info {
  /* 
	background: @black url('../images/textures/subtlepatterns/classy_fabric.png') repeat; 
	.border-radius-multiple(0,4px,4px,0);		
	*/
  background: #c42e00 url('../images/textures/subtlepatterns/white_carbon_red.png') repeat;
  color: #ffffff;
  vertical-align: middle;
  text-align: center;
  float: right;
  margin-top: 40px;
  margin-right: -20px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#cart_info {
  float: right;
  padding: 5px 10px;
  text-align: center;
}
#cart_info .quantity {
  display: inline;
  font-weight: bold;
  padding: 0 0 0 18px;
}
#cart_info .price {
  display: inline;
  padding: 0;
  margin-left: 5px;
}
#cart_info .checkout {
  display: inline;
  padding: 0;
  margin-left: 5px;
}
#cart_info a.full {
  display: inline;
  padding: 0;
}
#cart_info a.empty {
  display: inline;
  padding: 0;
}
#cart_info.full {
  background: url('../images/cart-full.png') no-repeat 25px 6px;
}
#cart_info.empty {
  background: url('../images/cart-empty.png') no-repeat 25px 6px;
}
#cart_info.full .quantity {
  background: url("../images/cart-green.png") no-repeat;
}
#cart_info.empty .quantity {
  background: url("../images/cart-black.png") no-repeat;
}
/* RESET Styles for uc_product module. COPIED FROM UC_PRODUCT.css
----------------------------------------------------------------------------------------------------*/
.product-image {
  clear: none;
  float: right;
  margin: 0;
  padding: 0;
  text-align: left;
}
.display-price {
  clear: none;
  float: none;
  font-size: inherit;
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-align: left;
}
.model {
  display: inline;
  font-weight: bold;
  margin-right: 2em;
}
.uc-product-features td {
  vertical-align: top;
}
.add-feature div {
  padding-right: 1em;
}
.add-feature div,
.add-feature label {
  display: inline;
}
/**
 * Styles for uc_attribute.
 */
.combinations .form-item {
  margin: 0;
  padding: 0;
}
/**
 * Styles for uc_roles.
 */
.expiration {
  display: inline;
}
.expiration .form-item {
  display: inline;
}
.comment-wrapper {
  margin-top: 40px;
  padding: 20px 0 0 0;
  border-top: 2px solid #254876;
}
h2.comment-title {
  font-size: 34px;
  line-height: 40px;
  color: #000;
}
.indented {
  border-left: 1px solid #ccc;
}
.comment {
  border-bottom: 1px solid #CCC;
}
.comment .attribution {
  float: left;
  padding: 20px;
}
.comment .attribution .user-picture {
  display: inline-block;
  float: left;
  width: 50px;
  height: 50px;
}
.comment .attribution .user-picture img {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
.comment .attribution .user-picture p {
  margin: 0;
}
.comment .attribution .submitted {
  clear: both;
  margin: 0 20px 0 0;
  text-align: left;
}
.comment .attribution .submitted .commenter-name {
  display: block;
  font-weight: bold;
}
.comment .attribution .submitted .comment-time {
  display: block;
}
.comment .attribution .submitted .comment-permalink {
  display: none;
}
.comment .comment-text {
  padding: 20px;
  float: left;
}
.comment .comment-text h3 {
  float: none;
  margin: 0 0 10px 0;
}
.comment .comment-text .content {
  width: 100%;
}
.comment .comment-text .content .field-item p {
  font-weight: normal !important;
  text-transform: none !important;
}
.comment ul.links {
  padding: 10px 0 0 0;
  display: block;
}
.comment ul.links li.comment-reply a {
  background: #333;
  display: inline-block;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: normal;
  color: #ccc;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  text-transform: uppercase;
  background-color: #254876;
  color: #FFF;
}
.comment ul.links li.comment-reply a [class^="icon"],
.comment ul.links li.comment-reply a [class*=" icon"] {
  /* keeps button heights with and without icons the same */
  line-height: .9em;
}
.comment ul.links li.comment-reply a:hover {
  color: #ccc;
  text-decoration: none;
  background-color: #1a1a1a;
  -moz-transition: background 0.15s linear 2s linear 0s;
  -webkit-transition: background 0.15s linear 2s linear 0s;
  -o-transition: background 0.15s linear 2s linear 0s;
  transition: background 0.15s linear 2s linear 0s;
}
.comment ul.links li.comment-reply a:hover {
  background-color: #19304f;
  color: #FFF;
}
form.comment-form {
  margin: 20px 0 0 0;
  min-height: 20px;
  padding: 12px;
  margin-bottom: 20px;
  background-color: #254876;
  border: 1px solid #eee;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  color: #eeca4b;
}
form.comment-form blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
form.comment-form:after {
  content: "";
  display: table;
  clear: both;
}
.view-contact .field {
  padding: 4px 0 4px 0;
}
.view-contact .views-label,
.view-contact .field-label {
  display: inline;
  font-weight: bold;
}
.view-contact .field-content,
.view-contact .field-items {
  display: inline;
}
.view-contact .views-field-field-address {
  display: inline;
}
.view-contact .views-field-field-address p {
  display: inline;
  font-size: 13px;
}
.region-top #block-views-contact-block-1,
.region-header #block-views-contact-block-1 {
  float: right;
  text-align: right;
  vertical-align: middle;
}
.region-top #block-views-contact-block-1 .views-field,
.region-header #block-views-contact-block-1 .views-field {
  display: inline-block;
  padding: 10px;
}
.region-footer #block-views-contact-block-2 .views-field-field-contact-phone {
  display: block;
}
.region-footer #block-views-contact-block-2 .views-field-field-contact-email {
  display: block;
}
.region-footer #block-views-contact-block-2 .views-field-field-contact-address {
  display: block;
}
form {
  margin: 0 0 0 0;
}
.form-item {
  margin: 0 0 10px;
  padding: 0;
  position: relative;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  color: #333;
  display: block;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
  width: 100%;
}
label {
  display: block;
  margin-bottom: 5px;
  color: #333;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 6px;
  padding-top: 6px;
}
.webform-container-inline label {
  min-width: 60px;
  display: inline-block;
  padding-top: 0px;
  margin-bottom: 8px;
}
input,
textarea,
select {
  color: #484848;
  display: inline-block;
  padding: 5px ;
  max-width: 100%;
  margin: 0;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  height: 38px;
  font-size: 100%;
  vertical-align: middle;
  line-height: normal;
  *overflow: visible;
  -moz-transition: border linear 0.2s box-shadow linear 0.2s linear 0s;
  -webkit-transition: border linear 0.2s box-shadow linear 0.2s linear 0s;
  -o-transition: border linear 0.2s box-shadow linear 0.2s linear 0s;
  transition: border linear 0.2s box-shadow linear 0.2s linear 0s;
}
textarea {
  min-height: 140px;
}
input[type="image"],
input[type="checkbox"],
input[type="radio"] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 0;
  *margin-top: 0;
  /* IE7 */
  line-height: normal;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0 \9;
  /* IE9 and down */
}
input[type="file"] {
  width: auto;
  padding: initial;
  line-height: initial;
  border: initial;
  background-color: #ffffff;
  background-color: initial;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input[type="file"] {
  line-height: 18px \9;
}
select {
  background-color: #ffffff;
}
@media only screen and (max-width : 768px) {
  select {
    width: auto;
  }
}
select[multiple],
select[size] {
  height: auto;
}
input[type="image"] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
textarea {
  height: auto;
}
input[type="hidden"] {
  display: none;
}
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.webform-component-date select {
  width: 80px;
}
.radio,
.checkbox {
  padding-left: 18px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -18px;
}
input.form-checkbox,
input.form-radio {
  vertical-align: baseline;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
input:focus,
textarea:focus {
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
select:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.block-ds-extras-headline,
.block-ds-extras-contact-headline {
  background-color: #254876;
}
.block-ds-extras-headline .block-inner,
.block-ds-extras-contact-headline .block-inner {
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  padding: 100px 0 30px 0;
}
@media only screen and (min-width : 1380px) {
  .block-ds-extras-headline .block-inner,
  .block-ds-extras-contact-headline .block-inner {
    width: 1066px;
  }
}
@media only screen and (min-width : 1024px) and (max-width : 1380px) {
  .block-ds-extras-headline .block-inner,
  .block-ds-extras-contact-headline .block-inner {
    width: 1066px;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .block-ds-extras-headline .block-inner,
  .block-ds-extras-contact-headline .block-inner {
    width: 732px;
  }
}
.block-ds-extras-headline .field-name-title h1,
.block-ds-extras-contact-headline .field-name-title h1,
.block-ds-extras-headline .field-name-title h2,
.block-ds-extras-contact-headline .field-name-title h2 {
  color: #FFF;
}
/*
   Top
   ========================================================================== */
/*
   Header
   ========================================================================== */
.layout-header {
  background: #31609d url('../images/header.jpg') no-repeat center;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.layout-header .screen {
  background: url('../images/interlace.png');
  width: 100%;
  height: 250px;
  position: absolute;
}
.layout-subheader {
  background: #254876;
  border-bottom: 4px solid #eeca4b;
  position: relative;
  z-index: 99;
}
/*
   Help
   ========================================================================== */
.layout-help {
  padding: 14px 0;
}
/*
   Featured
   ========================================================================== */
.layout-featured {
  background: #fff;
  padding: 14px 0;
}
.not-front .layout-featured-fullwidth {
  margin: 0;
  padding: 0;
  height: auto;
  display: block;
  float: none;
  width: auto;
  position: relative;
  top: 0;
  left: 0;
}
/*
   Middle
   ========================================================================== */
.layout-middle {
  padding: 14px 0;
  background: url('../images/white-bg.png') repeat-y center;
  background: #fff;
}
/*
   Canyon
   ========================================================================== */
.layout-canyon {
  padding: 14px 0;
  background: #eee;
}
/*
   Above Footer
   ========================================================================== */
.layout-above-footer {
  padding: 28px 0;
  background: #254876;
}
/*
   Footer
   ========================================================================== */
.layout-footer {
  padding: 14px 0;
  border-bottom: 4px solid #eeca4b;
  background: #eee;
}
/*
   Sub Footer
   ========================================================================== */
.layout-subfooter {
  padding: 14px 0;
}
.layout-subfooter p {
  font-size: 12px;
}
.layout-subfooter .copyright {
  color: #000000;
  float: left;
  margin: 0 10px 10px 0;
}
.layout-subfooter .va {
  color: #000000;
  float: left;
  margin: 0 10px 10px 0;
}
/*
   Structure
   ========================================================================== */
body.no-sidebars .region-above-content {
  box-sizing: border-box;
}
@media only screen and (min-width : 1380px) {
  body.no-sidebars .region-above-content {
    width: 1066px;
    display: inline-block;
    float: left;
    margin-left: 14px;
    position: relative;
  }
}
@media only screen and (min-width : 1024px) and (max-width : 1380px) {
  body.no-sidebars .region-above-content {
    width: 1066px;
    display: inline-block;
    float: left;
    margin-left: 14px;
    position: relative;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  body.no-sidebars .region-above-content {
    width: 732px;
    display: inline-block;
    float: left;
    margin-left: 12px;
    position: relative;
  }
}
@media only screen and (max-width : 768px) {
  body.no-sidebars .region-above-content {
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
}
body.no-sidebars .region-content {
  box-sizing: border-box;
}
@media only screen and (min-width : 1380px) {
  body.no-sidebars .region-content {
    width: 1066px;
    display: inline-block;
    float: left;
    margin-left: 14px;
    position: relative;
  }
}
@media only screen and (min-width : 1024px) and (max-width : 1380px) {
  body.no-sidebars .region-content {
    width: 1066px;
    display: inline-block;
    float: left;
    margin-left: 14px;
    position: relative;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  body.no-sidebars .region-content {
    width: 732px;
    display: inline-block;
    float: left;
    margin-left: 12px;
    position: relative;
  }
}
@media only screen and (max-width : 768px) {
  body.no-sidebars .region-content {
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
}
body.no-sidebars .region-below-content {
  box-sizing: border-box;
}
@media only screen and (min-width : 1380px) {
  body.no-sidebars .region-below-content {
    width: 1066px;
    display: inline-block;
    float: left;
    margin-left: 14px;
    position: relative;
  }
}
@media only screen and (min-width : 1024px) and (max-width : 1380px) {
  body.no-sidebars .region-below-content {
    width: 1066px;
    display: inline-block;
    float: left;
    margin-left: 14px;
    position: relative;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  body.no-sidebars .region-below-content {
    width: 732px;
    display: inline-block;
    float: left;
    margin-left: 12px;
    position: relative;
  }
}
@media only screen and (max-width : 768px) {
  body.no-sidebars .region-below-content {
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
}
body.one-sidebar .region-above-content {
  box-sizing: border-box;
}
@media only screen and (min-width : 1380px) {
  body.one-sidebar .region-above-content {
    width: 1066px;
    display: inline-block;
    float: left;
    margin-left: 14px;
    position: relative;
  }
}
@media only screen and (min-width : 1024px) and (max-width : 1380px) {
  body.one-sidebar .region-above-content {
    width: 1066px;
    display: inline-block;
    float: left;
    margin-left: 14px;
    position: relative;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  body.one-sidebar .region-above-content {
    width: 732px;
    display: inline-block;
    float: left;
    margin-left: 12px;
    position: relative;
  }
}
@media only screen and (max-width : 768px) {
  body.one-sidebar .region-above-content {
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
}
body.one-sidebar .region-sidebar-first {
  box-sizing: border-box;
}
@media only screen and (min-width : 1380px) {
  body.one-sidebar .region-sidebar-first {
    width: 256px;
    display: inline-block;
    float: left;
    margin-left: 14px;
    position: relative;
  }
}
@media only screen and (min-width : 1024px) and (max-width : 1380px) {
  body.one-sidebar .region-sidebar-first {
    width: 256px;
    display: inline-block;
    float: left;
    margin-left: 14px;
    position: relative;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  body.one-sidebar .region-sidebar-first {
    width: 174px;
    display: inline-block;
    float: left;
    margin-left: 12px;
    position: relative;
  }
}
@media only screen and (max-width : 768px) {
  body.one-sidebar .region-sidebar-first {
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
}
body.one-sidebar .region-content {
  box-sizing: border-box;
}
@media only screen and (min-width : 1380px) {
  body.one-sidebar .region-content {
    width: 796px;
    display: inline-block;
    float: left;
    margin-left: 14px;
    position: relative;
  }
}
@media only screen and (min-width : 1024px) and (max-width : 1380px) {
  body.one-sidebar .region-content {
    width: 796px;
    display: inline-block;
    float: left;
    margin-left: 14px;
    position: relative;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  body.one-sidebar .region-content {
    width: 546px;
    display: inline-block;
    float: left;
    margin-left: 12px;
    position: relative;
  }
}
@media only screen and (max-width : 768px) {
  body.one-sidebar .region-content {
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
}
body.one-sidebar .region-sidebar-second {
  box-sizing: border-box;
}
@media only screen and (min-width : 1380px) {
  body.one-sidebar .region-sidebar-second {
    width: 256px;
    display: inline-block;
    float: left;
    margin-left: 14px;
    position: relative;
  }
}
@media only screen and (min-width : 1024px) and (max-width : 1380px) {
  body.one-sidebar .region-sidebar-second {
    width: 256px;
    display: inline-block;
    float: left;
    margin-left: 14px;
    position: relative;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  body.one-sidebar .region-sidebar-second {
    width: 174px;
    display: inline-block;
    float: left;
    margin-left: 12px;
    position: relative;
  }
}
@media only screen and (max-width : 768px) {
  body.one-sidebar .region-sidebar-second {
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
}
body.one-sidebar .region-below-content {
  box-sizing: border-box;
}
@media only screen and (min-width : 1380px) {
  body.one-sidebar .region-below-content {
    width: 1066px;
    display: inline-block;
    float: left;
    margin-left: 14px;
    position: relative;
  }
}
@media only screen and (min-width : 1024px) and (max-width : 1380px) {
  body.one-sidebar .region-below-content {
    width: 1066px;
    display: inline-block;
    float: left;
    margin-left: 14px;
    position: relative;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  body.one-sidebar .region-below-content {
    width: 732px;
    display: inline-block;
    float: left;
    margin-left: 12px;
    position: relative;
  }
}
@media only screen and (max-width : 768px) {
  body.one-sidebar .region-below-content {
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
}
body.two-sidebars .region-above-content {
  box-sizing: border-box;
}
@media only screen and (min-width : 1380px) {
  body.two-sidebars .region-above-content {
    width: 1066px;
    display: inline-block;
    float: left;
    margin-left: 14px;
    position: relative;
  }
}
@media only screen and (min-width : 1024px) and (max-width : 1380px) {
  body.two-sidebars .region-above-content {
    width: 1066px;
    display: inline-block;
    float: left;
    margin-left: 14px;
    position: relative;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  body.two-sidebars .region-above-content {
    width: 732px;
    display: inline-block;
    float: left;
    margin-left: 12px;
    position: relative;
  }
}
@media only screen and (max-width : 768px) {
  body.two-sidebars .region-above-content {
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
}
body.two-sidebars .region-sidebar-first {
  box-sizing: border-box;
}
@media only screen and (min-width : 1380px) {
  body.two-sidebars .region-sidebar-first {
    width: 256px;
    display: inline-block;
    float: left;
    margin-left: 14px;
    position: relative;
  }
}
@media only screen and (min-width : 1024px) and (max-width : 1380px) {
  body.two-sidebars .region-sidebar-first {
    width: 256px;
    display: inline-block;
    float: left;
    margin-left: 14px;
    position: relative;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  body.two-sidebars .region-sidebar-first {
    width: 174px;
    display: inline-block;
    float: left;
    margin-left: 12px;
    position: relative;
  }
}
@media only screen and (max-width : 768px) {
  body.two-sidebars .region-sidebar-first {
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
}
body.two-sidebars .region-content {
  box-sizing: border-box;
}
@media only screen and (min-width : 1380px) {
  body.two-sidebars .region-content {
    width: 526px;
    display: inline-block;
    float: left;
    margin-left: 14px;
    position: relative;
  }
}
@media only screen and (min-width : 1024px) and (max-width : 1380px) {
  body.two-sidebars .region-content {
    width: 526px;
    display: inline-block;
    float: left;
    margin-left: 14px;
    position: relative;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  body.two-sidebars .region-content {
    width: 360px;
    display: inline-block;
    float: left;
    margin-left: 12px;
    position: relative;
  }
}
@media only screen and (max-width : 768px) {
  body.two-sidebars .region-content {
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
}
body.two-sidebars .region-sidebar-second {
  box-sizing: border-box;
}
@media only screen and (min-width : 1380px) {
  body.two-sidebars .region-sidebar-second {
    width: 256px;
    display: inline-block;
    float: left;
    margin-left: 14px;
    position: relative;
  }
}
@media only screen and (min-width : 1024px) and (max-width : 1380px) {
  body.two-sidebars .region-sidebar-second {
    width: 256px;
    display: inline-block;
    float: left;
    margin-left: 14px;
    position: relative;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  body.two-sidebars .region-sidebar-second {
    width: 174px;
    display: inline-block;
    float: left;
    margin-left: 12px;
    position: relative;
  }
}
@media only screen and (max-width : 768px) {
  body.two-sidebars .region-sidebar-second {
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
}
body.two-sidebars .region-below-content {
  box-sizing: border-box;
}
@media only screen and (min-width : 1380px) {
  body.two-sidebars .region-below-content {
    width: 1066px;
    display: inline-block;
    float: left;
    margin-left: 14px;
    position: relative;
  }
}
@media only screen and (min-width : 1024px) and (max-width : 1380px) {
  body.two-sidebars .region-below-content {
    width: 1066px;
    display: inline-block;
    float: left;
    margin-left: 14px;
    position: relative;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  body.two-sidebars .region-below-content {
    width: 732px;
    display: inline-block;
    float: left;
    margin-left: 12px;
    position: relative;
  }
}
@media only screen and (max-width : 768px) {
  body.two-sidebars .region-below-content {
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
}
@media only screen and (max-width : 768px) {
  .layout {
    margin: 0;
    padding: 0;
    height: auto;
    display: block;
    float: none;
    width: auto;
    position: relative;
    top: 0;
    left: 0;
  }
  .region {
    margin: 0;
    padding: 0;
    height: auto;
    display: block;
    float: none;
    width: auto;
    position: relative;
    top: 0;
    left: 0;
  }
  .layout-help .region {
    margin: 0;
    padding: 0;
    height: auto;
    display: block;
    float: none;
    width: auto;
    position: relative;
    top: 0;
    left: 0;
    padding: 14px;
  }
  .layout-middle .region {
    margin: 0;
    padding: 0;
    height: auto;
    display: block;
    float: none;
    width: auto;
    position: relative;
    top: 0;
    left: 0;
    padding: 14px;
  }
  .layout-canyon .region {
    margin: 0;
    padding: 0;
    height: auto;
    display: block;
    float: none;
    width: auto;
    position: relative;
    top: 0;
    left: 0;
    padding: 14px;
  }
  .layout-above-footer .region {
    margin: 0;
    padding: 0;
    height: auto;
    display: block;
    float: none;
    width: auto;
    position: relative;
    top: 0;
    left: 0;
    padding: 14px;
  }
  .layout-footer .region {
    margin: 0;
    padding: 0;
    height: auto;
    display: block;
    float: none;
    width: auto;
    position: relative;
    top: 0;
    left: 0;
    padding: 14px;
  }
  .layout-subfooter .region {
    margin: 0;
    padding: 0;
    height: auto;
    display: block;
    float: none;
    width: auto;
    position: relative;
    top: 0;
    left: 0;
    padding: 14px;
  }
  .block {
    margin: 0;
    padding: 0;
    height: auto;
    display: block;
    float: none;
    width: auto;
    position: relative;
    top: 0;
    left: 0;
  }
  .view {
    margin: 0;
    padding: 0;
    height: auto;
    display: block;
    float: none;
    width: auto;
    position: relative;
    top: 0;
    left: 0;
  }
  .node {
    margin: 0;
    padding: 0;
    height: auto;
    display: block;
    float: none;
    width: auto;
    position: relative;
    top: 0;
    left: 0;
  }
}
#block-blockify-blockify-logo {
  box-sizing: border-box;
  padding: 0 5px;
}
@media only screen and (min-width : 1380px) {
  #block-blockify-blockify-logo {
    width: 166px;
    display: inline-block;
    float: left;
    margin-left: 14px;
    position: relative;
  }
}
@media only screen and (min-width : 1024px) and (max-width : 1380px) {
  #block-blockify-blockify-logo {
    width: 166px;
    display: inline-block;
    float: left;
    margin-left: 14px;
    position: relative;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  #block-blockify-blockify-logo {
    width: 112px;
    display: inline-block;
    float: left;
    margin-left: 12px;
    position: relative;
  }
}
@media only screen and (max-width : 768px) {
  #block-blockify-blockify-logo {
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
}
@media only screen and (max-width : 768px) {
  #block-blockify-blockify-logo {
    padding: 0 10px;
  }
}
#block-blockify-blockify-logo #logo {
  float: left;
  height: 50px;
  width: 100px;
  background-image: url("../logo.png");
  background-repeat: no-repeat;
  background-size: contain;
}
#block-blockify-blockify-logo #logo img {
  display: none;
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  #block-blockify-blockify-logo #logo {
    height: 60px;
    width: 200px;
  }
}
@media only screen and (max-width : 768px) {
  #block-blockify-blockify-logo #logo {
    display: inline-block;
    height: 30px;
    width: 50px;
    background-image: url("../images/logo-mobile.png");
  }
  #block-blockify-blockify-logo #logo img {
    text-align: center;
  }
}
.masonry-item {
  margin-bottom: 14px;
}
.masonry-item .node {
  margin-bottom: 0px;
}
.masonry-item:last-of-type {
  margin-bottom: 0px;
}
#block-menu-block-2 {
  box-sizing: border-box;
}
@media only screen and (min-width : 1380px) {
  #block-menu-block-2 {
    width: 886px;
    display: inline-block;
    float: left;
    margin-left: 14px;
    position: relative;
  }
}
@media only screen and (min-width : 1024px) and (max-width : 1380px) {
  #block-menu-block-2 {
    width: 886px;
    display: inline-block;
    float: left;
    margin-left: 14px;
    position: relative;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  #block-menu-block-2 {
    width: 608px;
    display: inline-block;
    float: left;
    margin-left: 12px;
    position: relative;
  }
}
@media only screen and (max-width : 768px) {
  #block-menu-block-2 {
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
}
.region-top .block-menu-block ul.menu,
.region-header .block-menu-block ul.menu,
.region-subheader .block-menu-block ul.menu,
.region-top .block-menu ul.menu,
.region-header .block-menu ul.menu,
.region-subheader .block-menu ul.menu {
  font-family: "roboto", "helvetica", "arial";
  line-height: 1.5;
  vertical-align: middle;
  border-bottom: none;
  z-index: 140;
  padding: 0;
  margin: 0;
}
.region-top .block-menu-block ul.menu li,
.region-header .block-menu-block ul.menu li,
.region-subheader .block-menu-block ul.menu li,
.region-top .block-menu ul.menu li,
.region-header .block-menu ul.menu li,
.region-subheader .block-menu ul.menu li {
  float: left;
  display: block;
  background: #254876;
  font-size: 18px;
}
.region-top .block-menu-block ul.menu li a,
.region-header .block-menu-block ul.menu li a,
.region-subheader .block-menu-block ul.menu li a,
.region-top .block-menu ul.menu li a,
.region-header .block-menu ul.menu li a,
.region-subheader .block-menu ul.menu li a,
.region-top .block-menu-block ul.menu li span,
.region-header .block-menu-block ul.menu li span,
.region-subheader .block-menu-block ul.menu li span,
.region-top .block-menu ul.menu li span,
.region-header .block-menu ul.menu li span,
.region-subheader .block-menu ul.menu li span {
  padding: 18px;
  display: block;
  background: none;
  color: #fff;
}
.region-top .block-menu-block ul.menu li a:hover,
.region-header .block-menu-block ul.menu li a:hover,
.region-subheader .block-menu-block ul.menu li a:hover,
.region-top .block-menu ul.menu li a:hover,
.region-header .block-menu ul.menu li a:hover,
.region-subheader .block-menu ul.menu li a:hover,
.region-top .block-menu-block ul.menu li span:hover,
.region-header .block-menu-block ul.menu li span:hover,
.region-subheader .block-menu-block ul.menu li span:hover,
.region-top .block-menu ul.menu li span:hover,
.region-header .block-menu ul.menu li span:hover,
.region-subheader .block-menu ul.menu li span:hover {
  background: #eeca4b;
  color: #254876;
}
.region-top .block-menu-block ul.menu li a.active,
.region-header .block-menu-block ul.menu li a.active,
.region-subheader .block-menu-block ul.menu li a.active,
.region-top .block-menu ul.menu li a.active,
.region-header .block-menu ul.menu li a.active,
.region-subheader .block-menu ul.menu li a.active,
.region-top .block-menu-block ul.menu li span.active,
.region-header .block-menu-block ul.menu li span.active,
.region-subheader .block-menu-block ul.menu li span.active,
.region-top .block-menu ul.menu li span.active,
.region-header .block-menu ul.menu li span.active,
.region-subheader .block-menu ul.menu li span.active {
  background: #eeca4b;
  color: #254876;
}
.region-top .block-menu-block ul.menu li a.active-trail,
.region-header .block-menu-block ul.menu li a.active-trail,
.region-subheader .block-menu-block ul.menu li a.active-trail,
.region-top .block-menu ul.menu li a.active-trail,
.region-header .block-menu ul.menu li a.active-trail,
.region-subheader .block-menu ul.menu li a.active-trail,
.region-top .block-menu-block ul.menu li span.active-trail,
.region-header .block-menu-block ul.menu li span.active-trail,
.region-subheader .block-menu-block ul.menu li span.active-trail,
.region-top .block-menu ul.menu li span.active-trail,
.region-header .block-menu ul.menu li span.active-trail,
.region-subheader .block-menu ul.menu li span.active-trail {
  background: #eeca4b;
  color: #254876;
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .region-top .block-menu-block ul.menu li a,
  .region-header .block-menu-block ul.menu li a,
  .region-subheader .block-menu-block ul.menu li a,
  .region-top .block-menu ul.menu li a,
  .region-header .block-menu ul.menu li a,
  .region-subheader .block-menu ul.menu li a,
  .region-top .block-menu-block ul.menu li span,
  .region-header .block-menu-block ul.menu li span,
  .region-subheader .block-menu-block ul.menu li span,
  .region-top .block-menu ul.menu li span,
  .region-header .block-menu ul.menu li span,
  .region-subheader .block-menu ul.menu li span {
    padding: 4px 10px;
  }
}
.region-top .block-menu-block ul.menu li span,
.region-header .block-menu-block ul.menu li span,
.region-subheader .block-menu-block ul.menu li span,
.region-top .block-menu ul.menu li span,
.region-header .block-menu ul.menu li span,
.region-subheader .block-menu ul.menu li span {
  cursor: context-menu;
}
.region-top .block-menu-block ul.menu li.expanded.hover,
.region-header .block-menu-block ul.menu li.expanded.hover,
.region-subheader .block-menu-block ul.menu li.expanded.hover,
.region-top .block-menu ul.menu li.expanded.hover,
.region-header .block-menu ul.menu li.expanded.hover,
.region-subheader .block-menu ul.menu li.expanded.hover {
  background: #eeca4b;
}
.region-top .block-menu-block ul.menu li.expanded.hover a,
.region-header .block-menu-block ul.menu li.expanded.hover a,
.region-subheader .block-menu-block ul.menu li.expanded.hover a,
.region-top .block-menu ul.menu li.expanded.hover a,
.region-header .block-menu ul.menu li.expanded.hover a,
.region-subheader .block-menu ul.menu li.expanded.hover a,
.region-top .block-menu-block ul.menu li.expanded.hover span,
.region-header .block-menu-block ul.menu li.expanded.hover span,
.region-subheader .block-menu-block ul.menu li.expanded.hover span,
.region-top .block-menu ul.menu li.expanded.hover span,
.region-header .block-menu ul.menu li.expanded.hover span,
.region-subheader .block-menu ul.menu li.expanded.hover span {
  color: #254876;
}
.region-top .block-menu-block ul.menu li.expanded ul,
.region-header .block-menu-block ul.menu li.expanded ul,
.region-subheader .block-menu-block ul.menu li.expanded ul,
.region-top .block-menu ul.menu li.expanded ul,
.region-header .block-menu ul.menu li.expanded ul,
.region-subheader .block-menu ul.menu li.expanded ul {
  padding: 4px 0;
  margin: 0;
}
.region-top .block-menu-block ul.menu li.expanded ul li,
.region-header .block-menu-block ul.menu li.expanded ul li,
.region-subheader .block-menu-block ul.menu li.expanded ul li,
.region-top .block-menu ul.menu li.expanded ul li,
.region-header .block-menu ul.menu li.expanded ul li,
.region-subheader .block-menu ul.menu li.expanded ul li {
  background: #eeca4b;
  border-bottom: 1px solid #f2d87a;
}
.region-top .block-menu-block ul.menu li.expanded ul li:last-child,
.region-header .block-menu-block ul.menu li.expanded ul li:last-child,
.region-subheader .block-menu-block ul.menu li.expanded ul li:last-child,
.region-top .block-menu ul.menu li.expanded ul li:last-child,
.region-header .block-menu ul.menu li.expanded ul li:last-child,
.region-subheader .block-menu ul.menu li.expanded ul li:last-child {
  border: 0;
}
.region-top .block-menu-block ul.menu li.expanded ul li a,
.region-header .block-menu-block ul.menu li.expanded ul li a,
.region-subheader .block-menu-block ul.menu li.expanded ul li a,
.region-top .block-menu ul.menu li.expanded ul li a,
.region-header .block-menu ul.menu li.expanded ul li a,
.region-subheader .block-menu ul.menu li.expanded ul li a {
  padding: 8px 12px;
  color: #254876;
}
.region-top .block-menu-block ul.menu li.expanded ul li a:hover,
.region-header .block-menu-block ul.menu li.expanded ul li a:hover,
.region-subheader .block-menu-block ul.menu li.expanded ul li a:hover,
.region-top .block-menu ul.menu li.expanded ul li a:hover,
.region-header .block-menu ul.menu li.expanded ul li a:hover,
.region-subheader .block-menu ul.menu li.expanded ul li a:hover {
  background: #f0d162;
}
.region-sidebar-first .block-menu-block ul.menu,
.region-sidebar-second .block-menu-block ul.menu {
  vertical-align: middle;
}
.region-sidebar-first .block-menu-block ul.menu li,
.region-sidebar-second .block-menu-block ul.menu li {
  float: none;
  display: block;
  border-bottom: 1px solid #eee;
}
.region-sidebar-first .block-menu-block ul.menu li:first-of-type,
.region-sidebar-second .block-menu-block ul.menu li:first-of-type {
  border-top: 1px solid #eee;
}
.region-sidebar-first .block-menu-block ul.menu li a,
.region-sidebar-second .block-menu-block ul.menu li a {
  padding: 5px 10px;
  display: block;
}
.region-footer .block-menu-block ul.menu,
.region-subfooter .block-menu-block ul.menu {
  vertical-align: middle;
  border-bottom: none;
  margin: 14px 0;
}
.region-footer .block-menu-block ul.menu li,
.region-subfooter .block-menu-block ul.menu li {
  padding: 0;
  display: inline;
}
.region-footer .block-menu-block ul.menu li:first-child a,
.region-subfooter .block-menu-block ul.menu li:first-child a {
  border: 0;
  padding-left: 0;
}
.region-footer .block-menu-block ul.menu li a,
.region-subfooter .block-menu-block ul.menu li a,
.region-footer .block-menu-block ul.menu li span,
.region-subfooter .block-menu-block ul.menu li span {
  border-left: 1px solid #c0c4c6;
  padding: 0 14px;
}
.region-footer .block-menu-block ul.menu li span,
.region-subfooter .block-menu-block ul.menu li span {
  cursor: context-menu;
}
@media only screen and (max-width : 768px) {
  .region-footer .block-menu-block ul.menu li a,
  .region-subfooter .block-menu-block ul.menu li a,
  .region-footer .block-menu-block ul.menu li span,
  .region-subfooter .block-menu-block ul.menu li span {
    display: block;
    border: 0;
    padding: 7px 0;
  }
}
.dropdown ul.menu {
  z-index: 100;
  position: relative;
}
.dropdown ul.menu li {
  position: relative;
}
.dropdown ul.menu li ul {
  width: 220px;
  visibility: hidden;
  position: absolute;
  top: 62px;
  left: 0;
}
.dropdown ul.menu li ul li {
  float: none !important;
  display: block;
}
.dropdown ul.menu li ul li a {
  border-right: none;
  float: none;
  display: block;
}
.dropdown ul.menu li ul li ul {
  left: 100%;
  top: 0;
}
/*! #######################################################################

	MeanMenu 2.0.6
	--------
	
	To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)

####################################################################### */
/* hide the link until viewport size is reached */
a.meanmenu-reveal {
  display: none;
}
/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
  padding: 0;
  width: 100%;
  z-index: 200;
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
}
.mean-container a.meanmenu-reveal {
  width: 22px;
  height: 22px;
  padding: 19px 20px 11px 13px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  text-indent: -9999em;
  line-height: 22px;
  font-size: 1px;
  display: block;
  font-family: "roboto", "helvetica", "arial";
  font-weight: 700;
}
.mean-container a.meanmenu-reveal span {
  display: block;
  background: #fff;
  height: 3px;
  margin-top: 3px;
}
.mean-container .mean-nav {
  float: left;
  width: 100%;
  background: #eeca4b;
  margin-top: 56px;
}
.mean-container .mean-nav:after {
  content: "";
  display: table;
  clear: both;
}
.mean-container .mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
}
.mean-container .mean-nav ul li {
  position: relative;
  list-style: none;
  float: left;
  width: 100%;
  margin: 0;
}
.mean-container .mean-nav ul li a,
.mean-container .mean-nav ul li span {
  display: block;
  float: left;
  width: 90%;
  padding: 10px 5%;
  height: auto;
  margin: 0;
  text-align: left;
  color: #fff;
  border-top: 1px solid #c0c4c6 !important;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "roboto", "helvetica", "arial";
  font-weight: 700;
  font-size: 12px;
  line-height: 2;
}
.mean-container .mean-nav ul li li a {
  width: 80%;
  padding: .8em 10%;
  border-top: 1px solid #c0c4c6 !important;
  opacity: .8;
  filter: alpha(opacity=80);
  text-shadow: none !important;
  visibility: visible;
  text-transform: none;
  font-weight: 400;
  line-height: 1.4;
}
.mean-container .mean-nav ul li.mean-last a {
  border-bottom: none;
  margin-bottom: 0;
}
.mean-container .mean-nav ul li li li a {
  width: 70%;
  padding: 1em 15%;
}
.mean-container .mean-nav ul li li li li a {
  width: 60%;
  padding: 1em 20%;
}
.mean-container .mean-nav ul li li li li li a {
  width: 50%;
  padding: 1em 25%;
}
.mean-container .mean-nav ul li a:hover {
  background: #eabc1c;
}
.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 1px;
  width: 24px;
  height: 24px;
  line-height: 1.2;
  padding: 10px !important;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  font-weight: 700;
  border: none !important;
  border-left: 1px solid #c0c4c6 !important;
  border-bottom: 1px solid #c0c4c6 !important;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
  background: #eabc1c;
}
.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
}
.mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}
/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar,
.mean-container .mean-bar * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.mean-remove {
  display: none !important;
}
/**
 * @file
 *   CSS & media queries for responsive_menus_simple style.
 */
/* Responsive mode, engage! */
.responsive-menus.responsified {
  clear: none;
  width: auto;
  background: #254876;
}
.responsive-menus.responsified span.toggler {
  float: left;
  display: block;
  background: none;
  color: #FFF;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  line-height: 30px;
  font-size: 16px;
  text-align: center;
  font-weight: normal;
  cursor: pointer;
  outline: none;
  font-family: "roboto", "helvetica", "arial";
  margin-bottom: 0;
  padding: 15px 20px 15px 20px;
}
.responsive-menus.responsified.responsive-toggled span.toggler {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: none;
}
.responsive-menus.responsified .responsive-menus-simple {
  display: none;
  width: 100%;
  background: #254876;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  box-shadow: 2px 2px 2px #000;
}
.responsive-menus.responsified.responsive-toggled .responsive-menus-simple,
.responsive-menus.responsified.responsive-toggled .responsive-menus-simple ul {
  display: block;
  padding: 0;
  margin: 0;
}
.responsive-menus.responsified.responsive-toggled.absolute {
  position: relative;
  z-index: 999;
}
.responsive-menus.responsified.responsive-toggled.absolute .responsive-menus-simple {
  position: absolute;
  z-index: 999;
  top: 60px;
}
.responsive-menus.responsified .responsive-menus-simple li {
  width: 100%;
  display: block;
  padding: 0;
  margin: 0;
  clear: both;
  list-style: none;
}
.responsive-menus.responsified .responsive-menus-simple li a {
  display: block;
  padding: 1em 5%;
  margin: 0;
  text-align: left;
  color: #fff;
  border-bottom: 1px solid #bbb;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  text-decoration: none;
  text-transform: uppercase;
  background: #1f3c63;
}
.responsive-menus.responsified .responsive-menus-simple li span {
  color: #fff;
  display: block;
  padding: 1em 5%;
  margin: 0;
  text-align: left;
  color: #CCC;
  border-bottom: 1px solid #bbb;
  text-decoration: none;
  text-transform: uppercase;
}
.responsive-menus.responsified .responsive-menus-simple > li.last a {
  border-bottom: none;
}
.responsive-menus.responsified .responsive-menus-simple li ul li a {
  padding: .8em 0 .8em 10%;
  background: #2b5489;
}
.responsive-menus.responsified .responsive-menus-simple li ul li ul li a {
  padding: 1em 0 1em 15%;
}
.responsive-menus.responsified .responsive-menus-simple li ul {
  display: block !important;
  visibility: visible !important;
  margin: 0;
  padding: 0;
}
/* Inactive rule */
.responsive-menus span.toggler {
  display: none;
}
/* Border Radius
------------------------------------------------------------*/
/* Drop shadows
------------------------------------------------------------*/
/* Text Shadow
------------------------------------------------------------*/
.text-shadow {
  text-shadow: 3px 3px 8px #000000, 1px 1px 1px #000000, 1px 1px 1px #000000;
}
.text-shadow-none {
  text-shadow: none;
}
/* CSS3 Transitions
------------------------------------------------------------*/
/* Opacity
------------------------------------------------------------*/
.img-glow {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-transition: opacity 0.125s linear 0s;
  -webkit-transition: opacity 0.125s linear 0s;
  -o-transition: opacity 0.125s linear 0s;
  transition: opacity 0.125s linear 0s;
}
.img-glow:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
/* Wells
------------------------------------------------------------*/
.well {
  min-height: 20px;
  padding: 12px;
  margin-bottom: 20px;
  background-color: #254876;
  border: 1px solid #eee;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  color: #eeca4b;
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-large {
  padding: 24px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.well-small {
  padding: 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
/* 
   Responsive Image
   ========================================================================== */
.img-normal {
  display: block;
  width: auto;
  height: auto !important;
}
/* 
   Utility
   ========================================================================== */
.left {
  float: left;
}
.right {
  float: right;
}
.line {
  border-top: 1px solid #CCC;
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
}
.border.shadow {
  -webkit-box-shadow: 0 0px 4px #cccccc;
  -moz-box-shadow: 0 0px 4px #cccccc;
  box-shadow: 0 0px 4px #cccccc;
  padding: 5px;
  line-height: 1;
  border: 1px solid #ddd;
}
.border {
  border: 1px solid #CCC;
  padding: 4px;
  vertical-align: baseline;
}
.border:hover {
  -webkit-box-shadow: 0 0px 4px #cccccc;
  -moz-box-shadow: 0 0px 4px #cccccc;
  box-shadow: 0 0px 4px #cccccc;
  opacity: 1;
}
.no-margin {
  margin: 0;
}
.border-box {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.white {
  padding: 60px 0 60px 0;
  background: #ffffff;
}
@media only screen and (max-width : 768px) {
  .white {
    padding: 20px;
  }
}
.strip {
  border-top: 1px solid #EAEAEA;
  padding: 60px 0 60px 0;
}
@media only screen and (max-width : 768px) {
  .strip {
    padding: 20px;
  }
}
.whitebox {
  background: #FFFFFF;
  border: 1px solid #EAEAEA;
}
.nobox {
  background: none;
  border: none;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.pinline {
  border: 1px solid #EAEAEA;
}
.nomargin {
  margin: 0 !important;
}
/* 
   Absolute Positioning
   ========================================================================== */
.absolute-center {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.absolute-left {
  margin: auto 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
.absolute-right {
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/
.owl-wrapper {
  padding: 1px;
  overflow: hidden;
}
.owl-wrapper .node,
.owl-wrapper .ds-inner,
.owl-wrapper .group {
  margin: 0;
  padding: 0;
  height: auto;
  display: block;
  float: none;
  width: auto;
  position: relative;
  top: 0;
  left: 0;
}
.owl-wrapper .node {
  margin: 14px;
}
.owl-wrapper .group {
  padding: 9px;
}
.owl-item {
  margin-left: -1px;
  margin-right: 1px;
}
.owl-theme .owl-controls {
  margin-top: 6px;
  text-align: center;
}
@media only screen and (max-width : 768px) {
  .owl-theme .owl-controls {
    margin-top: 0;
  }
}
/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  filter: alpha(opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  background: none;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev {
  padding: 0 20px;
  margin: auto 0;
  position: absolute;
  top: 0;
  left: -80px;
  bottom: 0;
  z-index: 30;
  width: 40px;
  height: 80px;
  background: url('../images/slider-arrow-left-grey.png') no-repeat;
  background-size: contain;
  cursor: pointer;
  font-size: 1px;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.owl-theme .owl-controls .owl-buttons div.owl-prev:hover {
  -moz-transition: opacity 0.125 0.1 2s linear 0s;
  -webkit-transition: opacity 0.125 0.1 2s linear 0s;
  -o-transition: opacity 0.125 0.1 2s linear 0s;
  transition: opacity 0.125 0.1 2s linear 0s;
  opacity: 1;
  filter: alpha(opacity=100);
}
.owl-theme .owl-controls .owl-buttons div.owl-prev a {
  display: none;
}
@media only screen and (max-width : 768px) {
  .owl-theme .owl-controls .owl-buttons div.owl-prev {
    display: none;
  }
}
.owl-theme .owl-controls .owl-buttons div.owl-next {
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -80px;
  padding: 0 20px;
  z-index: 30;
  width: 40px;
  height: 80px;
  background: url('../images/slider-arrow-right-grey.png') no-repeat;
  background-size: contain;
  opacity: 0.7;
  filter: alpha(opacity=70);
  cursor: pointer;
  font-size: 1px;
}
.owl-theme .owl-controls .owl-buttons div.owl-next:hover {
  -moz-transition: opacity 0.125 0.1 2s linear 0s;
  -webkit-transition: opacity 0.125 0.1 2s linear 0s;
  -o-transition: opacity 0.125 0.1 2s linear 0s;
  transition: opacity 0.125 0.1 2s linear 0s;
  opacity: 1;
  filter: alpha(opacity=100);
}
.owl-theme .owl-controls .owl-buttons div.owl-next a {
  display: none;
}
@media only screen and (max-width : 768px) {
  .owl-theme .owl-controls .owl-buttons div.owl-next {
    display: none;
  }
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}
/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 14px 4px 6px 4px;
  filter: alpha(opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #254876;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
}
/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center;
}
.item-list ul.pager {
  margin: 20px 0;
}
.item-list ul.pager li {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  margin: 2px;
}
@media only screen and (max-width : 768px) {
  .item-list ul.pager li.pager-first,
  .item-list ul.pager li.pager-previous,
  .item-list ul.pager li.pager-next,
  .item-list ul.pager li.pager-last {
    display: block;
    border: 0;
  }
}
.node.view-mode-teaser {
  margin-bottom: 14px;
  padding-top: 14px;
  border-top: 1px solid #eee;
  padding: 7px 0;
}
.node.view-mode-row,
.node.view-mode-small_row {
  border-bottom: 1px solid #eee;
  padding: 14px 0;
}
.node.view-mode-row img,
.node.view-mode-small_row img {
  border: 2px solid #ccc;
}
.node.view-mode-row .field-name-node-link,
.node.view-mode-small_row .field-name-node-link {
  margin: 7px 0;
}
.node.view-mode-row:last-of-type,
.node.view-mode-small_row:last-of-type {
  border-bottom: 0;
}
.node.view-mode-tile,
.node.view-mode-large_tile,
.taxonomy-term.view-mode-tile,
.node.view-mode-small_tile,
.taxonomy-term.view-mode-small_tile {
  border: 1px solid #c0c4c6;
  margin-bottom: 14px;
  background: #eeca4b;
  overflow: hidden;
}
.node.view-mode-tile .group-top,
.node.view-mode-large_tile .group-top,
.taxonomy-term.view-mode-tile .group-top,
.node.view-mode-small_tile .group-top,
.taxonomy-term.view-mode-small_tile .group-top {
  background: #fff;
}
.node.view-mode-tile .group-bottom,
.node.view-mode-large_tile .group-bottom,
.taxonomy-term.view-mode-tile .group-bottom,
.node.view-mode-small_tile .group-bottom,
.taxonomy-term.view-mode-small_tile .group-bottom {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
}
.node.view-mode-tile .group-bottom a,
.node.view-mode-large_tile .group-bottom a,
.taxonomy-term.view-mode-tile .group-bottom a,
.node.view-mode-small_tile .group-bottom a,
.taxonomy-term.view-mode-small_tile .group-bottom a {
  position: absolute;
  background: transparent;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  text-indent: -999px;
  overflow: hidden;
}
.node.view-mode-tile .field-name-title,
.node.view-mode-large_tile .field-name-title,
.taxonomy-term.view-mode-tile .field-name-title,
.node.view-mode-small_tile .field-name-title,
.taxonomy-term.view-mode-small_tile .field-name-title {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.node.view-mode-tile .field-name-title h2,
.node.view-mode-large_tile .field-name-title h2,
.taxonomy-term.view-mode-tile .field-name-title h2,
.node.view-mode-small_tile .field-name-title h2,
.taxonomy-term.view-mode-small_tile .field-name-title h2,
.node.view-mode-tile .field-name-title h3,
.node.view-mode-large_tile .field-name-title h3,
.taxonomy-term.view-mode-tile .field-name-title h3,
.node.view-mode-small_tile .field-name-title h3,
.taxonomy-term.view-mode-small_tile .field-name-title h3,
.node.view-mode-tile .field-name-title h4,
.node.view-mode-large_tile .field-name-title h4,
.taxonomy-term.view-mode-tile .field-name-title h4,
.node.view-mode-small_tile .field-name-title h4,
.taxonomy-term.view-mode-small_tile .field-name-title h4 {
  padding: 6px;
  color: #254876;
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 12px;
  background: #eeca4b;
  box-sizing: border-box;
  margin: 0;
}
.node.view-mode-tile .field-name-title h2 a,
.node.view-mode-large_tile .field-name-title h2 a,
.taxonomy-term.view-mode-tile .field-name-title h2 a,
.node.view-mode-small_tile .field-name-title h2 a,
.taxonomy-term.view-mode-small_tile .field-name-title h2 a,
.node.view-mode-tile .field-name-title h3 a,
.node.view-mode-large_tile .field-name-title h3 a,
.taxonomy-term.view-mode-tile .field-name-title h3 a,
.node.view-mode-small_tile .field-name-title h3 a,
.taxonomy-term.view-mode-small_tile .field-name-title h3 a,
.node.view-mode-tile .field-name-title h4 a,
.node.view-mode-large_tile .field-name-title h4 a,
.taxonomy-term.view-mode-tile .field-name-title h4 a,
.node.view-mode-small_tile .field-name-title h4 a,
.taxonomy-term.view-mode-small_tile .field-name-title h4 a {
  color: #254876;
}
.node.view-mode-tile span.caption,
.node.view-mode-large_tile span.caption,
.taxonomy-term.view-mode-tile span.caption,
.node.view-mode-small_tile span.caption,
.taxonomy-term.view-mode-small_tile span.caption {
  display: none;
}
.node.view-mode-card {
  border: 1px solid #c0c4c6;
}
.node.view-mode-card .group-top .field-name-title {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.node.view-mode-card .group-top .field-name-title h1,
.node.view-mode-card .group-top .field-name-title h2 {
  color: #FFF;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
.node.view-mode-card .group-middle {
  padding: 14px;
}
.node.view-mode-card .group-bottom {
  border-top: 1px solid #EAEAEA;
  padding: 14px;
}
.node.view-mode-card .field-name-node-link {
  float: right;
}
.view-mode-search_result.grid-12 {
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.view-mode-search_result.grid-12 .field-name-node-link {
  margin: 10px 0;
}
.page-search .ds-search-highlight {
  background-color: #254876;
  background-color: #eee;
}
.page-search .ds-search-extra {
  min-height: 20px;
  padding: 12px;
  margin-bottom: 20px;
  background-color: #254876;
  border: 1px solid #eee;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  color: #eeca4b;
}
.page-search .ds-search-extra blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.page-search .group-result .fieldset-legend {
  font-size: 28px;
  line-height: 1.5;
  margin-bottom: 12px;
  font-family: "roboto", "helvetica", "arial";
  font-weight: 700;
  color: #254876;
  border: 0;
  border-bottom: 2px solid #c0c4c6;
  display: block;
  margin-bottom: 40px;
}
@media only screen and (max-width : 768px) {
  .page-search .group-result .fieldset-legend {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 12px;
  }
}
.page-search form#search-form {
  margin: 14px 0;
}
.page-search form#search-form fieldset {
  margin-top: 14px;
}
#block-search-form {
  box-sizing: border-box;
  margin-top: 14px;
}
@media only screen and (min-width : 1380px) {
  #block-search-form {
    width: 166px;
    display: inline-block;
    float: left;
    margin-left: 14px;
    position: relative;
  }
}
@media only screen and (min-width : 1024px) and (max-width : 1380px) {
  #block-search-form {
    width: 166px;
    display: inline-block;
    float: left;
    margin-left: 14px;
    position: relative;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  #block-search-form {
    width: 112px;
    display: inline-block;
    float: left;
    margin-left: 12px;
    position: relative;
  }
}
@media only screen and (max-width : 768px) {
  #block-search-form {
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  #block-search-form {
    width: 236px;
    display: inline-block;
    float: left;
    margin-left: 12px;
    position: relative;
  }
}
#block-search-form .block-inner {
  float: right;
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  #block-search-form {
    float: right;
  }
}
@media only screen and (max-width : 768px) {
  #block-search-form {
    clear: both;
    padding: 8px;
  }
  #block-search-form .block-inner {
    float: none;
  }
}
#block-search-form form {
  margin: 0;
  left: 0;
  background: #eeca4b;
  color: #254876;
}
#block-search-form ::-webkit-input-placeholder {
  color: #254876;
}
#block-search-form label {
  float: left;
}
#block-search-form input {
  float: left;
  height: 36px;
  color: #254876;
  font-size: 14px;
  border: 0;
  margin: 0;
  outline: 0;
  padding: 4px;
  text-indent: 4px;
  width: 100px;
}
@media only screen and (max-width : 768px) {
  #block-search-form input#edit-search-block-form--2 {
    width: 80%;
    font-size: 20px;
    font-size: 12px;
  }
}
#block-search-form input.form-submit {
  overflow: hidden;
  text-indent: -999px;
  background: url(../images/search-yellow.png) no-repeat center;
  width: 50px;
}
@media only screen and (max-width : 768px) {
  #block-search-form input.form-submit {
    width: 20%;
  }
}
#block-va-social-social-icons {
  box-sizing: border-box;
}
@media only screen and (min-width : 1380px) {
  #block-va-social-social-icons {
    width: 166px;
    display: inline-block;
    float: left;
    margin-left: 14px;
    position: relative;
  }
}
@media only screen and (min-width : 1024px) and (max-width : 1380px) {
  #block-va-social-social-icons {
    width: 166px;
    display: inline-block;
    float: left;
    margin-left: 14px;
    position: relative;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  #block-va-social-social-icons {
    width: 112px;
    display: inline-block;
    float: left;
    margin-left: 12px;
    position: relative;
  }
}
@media only screen and (max-width : 768px) {
  #block-va-social-social-icons {
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
}
#block-va-social-social-icons-2 {
  box-sizing: border-box;
}
@media only screen and (min-width : 1380px) {
  #block-va-social-social-icons-2 {
    width: 256px;
    display: inline-block;
    float: left;
    margin-left: 14px;
    position: relative;
  }
}
@media only screen and (min-width : 1024px) and (max-width : 1380px) {
  #block-va-social-social-icons-2 {
    width: 256px;
    display: inline-block;
    float: left;
    margin-left: 14px;
    position: relative;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  #block-va-social-social-icons-2 {
    width: 174px;
    display: inline-block;
    float: left;
    margin-left: 12px;
    position: relative;
  }
}
@media only screen and (max-width : 768px) {
  #block-va-social-social-icons-2 {
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
}
#block-va-social-social-icons-2 .socialmedia {
  margin: 14px 0 0 0;
}
.socialmedia {
  margin: 14px 0 0 0;
  /* --------------------------------------------------------------------------------------------------------------	
All images are in folders as below:

COLOUR SQUARES 	../images/social/squares/facebook.png
COLOUR CIRCLES 	../images/social/circles/facebook.png

BLACK CIRCLES 	../images/social/black-circles/facebook.png
BLACK SQUARES 	../images/social/black-squares/facebook.png

GREY-SQUARES 	../images/social/grey-squares/facebook.png
GREY-CIRCLES 	../images/social/grey-circles/facebook.png

WHITE-CIRCLES 	../images/social/white-circles/facebook.png
WHITE-SQUARES 	../images/social/white-squares/facebook.png
-------------------------------------------------------------------------------------------------------------- */
}
.socialmedia:after {
  content: "";
  display: table;
  clear: both;
}
.socialmedia ul {
  margin: 0;
  padding: 0;
  float: right;
}
.socialmedia li {
  float: left;
  width: 24px;
  height: 24px;
  margin: 0 10px 10px 0;
  background-size: contain;
  list-style: none;
}
.socialmedia a {
  width: 24px;
  height: 24px;
  cursor: pointer;
  padding: 0;
  float: left;
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-transition: opacity 0.125s linear 0s;
  -webkit-transition: opacity 0.125s linear 0s;
  -o-transition: opacity 0.125s linear 0s;
  transition: opacity 0.125s linear 0s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.socialmedia a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.socialmedia .facebook {
  background-image: url('../images/social/grey-circles/facebook.png');
  background-repeat: no-repeat;
}
.socialmedia .twitter {
  background-image: url('../images/social/grey-circles/twitter.png');
  background-repeat: no-repeat;
}
.socialmedia .rss {
  background-image: url('../images/social/grey-circles/rss.png');
  background-repeat: no-repeat;
}
.socialmedia .vimeo {
  background-image: url('../images/social/grey-circles/vimeo.png');
  background-repeat: no-repeat;
}
.socialmedia .linkedin {
  background-image: url('../images/social/grey-circles/linkedin.png');
  background-repeat: no-repeat;
}
.socialmedia .youtube {
  background-image: url('../images/social/grey-circles/youtube.png');
  background-repeat: no-repeat;
}
.socialmedia .instagram {
  background-image: url('../images/social/grey-circles/instagram.png');
  background-repeat: no-repeat;
}
.socialmedia .pinterest {
  background-image: url('../images/social/grey-circles/pinterest.png');
  background-repeat: no-repeat;
}
.socialmedia .googleplus {
  background-image: url('../images/social/grey-circles/googleplus.png');
  background-repeat: no-repeat;
}
table {
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
tbody {
  border-top: 0;
}
.table {
  width: 100%;
  margin-bottom: 14px;
}
.table thead {
  background: #254876;
  color: #eeca4b;
  font-weight: 700;
}
.table th,
.table td {
  padding: 5px;
  line-height: 1.5;
  text-align: left;
  vertical-align: top;
  border-top: 0;
}
.table th {
  font-weight: bold;
}
.table thead th {
  vertical-align: bottom;
}
.table thead:first-child tr th,
.table thead:first-child tr td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #ddd;
}
.table-white {
  width: 100%;
  margin-bottom: 14px;
}
.table-white th,
.table-white td {
  padding: 8px;
  line-height: 1.5;
  text-align: left;
  vertical-align: top;
  border-top: 2px solid #FFF;
}
.table-white th {
  font-weight: bold;
}
.table-white thead th {
  vertical-align: bottom;
}
.table-white thead:first-child tr th,
.table-white thead:first-child tr td {
  border-top: 0;
}
.table-white tbody + tbody {
  border-top: 2px solid #FFF;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-square {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.table-bordered {
  border: 1px solid #ddd;
  border-collapse: separate;
  *border-collapse: collapsed;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.table-bordered th + th,
.table-bordered td + td,
.table-bordered th + td,
.table-bordered td + th {
  border-left: 1px solid #ddd;
}
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered thead:first-child tr:first-child th:first-child,
.table-bordered tbody:first-child tr:first-child td:first-child {
  -webkit-border-radius: 4px 0 0 0;
  -moz-border-radius: 4px 0 0 0;
  border-radius: 4px 0 0 0;
}
.table-bordered thead:first-child tr:first-child th:last-child,
.table-bordered tbody:first-child tr:first-child td:last-child {
  -webkit-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
  border-radius: 0 4px 0 0;
}
.table-bordered thead:last-child tr:last-child th:first-child,
.table-bordered tbody:last-child tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
}
.table-bordered thead:last-child tr:last-child th:last-child,
.table-bordered tbody:last-child tr:last-child td:last-child {
  -webkit-border-radius: 0 0 4px 0;
  -moz-border-radius: 0 0 4px 0;
  border-radius: 0 0 4px 0;
}
.table-bordered-white {
  border: 1px solid #FFF;
  border-collapse: separate;
  *border-collapse: collapsed;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.table-bordered-white th + th,
.table-bordered-white td + td,
.table-bordered-white th + td,
.table-bordered-white td + th {
  border-left: 2px solid #FFF;
}
.table-bordered-white thead:first-child tr:first-child th,
.table-bordered-white tbody:first-child tr:first-child th,
.table-bordered-white tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered-white thead:first-child tr:first-child th:first-child,
.table-bordered-white tbody:first-child tr:first-child td:first-child {
  -webkit-border-radius: 4px 0 0 0;
  -moz-border-radius: 4px 0 0 0;
  border-radius: 4px 0 0 0;
}
.table-bordered-white thead:first-child tr:first-child th:last-child,
.table-bordered-white tbody:first-child tr:first-child td:last-child {
  -webkit-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
  border-radius: 0 4px 0 0;
}
.table-bordered-white thead:last-child tr:last-child th:first-child,
.table-bordered-white tbody:last-child tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
}
.table-bordered-white thead:last-child tr:last-child th:last-child,
.table-bordered-white tbody:last-child tr:last-child td:last-child {
  -webkit-border-radius: 0 0 4px 0;
  -moz-border-radius: 0 0 4px 0;
  border-radius: 0 0 4px 0;
}
.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}
/*.table {
  tbody tr:hover td,
  tbody tr:hover th {
    background-color: #f5f5f5;
  }
}
*/
.view table.draggable {
  width: 100%;
  margin-bottom: 14px;
  border: 1px solid #ddd;
  border-collapse: separate;
  *border-collapse: collapsed;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.view table.draggable thead {
  background: #254876;
  color: #eeca4b;
  font-weight: 700;
}
.view table.draggable th,
.view table.draggable td {
  padding: 5px;
  line-height: 1.5;
  text-align: left;
  vertical-align: top;
  border-top: 0;
}
.view table.draggable th {
  font-weight: bold;
}
.view table.draggable thead th {
  vertical-align: bottom;
}
.view table.draggable thead:first-child tr th,
.view table.draggable thead:first-child tr td {
  border-top: 0;
}
.view table.draggable tbody + tbody {
  border-top: 2px solid #ddd;
}
.view table.draggable th + th,
.view table.draggable td + td,
.view table.draggable th + td,
.view table.draggable td + th {
  border-left: 1px solid #ddd;
}
.view table.draggable thead:first-child tr:first-child th,
.view table.draggable tbody:first-child tr:first-child th,
.view table.draggable tbody:first-child tr:first-child td {
  border-top: 0;
}
.view table.draggable thead:first-child tr:first-child th:first-child,
.view table.draggable tbody:first-child tr:first-child td:first-child {
  -webkit-border-radius: 4px 0 0 0;
  -moz-border-radius: 4px 0 0 0;
  border-radius: 4px 0 0 0;
}
.view table.draggable thead:first-child tr:first-child th:last-child,
.view table.draggable tbody:first-child tr:first-child td:last-child {
  -webkit-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
  border-radius: 0 4px 0 0;
}
.view table.draggable thead:last-child tr:last-child th:first-child,
.view table.draggable tbody:last-child tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
}
.view table.draggable thead:last-child tr:last-child th:last-child,
.view table.draggable tbody:last-child tr:last-child td:last-child {
  -webkit-border-radius: 0 0 4px 0;
  -moz-border-radius: 0 0 4px 0;
  border-radius: 0 0 4px 0;
}
.view table.draggable tbody tr:nth-child(odd) td,
.view table.draggable tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}
body {
  margin: 0;
  padding: 0;
  color: #000000;
  font-family: "roboto", "helvetica", "arial";
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 12px;
  -webkit-font-smoothing: antialiased;
  background: #fff;
}
/* Link Colors */
/* Colors */
/* Text Color */
/* Global Links */
a {
  text-decoration: none;
  color: #2b5489;
}
a:hover {
  text-decoration: underline;
  color: #386eb4;
}
.field-name-title,
.field-name-body {
  max-width: 800px;
}
.field-type-file .file {
  padding: 4px;
}
.field-type-file .file img {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  border: 0;
}
.views-exposed-form {
  min-height: 20px;
  padding: 12px;
  margin-bottom: 20px;
  background-color: #254876;
  border: 1px solid #eee;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  color: #eeca4b;
}
.views-exposed-form blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.views-exposed-form .views-exposed-widget {
  display: inline;
}
.views-exposed-form .views-exposed-widget label {
  float: left;
  margin-right: 14px;
  color: #fff;
}
.views-exposed-form .views-exposed-widget .views-widget {
  float: left;
}
.views-exposed-form .views-exposed-widget .form-submit {
  margin: 0;
}
.field-name-field-video {
  margin: 14px 0;
  max-width: 640px;
}
.field-name-field-video iframe {
  width: 100%;
}
body.page-node-714 > #colorbox #cboxWrapper {
  max-height: 420px;
}
@media only screen and (max-width : 768px) {
  body.page-node-714 > #colorbox #cboxWrapper {
    max-height: 380px;
  }
}
#disclaimer {
  text-align: center;
}
#disclaimer .content {
  width: 100%;
}
#disclaimer ul,
#disclaimer li {
  margin: 0;
  padding: 0;
}
#disclaimer li {
  width: 50%;
  float: left;
  list-style: none;
}
#disclaimer img {
  max-width: 240px;
  padding: 4px;
  box-sizing: border-box;
}
#disclaimer li:nth-child(odd) a {
  float: right;
}
#disclaimer .actions {
  clear: both;
}
#disclaimer .enter {
  width: 100%;
  padding-top: 14px;
}
#disclaimer .enter a {
  background: #333;
  display: inline-block;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: normal;
  color: #ccc;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  text-transform: uppercase;
  background-color: #eeca4b;
  color: #254876;
}
#disclaimer .enter a [class^="icon"],
#disclaimer .enter a [class*=" icon"] {
  /* keeps button heights with and without icons the same */
  line-height: .9em;
}
#disclaimer .enter a:hover {
  color: #ccc;
  text-decoration: none;
  background-color: #1a1a1a;
  -moz-transition: background 0.15s linear 2s linear 0s;
  -webkit-transition: background 0.15s linear 2s linear 0s;
  -o-transition: background 0.15s linear 2s linear 0s;
  transition: background 0.15s linear 2s linear 0s;
}
#disclaimer .enter a:hover {
  background-color: #eabc1c;
  color: #254876;
}
#block-block-10 {
  display: block;
  text-align: center;
}
#block-block-10 h2.block-title {
  margin: 28px 0;
}
#block-block-10 p {
  display: inline-block;
  width: 18%;
  font-family: "roboto", "helvetica", "arial";
  background: #ccc;
}
@media only screen and (max-width : 768px) {
  #block-block-10 p {
    width: 100%;
    display: block;
    margin: 14px auto;
  }
}
#block-block-10 .fb {
  background: #4d67a3 url("../images/fb.png") no-repeat center 18px;
}
#block-block-10 .survey {
  background: #eeca4b url("../images/survey.png") no-repeat center 18px;
}
#block-block-10 .survey a {
  color: #254876;
}
#block-block-10 .donate {
  background: #107b10 url("../images/donate.png") no-repeat center 18px;
}
#block-block-10 .yt {
  background: #cc171e url("../images/yt.png") no-repeat center 18px;
}
#block-block-10 a {
  padding: 80px 14px 14px 14px;
  display: block;
  max-width: 140px;
  margin: auto;
  color: #fff;
}
#block-block-2 {
  box-sizing: border-box;
}
@media only screen and (min-width : 1380px) {
  #block-block-2 {
    width: 1066px;
    display: inline-block;
    float: left;
    margin-left: 14px;
    position: relative;
  }
}
@media only screen and (min-width : 1024px) and (max-width : 1380px) {
  #block-block-2 {
    width: 1066px;
    display: inline-block;
    float: left;
    margin-left: 14px;
    position: relative;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  #block-block-2 {
    width: 732px;
    display: inline-block;
    float: left;
    margin-left: 12px;
    position: relative;
  }
}
@media only screen and (max-width : 768px) {
  #block-block-2 {
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
}
#block-block-2 .block-inner {
  padding: 0 14px;
  margin: auto;
  max-width: 730px;
}
#block-block-2 h2 {
  color: #fff;
  text-align: center;
  display: block;
}
#block-block-2 .indicates-required {
  color: #c0c4c6;
  font-size: 10px;
  width: 100%;
  padding: 0 0 7px 0;
}
#block-block-2 label {
  float: left;
  color: #eeca4b;
  padding-right: 7px;
  padding-top: 8px;
  text-align: right;
}
#block-block-2 .mc-field-group {
  font-size: 10px;
  float: left;
  margin-right: 14px;
}
#block-block-2 .mc-field-group input {
  float: right;
  width: 100px;
}
#block-block-2 input#mc-embedded-subscribe {
  background: #333;
  display: inline-block;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: normal;
  color: #ccc;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  text-transform: uppercase;
  background-color: #eeca4b;
  color: #254876;
  float: left;
}
#block-block-2 input#mc-embedded-subscribe [class^="icon"],
#block-block-2 input#mc-embedded-subscribe [class*=" icon"] {
  /* keeps button heights with and without icons the same */
  line-height: .9em;
}
#block-block-2 input#mc-embedded-subscribe:hover {
  color: #ccc;
  text-decoration: none;
  background-color: #1a1a1a;
  -moz-transition: background 0.15s linear 2s linear 0s;
  -webkit-transition: background 0.15s linear 2s linear 0s;
  -o-transition: background 0.15s linear 2s linear 0s;
  transition: background 0.15s linear 2s linear 0s;
}
#block-block-2 input#mc-embedded-subscribe:hover {
  background-color: #eabc1c;
  color: #254876;
}
@media only screen and (max-width : 768px) {
  #block-block-2 .mc-field-group {
    float: none;
  }
  #block-block-2 .mc-field-group input {
    width: 100%;
  }
}
#block-block-6 {
  box-sizing: border-box;
}
@media only screen and (min-width : 1380px) {
  #block-block-6 {
    width: 796px;
    display: inline-block;
    float: left;
    margin-left: 14px;
    position: relative;
  }
}
@media only screen and (min-width : 1024px) and (max-width : 1380px) {
  #block-block-6 {
    width: 796px;
    display: inline-block;
    float: left;
    margin-left: 14px;
    position: relative;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  #block-block-6 {
    width: 546px;
    display: inline-block;
    float: left;
    margin-left: 12px;
    position: relative;
  }
}
@media only screen and (max-width : 768px) {
  #block-block-6 {
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
}
#block-block-6 .block-inner {
  padding-top: 100px;
}
#block-block-6 h2,
#block-block-6 h3 {
  color: #fff;
  text-shadow: 3px 3px 8px #000000, 1px 1px 1px #000000, 1px 1px 1px #000000;
  font-size: 42px;
  text-transform: uppercase;
}
#block-block-6 h2 span,
#block-block-6 h3 span {
  font-size: 28px;
  color: #eeca4b;
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  #block-block-6 .block-inner {
    padding-top: 32px;
  }
  #block-block-6 h2,
  #block-block-6 h3 {
    text-shadow: 3px 3px 8px #000000, 1px 1px 1px #000000, 1px 1px 1px #000000;
    font-size: 38px;
  }
  #block-block-6 h2 span,
  #block-block-6 h3 span {
    font-size: 24px;
    display: block;
  }
}
@media only screen and (max-width : 768px) {
  #block-block-6 {
    float: left;
    width: 80%;
  }
  #block-block-6 .block-inner {
    padding-top: 0;
  }
  #block-block-6 h2,
  #block-block-6 h3 {
    text-shadow: 3px 3px 8px #000000, 1px 1px 1px #000000, 1px 1px 1px #000000;
    font-size: 20px;
    margin: 0;
  }
  #block-block-6 h2 span,
  #block-block-6 h3 span {
    font-size: 14px;
    color: #eeca4b;
    display: block;
  }
}
#block-block-8 {
  box-sizing: border-box;
}
@media only screen and (min-width : 1380px) {
  #block-block-8 {
    width: 256px;
    display: inline-block;
    float: left;
    margin-left: 14px;
    position: relative;
  }
}
@media only screen and (min-width : 1024px) and (max-width : 1380px) {
  #block-block-8 {
    width: 256px;
    display: inline-block;
    float: left;
    margin-left: 14px;
    position: relative;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  #block-block-8 {
    width: 174px;
    display: inline-block;
    float: left;
    margin-left: 12px;
    position: relative;
  }
}
@media only screen and (max-width : 768px) {
  #block-block-8 {
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
}
#block-block-8 img {
  max-width: 200px;
}
@media only screen and (max-width : 768px) {
  #block-block-8 {
    float: left;
    width: 20%;
  }
}
@media only screen and (max-width : 768px) {
  #block-block-1 a.va {
    float: left;
  }
}
#node-714 {
  padding-bottom: 14px;
  margin-bottom: 24px;
  border-bottom: 4px solid #eeca4b;
}
#block-views-carousel-block .block-inner {
  margin: 0;
  padding: 0;
  height: auto;
  display: block;
  float: none;
  width: auto;
  position: relative;
  top: 0;
  left: 0;
}
/* ==========================================================================
   Guides and Publications
   ========================================================================== */
.node-guide-or-publication .field-name-field-image img {
  max-width: 150px;
}
#block-views-guides-and-publications-block .views-row {
  border-bottom: 1px solid #c0c4c6;
  margin-bottom: 10px;
}
#block-views-guides-and-publications-block .views-row.views-row-last {
  border: none;
}
#block-views-guides-and-publications-block-1,
#block-views-guides-and-publications-block-2 {
  box-sizing: border-box;
  float: none !important;
  padding-bottom: 14px;
}
@media only screen and (min-width : 1380px) {
  #block-views-guides-and-publications-block-1,
  #block-views-guides-and-publications-block-2 {
    width: 526px;
    display: inline-block;
    float: left;
    margin-left: 14px;
    position: relative;
  }
}
@media only screen and (min-width : 1024px) and (max-width : 1380px) {
  #block-views-guides-and-publications-block-1,
  #block-views-guides-and-publications-block-2 {
    width: 526px;
    display: inline-block;
    float: left;
    margin-left: 14px;
    position: relative;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  #block-views-guides-and-publications-block-1,
  #block-views-guides-and-publications-block-2 {
    width: 360px;
    display: inline-block;
    float: left;
    margin-left: 12px;
    position: relative;
  }
}
@media only screen and (max-width : 768px) {
  #block-views-guides-and-publications-block-1,
  #block-views-guides-and-publications-block-2 {
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
}
#block-views-guides-and-publications-block-1 h2.block-title,
#block-views-guides-and-publications-block-2 h2.block-title {
  box-sizing: border-box;
  margin-bottom: 0;
}
@media only screen and (min-width : 1380px) {
  #block-views-guides-and-publications-block-1 h2.block-title,
  #block-views-guides-and-publications-block-2 h2.block-title {
    width: 526px;
    display: inline-block;
    float: left;
    margin-left: 14px;
    position: relative;
  }
}
@media only screen and (min-width : 1024px) and (max-width : 1380px) {
  #block-views-guides-and-publications-block-1 h2.block-title,
  #block-views-guides-and-publications-block-2 h2.block-title {
    width: 526px;
    display: inline-block;
    float: left;
    margin-left: 14px;
    position: relative;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  #block-views-guides-and-publications-block-1 h2.block-title,
  #block-views-guides-and-publications-block-2 h2.block-title {
    width: 360px;
    display: inline-block;
    float: left;
    margin-left: 12px;
    position: relative;
  }
}
@media only screen and (max-width : 768px) {
  #block-views-guides-and-publications-block-1 h2.block-title,
  #block-views-guides-and-publications-block-2 h2.block-title {
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
}
#block-views-guides-and-publications-block-1 .block-inner,
#block-views-guides-and-publications-block-2 .block-inner {
  position: relative;
}
@media only screen and (min-width : 1380px) {
  #block-views-guides-and-publications-block-1 .block-inner,
  #block-views-guides-and-publications-block-2 .block-inner {
    margin-left: -14px;
    float: none;
    display: block;
    clear: both;
    width: auto;
  }
  #block-views-guides-and-publications-block-1 .block-inner:after,
  #block-views-guides-and-publications-block-2 .block-inner:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media only screen and (min-width : 1024px) and (max-width : 1380px) {
  #block-views-guides-and-publications-block-1 .block-inner,
  #block-views-guides-and-publications-block-2 .block-inner {
    margin-left: -14px;
    float: none;
    display: block;
    clear: both;
    width: auto;
  }
  #block-views-guides-and-publications-block-1 .block-inner:after,
  #block-views-guides-and-publications-block-2 .block-inner:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  #block-views-guides-and-publications-block-1 .block-inner,
  #block-views-guides-and-publications-block-2 .block-inner {
    margin-left: -12px;
    float: none;
    display: block;
    clear: both;
    width: auto;
  }
  #block-views-guides-and-publications-block-1 .block-inner:after,
  #block-views-guides-and-publications-block-2 .block-inner:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media only screen and (max-width : 768px) {
  #block-views-guides-and-publications-block-1 .block-inner,
  #block-views-guides-and-publications-block-2 .block-inner {
    margin: 0;
    padding: 0;
    height: auto;
    display: block;
    float: none;
    width: auto;
    position: relative;
    top: 0;
    left: 0;
  }
}
@media only screen and (min-width : 1380px) {
  #block-views-guides-and-publications-block-1 .block-inner,
  #block-views-guides-and-publications-block-2 .block-inner {
    margin-left: -14px;
    float: none;
    display: block;
    clear: both;
    width: auto;
  }
  #block-views-guides-and-publications-block-1 .block-inner:after,
  #block-views-guides-and-publications-block-2 .block-inner:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media only screen and (min-width : 1024px) and (max-width : 1380px) {
  #block-views-guides-and-publications-block-1 .block-inner,
  #block-views-guides-and-publications-block-2 .block-inner {
    margin-left: -14px;
    float: none;
    display: block;
    clear: both;
    width: auto;
  }
  #block-views-guides-and-publications-block-1 .block-inner:after,
  #block-views-guides-and-publications-block-2 .block-inner:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  #block-views-guides-and-publications-block-1 .block-inner,
  #block-views-guides-and-publications-block-2 .block-inner {
    margin-left: -12px;
    float: none;
    display: block;
    clear: both;
    width: auto;
  }
  #block-views-guides-and-publications-block-1 .block-inner:after,
  #block-views-guides-and-publications-block-2 .block-inner:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media only screen and (max-width : 768px) {
  #block-views-guides-and-publications-block-1 .block-inner,
  #block-views-guides-and-publications-block-2 .block-inner {
    margin: 0;
    padding: 0;
    height: auto;
    display: block;
    float: none;
    width: auto;
    position: relative;
    top: 0;
    left: 0;
  }
}
#block-views-guides-and-publications-block-1 .field-name-body,
#block-views-guides-and-publications-block-2 .field-name-body {
  margin-bottom: 14px;
}
#block-views-guides-and-publications-block-1 .view-footer,
#block-views-guides-and-publications-block-2 .view-footer {
  box-sizing: border-box;
}
@media only screen and (min-width : 1380px) {
  #block-views-guides-and-publications-block-1 .view-footer,
  #block-views-guides-and-publications-block-2 .view-footer {
    width: 526px;
    display: inline-block;
    float: left;
    margin-left: 14px;
    position: relative;
  }
}
@media only screen and (min-width : 1024px) and (max-width : 1380px) {
  #block-views-guides-and-publications-block-1 .view-footer,
  #block-views-guides-and-publications-block-2 .view-footer {
    width: 526px;
    display: inline-block;
    float: left;
    margin-left: 14px;
    position: relative;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  #block-views-guides-and-publications-block-1 .view-footer,
  #block-views-guides-and-publications-block-2 .view-footer {
    width: 360px;
    display: inline-block;
    float: left;
    margin-left: 12px;
    position: relative;
  }
}
@media only screen and (max-width : 768px) {
  #block-views-guides-and-publications-block-1 .view-footer,
  #block-views-guides-and-publications-block-2 .view-footer {
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
}
#block-views-guides-and-publications-block-1 .view-footer a,
#block-views-guides-and-publications-block-2 .view-footer a {
  background: #333;
  display: inline-block;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: normal;
  color: #ccc;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  text-transform: uppercase;
}
#block-views-guides-and-publications-block-1 .view-footer a [class^="icon"],
#block-views-guides-and-publications-block-2 .view-footer a [class^="icon"],
#block-views-guides-and-publications-block-1 .view-footer a [class*=" icon"],
#block-views-guides-and-publications-block-2 .view-footer a [class*=" icon"] {
  /* keeps button heights with and without icons the same */
  line-height: .9em;
}
#block-views-guides-and-publications-block-1 .view-footer a:hover,
#block-views-guides-and-publications-block-2 .view-footer a:hover {
  color: #ccc;
  text-decoration: none;
  background-color: #1a1a1a;
  -moz-transition: background 0.15s linear 2s linear 0s;
  -webkit-transition: background 0.15s linear 2s linear 0s;
  -o-transition: background 0.15s linear 2s linear 0s;
  transition: background 0.15s linear 2s linear 0s;
}
@media only screen and (max-width : 768px) {
  #block-views-guides-and-publications-block-1,
  #block-views-guides-and-publications-block-2 {
    margin-top: 14px;
  }
  #block-views-guides-and-publications-block-1 h3,
  #block-views-guides-and-publications-block-2 h3 {
    margin-top: 7px;
  }
}
#block-views-guides-and-publications-block-1 {
  border-bottom: 1px solid #ccc;
}
.view-mode-full .field-name-field-image {
  position: relative;
}
@media only screen and (min-width : 1380px) {
  .view-mode-full .field-name-field-image {
    margin-left: -14px;
    float: none;
    display: block;
    clear: both;
    width: auto;
  }
  .view-mode-full .field-name-field-image:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media only screen and (min-width : 1024px) and (max-width : 1380px) {
  .view-mode-full .field-name-field-image {
    margin-left: -14px;
    float: none;
    display: block;
    clear: both;
    width: auto;
  }
  .view-mode-full .field-name-field-image:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .view-mode-full .field-name-field-image {
    margin-left: -12px;
    float: none;
    display: block;
    clear: both;
    width: auto;
  }
  .view-mode-full .field-name-field-image:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media only screen and (max-width : 768px) {
  .view-mode-full .field-name-field-image {
    margin: 0;
    padding: 0;
    height: auto;
    display: block;
    float: none;
    width: auto;
    position: relative;
    top: 0;
    left: 0;
  }
}
@media only screen and (min-width : 1380px) {
  .view-mode-full .field-name-field-image {
    margin-left: -14px;
    float: none;
    display: block;
    clear: both;
    width: auto;
  }
  .view-mode-full .field-name-field-image:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media only screen and (min-width : 1024px) and (max-width : 1380px) {
  .view-mode-full .field-name-field-image {
    margin-left: -14px;
    float: none;
    display: block;
    clear: both;
    width: auto;
  }
  .view-mode-full .field-name-field-image:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .view-mode-full .field-name-field-image {
    margin-left: -12px;
    float: none;
    display: block;
    clear: both;
    width: auto;
  }
  .view-mode-full .field-name-field-image:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media only screen and (max-width : 768px) {
  .view-mode-full .field-name-field-image {
    margin: 0;
    padding: 0;
    height: auto;
    display: block;
    float: none;
    width: auto;
    position: relative;
    top: 0;
    left: 0;
  }
}
.view-mode-full .field-name-field-image .field-item {
  box-sizing: border-box;
  border: 2px solid #ccc;
  margin-bottom: 14px;
}
@media only screen and (min-width : 1380px) {
  .view-mode-full .field-name-field-image .field-item {
    width: 256px;
    display: inline-block;
    float: left;
    margin-left: 14px;
    position: relative;
  }
}
@media only screen and (min-width : 1024px) and (max-width : 1380px) {
  .view-mode-full .field-name-field-image .field-item {
    width: 256px;
    display: inline-block;
    float: left;
    margin-left: 14px;
    position: relative;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .view-mode-full .field-name-field-image .field-item {
    width: 174px;
    display: inline-block;
    float: left;
    margin-left: 12px;
    position: relative;
  }
}
@media only screen and (max-width : 768px) {
  .view-mode-full .field-name-field-image .field-item {
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
}
.view-mode-full .field-name-field-image span.caption {
  position: absolute;
  bottom: 0;
  font-size: 18px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 12px;
  background: #eeca4b;
  color: #254876;
  margin: 0;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  padding: 6px;
}
@media only screen and (max-width : 768px) {
  .view-mode-full .field-name-field-image span.caption {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 12px;
  }
}
.view-mode-full .field-name-field-image span.caption:empty {
  display: none;
}
/* ==========================================================================
   Calender
   ========================================================================== */
/* View > Calender */
.view-Calender,
.view-parlimentary-calendar {
  margin-bottom: 10px;
}
.view-Calender .date-nav-wrapper .date-prev,
.view-parlimentary-calendar .date-nav-wrapper .date-prev,
.view-Calender .date-nav-wrapper .date-next,
.view-parlimentary-calendar .date-nav-wrapper .date-next {
  border-radius: 0;
  padding: 0;
  background: transparent;
}
.view-Calender .date-nav-wrapper .date-prev a,
.view-parlimentary-calendar .date-nav-wrapper .date-prev a,
.view-Calender .date-nav-wrapper .date-next a,
.view-parlimentary-calendar .date-nav-wrapper .date-next a {
  margin-left: 8px;
}
.view-Calender .date-nav-wrapper .date-prev,
.view-parlimentary-calendar .date-nav-wrapper .date-prev {
  left: 0;
  right: auto;
}
.view-Calender .date-nav-wrapper .date-next,
.view-parlimentary-calendar .date-nav-wrapper .date-next {
  right: 15px;
}
.view-Calender .calendar-calendar,
.view-parlimentary-calendar .calendar-calendar {
  border-right: 1px solid #c0c4c6;
}
.view-Calender .date-nav,
.view-parlimentary-calendar .date-nav {
  margin: 0;
}
.view-Calender ul.pager,
.view-parlimentary-calendar ul.pager {
  margin: 0;
}
.view-Calender ul.pager li,
.view-parlimentary-calendar ul.pager li {
  border: 0;
}
.view-Calender ul.pager a,
.view-parlimentary-calendar ul.pager a,
.view-Calender ul.pager span,
.view-parlimentary-calendar ul.pager span {
  background: #333;
  display: inline-block;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: normal;
  color: #ccc;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  text-transform: uppercase;
  background-color: #eeca4b;
  color: #254876;
  color: #254876 !important;
}
.view-Calender ul.pager a [class^="icon"],
.view-parlimentary-calendar ul.pager a [class^="icon"],
.view-Calender ul.pager span [class^="icon"],
.view-parlimentary-calendar ul.pager span [class^="icon"],
.view-Calender ul.pager a [class*=" icon"],
.view-parlimentary-calendar ul.pager a [class*=" icon"],
.view-Calender ul.pager span [class*=" icon"],
.view-parlimentary-calendar ul.pager span [class*=" icon"] {
  /* keeps button heights with and without icons the same */
  line-height: .9em;
}
.view-Calender ul.pager a:hover,
.view-parlimentary-calendar ul.pager a:hover,
.view-Calender ul.pager span:hover,
.view-parlimentary-calendar ul.pager span:hover {
  color: #ccc;
  text-decoration: none;
  background-color: #1a1a1a;
  -moz-transition: background 0.15s linear 2s linear 0s;
  -webkit-transition: background 0.15s linear 2s linear 0s;
  -o-transition: background 0.15s linear 2s linear 0s;
  transition: background 0.15s linear 2s linear 0s;
}
.view-Calender ul.pager a:hover,
.view-parlimentary-calendar ul.pager a:hover,
.view-Calender ul.pager span:hover,
.view-parlimentary-calendar ul.pager span:hover {
  background-color: #eabc1c;
  color: #254876;
}
.view-Calender .ical-icon,
.view-parlimentary-calendar .ical-icon,
.view-Calender .feed-icon,
.view-parlimentary-calendar .feed-icon {
  display: none;
}
.calendar-calendar .month-view .full td.multi-day div.monthview,
.calendar-calendar .week-view .full td.multi-day div.weekview,
.calendar-calendar .day-view .full td.multi-day div.dayview {
  border-radius: 0;
  background: #c0c4c6;
  color: #404547;
}
.calendar-calendar .month-view .full td.multi-day div.monthview span,
.calendar-calendar .week-view .full td.multi-day div.weekview span,
.calendar-calendar .day-view .full td.multi-day div.dayview span {
  color: #404547;
}
.calendar-calendar .month-view .full td.multi-day .inner .monthview .continues,
.calendar-calendar .month-view .full td.multi-day .inner .monthview .cutoff,
.calendar-calendar .week-view .full td.multi-day .inner .weekview .continues,
.calendar-calendar .week-view .full td.multi-day .inner .weekview .cutoff {
  background: #c0c4c6;
}
.region-below-content .region-inner {
  position: relative;
}
@media only screen and (min-width : 1380px) {
  .region-below-content .region-inner {
    margin-left: -14px;
    float: none;
    display: block;
    clear: both;
    width: auto;
  }
  .region-below-content .region-inner:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media only screen and (min-width : 1024px) and (max-width : 1380px) {
  .region-below-content .region-inner {
    margin-left: -14px;
    float: none;
    display: block;
    clear: both;
    width: auto;
  }
  .region-below-content .region-inner:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .region-below-content .region-inner {
    margin-left: -12px;
    float: none;
    display: block;
    clear: both;
    width: auto;
  }
  .region-below-content .region-inner:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media only screen and (max-width : 768px) {
  .region-below-content .region-inner {
    margin: 0;
    padding: 0;
    height: auto;
    display: block;
    float: none;
    width: auto;
    position: relative;
    top: 0;
    left: 0;
  }
}
@media only screen and (min-width : 1380px) {
  .region-below-content .region-inner {
    margin-left: -14px;
    float: none;
    display: block;
    clear: both;
    width: auto;
  }
  .region-below-content .region-inner:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media only screen and (min-width : 1024px) and (max-width : 1380px) {
  .region-below-content .region-inner {
    margin-left: -14px;
    float: none;
    display: block;
    clear: both;
    width: auto;
  }
  .region-below-content .region-inner:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .region-below-content .region-inner {
    margin-left: -12px;
    float: none;
    display: block;
    clear: both;
    width: auto;
  }
  .region-below-content .region-inner:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media only screen and (max-width : 768px) {
  .region-below-content .region-inner {
    margin: 0;
    padding: 0;
    height: auto;
    display: block;
    float: none;
    width: auto;
    position: relative;
    top: 0;
    left: 0;
  }
}
#block-views-news-block {
  box-sizing: border-box;
}
@media only screen and (min-width : 1380px) {
  #block-views-news-block {
    width: 796px;
    display: inline-block;
    float: left;
    margin-left: 14px;
    position: relative;
  }
}
@media only screen and (min-width : 1024px) and (max-width : 1380px) {
  #block-views-news-block {
    width: 796px;
    display: inline-block;
    float: left;
    margin-left: 14px;
    position: relative;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  #block-views-news-block {
    width: 546px;
    display: inline-block;
    float: left;
    margin-left: 12px;
    position: relative;
  }
}
@media only screen and (max-width : 768px) {
  #block-views-news-block {
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  #block-views-news-block {
    width: 484px;
    display: inline-block;
    float: left;
    margin-left: 12px;
    position: relative;
  }
}
#block-views-news-block .view {
  position: relative;
}
@media only screen and (min-width : 1380px) {
  #block-views-news-block .view {
    margin-left: -14px;
    float: none;
    display: block;
    clear: both;
    width: auto;
  }
  #block-views-news-block .view:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media only screen and (min-width : 1024px) and (max-width : 1380px) {
  #block-views-news-block .view {
    margin-left: -14px;
    float: none;
    display: block;
    clear: both;
    width: auto;
  }
  #block-views-news-block .view:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  #block-views-news-block .view {
    margin-left: -12px;
    float: none;
    display: block;
    clear: both;
    width: auto;
  }
  #block-views-news-block .view:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media only screen and (max-width : 768px) {
  #block-views-news-block .view {
    margin: 0;
    padding: 0;
    height: auto;
    display: block;
    float: none;
    width: auto;
    position: relative;
    top: 0;
    left: 0;
  }
}
@media only screen and (min-width : 1380px) {
  #block-views-news-block .view {
    margin-left: -14px;
    float: none;
    display: block;
    clear: both;
    width: auto;
  }
  #block-views-news-block .view:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media only screen and (min-width : 1024px) and (max-width : 1380px) {
  #block-views-news-block .view {
    margin-left: -14px;
    float: none;
    display: block;
    clear: both;
    width: auto;
  }
  #block-views-news-block .view:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  #block-views-news-block .view {
    margin-left: -12px;
    float: none;
    display: block;
    clear: both;
    width: auto;
  }
  #block-views-news-block .view:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media only screen and (max-width : 768px) {
  #block-views-news-block .view {
    margin: 0;
    padding: 0;
    height: auto;
    display: block;
    float: none;
    width: auto;
    position: relative;
    top: 0;
    left: 0;
  }
}
#block-block-4 {
  box-sizing: border-box;
}
@media only screen and (min-width : 1380px) {
  #block-block-4 {
    width: 256px;
    display: inline-block;
    float: left;
    margin-left: 14px;
    position: relative;
  }
}
@media only screen and (min-width : 1024px) and (max-width : 1380px) {
  #block-block-4 {
    width: 256px;
    display: inline-block;
    float: left;
    margin-left: 14px;
    position: relative;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  #block-block-4 {
    width: 174px;
    display: inline-block;
    float: left;
    margin-left: 12px;
    position: relative;
  }
}
@media only screen and (max-width : 768px) {
  #block-block-4 {
    width: auto;
    display: block;
    float: none;
    position: relative;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  #block-block-4 {
    width: 236px;
    display: inline-block;
    float: left;
    margin-left: 12px;
    position: relative;
  }
}
p {
  color: #000000;
  font-family: "roboto", "helvetica", "arial";
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 12px;
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 12px;
  }
}
.field-name-body img {
  display: block;
  width: auto;
  height: auto !important;
}
@media only screen and (max-width : 768px) {
  .field-name-body img {
    display: block;
    width: 100%;
    height: auto;
  }
}
img {
  display: block;
  width: 100%;
  height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
iframe,
label,
p,
pre,
address,
td,
th,
ul,
ol,
dl,
dd,
hr,
table,
small {
  margin-top: 0;
}
h1,
.h1 {
  font-size: 36px;
  line-height: 1.5;
  margin-bottom: 12px;
  font-family: "roboto", "helvetica", "arial";
  font-weight: 700;
  color: #254876;
}
@media only screen and (max-width : 768px) {
  h1,
  .h1 {
    font-size: 28px;
    line-height: 1.5;
    margin-bottom: 12px;
  }
}
h2,
.h2 {
  font-size: 28px;
  line-height: 1.5;
  margin-bottom: 12px;
  font-family: "roboto", "helvetica", "arial";
  font-weight: 700;
  color: #254876;
}
@media only screen and (max-width : 768px) {
  h2,
  .h2 {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 12px;
  }
}
h3,
.h3 {
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 12px;
  font-weight: 700;
  font-family: "roboto", "helvetica", "arial";
  color: #254876;
}
@media only screen and (max-width : 768px) {
  h3,
  .h3 {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 12px;
  }
}
h4,
.h4 {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 12px;
  font-weight: 700;
  color: #254876;
}
@media only screen and (max-width : 768px) {
  h4,
  .h4 {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 12px;
  }
}
h5,
.h5 {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 12px;
}
h6,
.h6 {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 12px;
}
ul {
  color: #000000;
  margin: 10px 0 30px 0;
}
ol {
  color: #000000;
  margin: 10px 0 30px 0;
}
li {
  color: #000000;
  margin: 0 0 7px 0px;
}
ul li {
  list-style: square;
}
ol li {
  list-style: decimal;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
blockquote,
.blockquote {
  position: relative;
  marign: 0;
  padding: 10px 70px 20px 70px;
  text-align: center;
  font-size: 30px;
  margin: 12px;
  font-size: 14px;
  line-height: 1.6;
  border-left: 4px solid #8caedb;
  background: #eee;
}
blockquote p,
.blockquote p {
  font-size: 14px;
  line-height: 1.6;
}
blockquote p:last-child,
.blockquote p:last-child {
  margin-bottom: 0;
}
blockquote:before,
.blockquote:before,
blockquote:after,
.blockquote:after {
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 100px;
  line-height: 1.1;
  color: #999;
}
blockquote:before,
.blockquote:before {
  top: 0;
  left: 12px;
  content: "\201C";
}
blockquote:after,
.blockquote:after {
  top: 0;
  right: 0px;
  content: "\201D";
}
hr,
.hr {
  border: 0;
  border-bottom: 2px solid #c0c4c6;
  display: block;
}
/* 
   Vertical tabs used on product page ie "overview, accommodation, meals"
   ========================================================================== */
div.vertical-tabs {
  border: none;
  margin: 0;
  padding: 0;
  position: relative;
}
div.vertical-tabs .vertical-tabs-pane {
  margin: 0 !important;
  padding: 0;
  border: 0;
}
div.vertical-tabs .vertical-tabs-list {
  position: absolute;
  top: 370px;
  margin: 0;
  padding: 0;
  border: none;
  z-index: 100;
}
@media only screen and (min-width : 1380px) {
  div.vertical-tabs .vertical-tabs-list {
    width: 256px;
  }
}
@media only screen and (min-width : 1024px) and (max-width : 1380px) {
  div.vertical-tabs .vertical-tabs-list {
    width: 256px;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  div.vertical-tabs .vertical-tabs-list {
    width: 174px;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  div.vertical-tabs .vertical-tabs-list {
    width: 236px;
  }
}
@media only screen and (min-width : 1380px) {
  div.vertical-tabs .vertical-tabs-list {
    right: -270px;
  }
}
@media only screen and (min-width : 1024px) and (max-width : 1380px) {
  div.vertical-tabs .vertical-tabs-list {
    right: -270px;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  div.vertical-tabs .vertical-tabs-list {
    top: 306px;
    right: -248px;
  }
}
@media only screen and (max-width : 768px) {
  div.vertical-tabs .vertical-tabs-list {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    margin-bottom: 14px;
  }
  div.vertical-tabs .vertical-tabs-list:after {
    content: "";
    display: table;
    clear: both;
  }
}
div.vertical-tabs .vertical-tabs-list li {
  list-style: none;
  list-style-image: none;
  border: 1px solid #FFF;
  background-image: url('../images/arrow-left-white.png');
  background-position: 10px 10px;
  background-repeat: no-repeat;
  padding-left: 20px;
}
div.vertical-tabs .vertical-tabs-list li:focus {
  outline: none;
}
div.vertical-tabs .vertical-tabs-list li a:hover,
div.vertical-tabs .vertical-tabs-list li strong:hover {
  outline: none;
}
div.vertical-tabs .vertical-tabs-list li.selected {
  color: #254876;
  background-image: url('../images/arrow-left-kaki.png');
  background-position: 10px 10px;
  background-repeat: no-repeat;
  background-color: #FFF;
  padding-left: 20px;
}
div.vertical-tabs .vertical-tabs-list li.selected a,
div.vertical-tabs .vertical-tabs-list li.selected strong {
  color: #254876;
}
div.vertical-tabs .vertical-tabs-panes .field-label {
  font-size: 28px;
  line-height: 1.5;
  margin-bottom: 12px;
  font-family: "roboto", "helvetica", "arial";
  font-weight: 700;
  color: #254876;
}
@media only screen and (max-width : 768px) {
  div.vertical-tabs .vertical-tabs-panes .field-label {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 12px;
  }
}
div.vertical-tabs .vertical-tabs-panes .field-type-text-long {
  /* 
			p:nth-child(1) {
			    width: 46%;
			    margin-right: 4%;
			    display: inline-block;
			}
			p:nth-child(2) {
				width: 49%;
			    display: inline-block;
			    vertical-align: top;
			}
			*/
}
/* ==========================================================================
   Slide Content Type & Fullwidth Video
   ========================================================================== */
/* 
   View Using Display Suite Teaser Code Fields
   ========================================================================== */
#block-views-slider-block {
  position: relative;
}
@media only screen and (min-width : 1380px) {
  #block-views-slider-block {
    margin-left: -14px;
    float: none;
    display: block;
    clear: both;
    width: auto;
  }
  #block-views-slider-block:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media only screen and (min-width : 1024px) and (max-width : 1380px) {
  #block-views-slider-block {
    margin-left: -14px;
    float: none;
    display: block;
    clear: both;
    width: auto;
  }
  #block-views-slider-block:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  #block-views-slider-block {
    margin-left: -12px;
    float: none;
    display: block;
    clear: both;
    width: auto;
  }
  #block-views-slider-block:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media only screen and (max-width : 768px) {
  #block-views-slider-block {
    margin: 0;
    padding: 0;
    height: auto;
    display: block;
    float: none;
    width: auto;
    position: relative;
    top: 0;
    left: 0;
  }
}
@media only screen and (min-width : 1380px) {
  #block-views-slider-block {
    margin-left: -14px;
    float: none;
    display: block;
    clear: both;
    width: auto;
  }
  #block-views-slider-block:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media only screen and (min-width : 1024px) and (max-width : 1380px) {
  #block-views-slider-block {
    margin-left: -14px;
    float: none;
    display: block;
    clear: both;
    width: auto;
  }
  #block-views-slider-block:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  #block-views-slider-block {
    margin-left: -12px;
    float: none;
    display: block;
    clear: both;
    width: auto;
  }
  #block-views-slider-block:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media only screen and (max-width : 768px) {
  #block-views-slider-block {
    margin: 0;
    padding: 0;
    height: auto;
    display: block;
    float: none;
    width: auto;
    position: relative;
    top: 0;
    left: 0;
  }
}
.view-slider {
  overflow: hidden;
}
.view-slider .node {
  border: 0;
  padding: 0;
  margin-bottom: 0;
}
.view-slider .group-middle {
  position: absolute;
  bottom: 0;
  left: 20px;
  max-width: 600px;
}
.view-slider .group-middle .field-name-body {
  font-size: 18px;
  line-height: 23px;
  margin: 0;
  padding: 14px 30px 10px 30px;
  color: #fff;
  background: url("../images/transparent-black.png");
}
.view-slider .group-middle .field-name-body:hover {
  text-decoration: none;
  background: #254876;
}
.view-slider .group-middle .field-name-body p {
  color: #fff;
}
.view-slider .group-bottom {
  position: absolute;
  top: 0;
  z-index: 99;
  left: 0;
  height: 100%;
  width: 100%;
}
.view-slider .group-bottom .field-name-field-link a {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  text-indent: -999px;
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .view-slider .group-middle {
    max-width: 500px;
  }
}
@media only screen and (max-width : 768px) {
  .view-slider {
    background: url("../images/transparent-black.png");
  }
  .view-slider .group-middle {
    width: 100%;
    position: relative;
    bottom: 0;
    left: 0;
    transform: initial;
  }
  .view-slider .group-middle .field-name-body {
    max-width: initial;
    padding: 14px 14px 24px 14px;
    background: transparent;
  }
}
/* ==========================================================================
   Product Slideshow
   ========================================================================== */
div.mc-image {
  /*NOTE: Mozilla flickers when fading and using 'all', so we have to be specific with what property we want to transition:
	 If you are using fading transitions, use 'opacity: */
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  /*If you are using horizontal slide transitions, use the following CSS:
	-webkit-transition: left 1s ease-in-out; 
	-moz-transition: left 1s ease-in-out; 
	-o-transition: left 1s ease-in-out; 
	transition: left 1s ease-in-out;*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.views_slideshow_cycle_main {
  width: 100%;
  float: left;
}
.views_slideshow_cycle_main .views-slideshow-cycle-main-frame {
  width: 100% !important;
  height: auto;
}
.views_slideshow_cycle_main .views-slideshow-cycle-main-frame-row {
  width: 100% !important;
  height: auto;
}
.views_slideshow_cycle_main .field-content {
  max-width: 100%;
  width: 100%;
}
.views_slideshow_cycle_main .field-content img {
  max-width: 100%;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
.views-slideshow-controls-text .views-slideshow-controls-text-previous {
  position: absolute;
  left: 20px;
  bottom: 20px;
  padding: 0 20px;
  z-index: 30;
  width: 40px;
  height: 40px;
  background: url('../images/slider-arrow-left-white.png') no-repeat center;
  background-repeat: no-repeat;
  opacity: 0.7;
  filter: alpha(opacity=70);
  cursor: pointer;
}
.views-slideshow-controls-text .views-slideshow-controls-text-previous:hover {
  -moz-transition: opacity 0.125 0.1 2s linear 0s;
  -webkit-transition: opacity 0.125 0.1 2s linear 0s;
  -o-transition: opacity 0.125 0.1 2s linear 0s;
  transition: opacity 0.125 0.1 2s linear 0s;
  opacity: 1;
  filter: alpha(opacity=100);
}
.views-slideshow-controls-text .views-slideshow-controls-text-previous a {
  display: none;
}
@media only screen and (min-width : 1024px) and (max-width : 1380px) {
  .views-slideshow-controls-text .views-slideshow-controls-text-previous {
    left: 0;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .views-slideshow-controls-text .views-slideshow-controls-text-previous {
    z-index: 30;
    width: 22px;
    height: 40px;
  }
}
@media only screen and (max-width : 768px) {
  .views-slideshow-controls-text .views-slideshow-controls-text-previous {
    width: 10px;
    height: 20px;
    bottom: 12px;
    left: 10px;
    background: url('../images/slider-arrow-left-white.png') no-repeat left;
  }
}
.views-slideshow-controls-text .views-slideshow-controls-text-next {
  position: absolute;
  right: 20px;
  bottom: 20px;
  padding: 0 20px;
  z-index: 30;
  width: 40px;
  height: 40px;
  background: url('../images/slider-arrow-right-white.png') no-repeat center;
  background-repeat: no-repeat;
  opacity: 0.7;
  filter: alpha(opacity=70);
  cursor: pointer;
}
.views-slideshow-controls-text .views-slideshow-controls-text-next:hover {
  -moz-transition: opacity 0.125 0.1 2s linear 0s;
  -webkit-transition: opacity 0.125 0.1 2s linear 0s;
  -o-transition: opacity 0.125 0.1 2s linear 0s;
  transition: opacity 0.125 0.1 2s linear 0s;
  opacity: 1;
  filter: alpha(opacity=100);
}
.views-slideshow-controls-text .views-slideshow-controls-text-next a {
  display: none;
}
@media only screen and (min-width : 1024px) and (max-width : 1380px) {
  .views-slideshow-controls-text .views-slideshow-controls-text-next {
    right: 0;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .views-slideshow-controls-text .views-slideshow-controls-text-next {
    z-index: 30;
    width: 24px;
    height: 43px;
    padding: 0 10px;
  }
}
@media only screen and (max-width : 768px) {
  .views-slideshow-controls-text .views-slideshow-controls-text-next {
    width: 10px;
    height: 20px;
    bottom: 12px;
    right: 10px;
    background: url('../images/slider-arrow-right-white.png') no-repeat right;
  }
}
.views-slideshow-controls-text .views-slideshow-controls-text-pause {
  display: none;
  position: absolute;
  top: 200px;
  right: 500px;
  z-index: 20;
}
.views-slideshow-pager-fields {
  position: absolute;
  bottom: 24px;
  right: 20px;
  z-index: 20;
}
.views-slideshow-pager-fields .views-slideshow-pager-field-item {
  float: left;
  height: 16px;
  width: 16px;
  margin-right: 4px;
  background: #FFF;
  color: #FFF;
  font-size: 1px;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  cursor: pointer;
}
.views-slideshow-pager-fields .views-slideshow-pager-field-item:hover {
  -moz-transition: opacity 0.125 0.1 2s linear 0s;
  -webkit-transition: opacity 0.125 0.1 2s linear 0s;
  -o-transition: opacity 0.125 0.1 2s linear 0s;
  transition: opacity 0.125 0.1 2s linear 0s;
  opacity: 1;
  filter: alpha(opacity=100);
}
.views-slideshow-pager-fields .views-slideshow-pager-field-item.active {
  opacity: 1;
  filter: alpha(opacity=100);
  background: #eeca4b;
}
.views-slideshow-pager-fields .views-slideshow-pager-field-item .views-content-fid {
  display: none;
}
@media only screen and (max-width : 768px) {
  .views-slideshow-pager-fields {
    bottom: 12px;
  }
}
/*
Back to top button 
*/
#back-top {
  position: fixed;
  bottom: 10px;
  right: 0;
  margin-left: 0;
  z-index: 499;
}
#back-top a,
#back-top-prev a {
  width: 50px;
  display: block;
  text-align: center;
  font: 11px/100% "roboto", "helvetica", "arial";
  text-transform: uppercase;
  text-decoration: none;
  color: #bbb;
  /* background color transition */
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#back-top a:hover,
#back-top-prev a:hover {
  color: #333;
}
/* arrow icon (span tag) */
#back-top span#button,
#back-top-prev span#button-prev {
  width: 50px;
  height: 50px;
  display: block;
  margin-bottom: 7px;
  background-color: #254876;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.7;
  /* rounded corners */
  border-radius: 0;
  /* background color transition */
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#back-top a:hover span#button,
#back-top-prev a:hover span#button-prev {
  opacity: 1;
  background-color: #19304f;
}
#edit-scroll-to-top-preview {
  float: right;
  width: 100%;
}
/**
 * Colorbox Core Style:
 * The following CSS is consistent between example themes and should not be altered.
 */
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#cboxTitle {
  margin: 0;
}
/**
 * These elements are buttons, and may need to have additional
 * styles reset to avoid unwanted base styles.
 */
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  outline: 0;
  cursor: pointer;
}
/**
 * Colorbox module default style:
 * The styles are ordered & tabbed in a way that represents
 * the nesting of the generated HTML.
 */
#cboxOverlay {
  background: #333;
}
#colorbox {
  outline: 0;
}
#colorbox button {
  border: 0;
}
#cboxWrapper {
  background: #fff;
}
#cboxContent {
  background: #fff;
}
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
#cboxLoadedContent {
  margin-bottom: 28px;
}
#cboxTitle {
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
  bottom: 28px;
  left: 0;
  width: 100%;
  color: #333;
  margin: 0;
  padding: 4px;
}
#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 60px;
  color: #333;
  font-size: 12px;
}
.cboxSlideshow_on #cboxSlideshow {
  position: absolute;
  bottom: 0px;
  right: 30px;
  background: url(../images/controls.png) no-repeat -75px -50px;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}
.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -101px -50px;
}
.cboxSlideshow_off #cboxSlideshow {
  position: absolute;
  bottom: 0px;
  right: 30px;
  background: url(../images/controls.png) no-repeat -25px -50px;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}
.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -49px -50px;
}
#cboxPrevious {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../images/controls.png) no-repeat -75px 0px;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}
#cboxPrevious:hover {
  background-position: -75px -25px;
}
#cboxNext {
  position: absolute;
  bottom: 0;
  left: 27px;
  background: url(../images/controls.png) no-repeat -50px 0px;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}
#cboxNext:hover {
  background-position: -50px -25px;
}
#cboxLoadingOverlay {
  background: #fff;
}
#cboxLoadingGraphic {
  background: url(../images/loading_animation.gif) no-repeat center center;
}
#cboxClose {
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../images/controls.png) no-repeat -25px 0px;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}
#cboxClose:hover {
  background-position: -25px -25px;
}
