/*
 Theme Name:   TINZ EeM
 Theme URI:    http://example.com/
 Description:  Transparency International theme by EeM.  WordPress Theme based on Bootstrap and Font Awesome.
 Author:       Steve Snively
 Author URI:   http://example.com
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:          
 Text Domain:  tinz-eem

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
.test,
.test span {
  display: inline-block;
  padding: 5px 20px; }

.cf1 {
  color: #31A791;
  background-color: #fff; }

.cb1 {
  background-color: #31A791;
  color: #fff; }

.cf2 {
  color: #43c8af;
  background-color: #fff; }

.cb2 {
  background-color: #43c8af;
  color: #fff; }

.cf3 {
  color: #6bd3c0;
  background-color: #fff; }

.cb3 {
  background-color: #6bd3c0;
  color: #fff; }

.cf4 {
  color: #92dfd1;
  background-color: #fff; }

.cb4 {
  background-color: #92dfd1;
  color: #fff; }

.cf5 {
  color: #25806f;
  background-color: #fff; }

.cb5 {
  background-color: #25806f;
  color: #fff; }

.cf6 {
  color: #1a584d;
  background-color: #fff; }

.cb6 {
  background-color: #1a584d;
  color: #fff; }

.cf7 {
  color: #0e312a;
  background-color: #fff; }

.cb7 {
  background-color: #0e312a;
  color: #fff; }

/*
Theme Name: 	Wlow
Theme URI: 		http://www.marchettidesign.net/wlow/
Description: 	Responsive WordPress Theme based on Bootstrap and Font Awesome.
Version:     	1.2.5
Author:     	Andrea Marchetti
Author URI:   http://www.marchettidesign.net/chi-sono/
Site:         http://www.marchettidesign.net
Text Domain: 	wlow
Tags:        	grid-layout, blog, custom-menu, featured-images, right-sidebar
License:    	GNU General Public License v3.0
License URI:	http://www.gnu.org/licenses/gpl-3.0.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/* Style Tree

    1. Base
    2. Layout
      2.1 Menu
      2.2 Home
      2.3 Index
      2.4 Sections
      2.5 Sidebar
      2.6 Footer
    3. Modules
      3.1 Slider
    4. WordPress Default Element
    5. Responsive

*/
/* ------------------------------------------------------------------------- *
/* 1 Base */
/* ------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------- *
/* 2 Layout */
/* ------------------------------------------------------------------------- */
/* height of the containers */
Z.side-collapse-container,
Z.side-collapse-content {
  height: 100%; }

/* Functional class */
.img-res {
  margin-bottom: 20px;
  width: 100%;
  height: auto; }

.img-round {
  border-radius: 100%;
  width: 180px;
  height: 180px; }

.video-res {
  position: relative;
  z-index: 0;
  overflow: inherit;
  margin-bottom: 20px;
  padding-top: 25px;
  padding-bottom: 56.25%;
  /* 16: 9 */
  height: 0; }

.video-res iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.margin-top {
  margin-top: 60px; }

.margin-bottom {
  margin-bottom: 60px; }

.no-margin {
  margin: 0;
  padding: 0; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

hr {
  clear: both;
  margin-top: 0;
  padding-top: 20px;
  border: none;
  border-bottom: 1px solid #eee; }

.animate {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.dash {
  width: 60px;
  height: 2px;
  background: #000;
  margin-top: 20px;
  margin-bottom: 30px; }

.dash--light {
  background: #fff; }

/* ------------------------------------------------------------------------- *
/* 2.1 Menu */
/* ------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------- *
/* 2.2 Home */
/* ------------------------------------------------------------------------- */
.home-title {
  position: absolute;
  top: -9999px;
  color: #fff;
  font-size: 12px; }

/* Home anchor */
.anchor {
  display: block;
  height: 50px;
  /*same height as header*/
  margin-top: -50px;
  /*same height as header*/ }

/* Arrow Button */
.container-arrow {
  margin-top: -20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  padding-bottom: 15px;
  cursor: pointer;
  font-size: 12px; }

.container-arrow:hover,
.container-arrow:focus {
  text-decoration: none; }

/* Arrow Bouncing */
.container-arrow span {
  display: inline-block;
  font-size: 60px;
  animation: .7s down  infinite alternate;
  -webkit-animation: .7s down infinite alternate; }

/***Animation Arrow down***/
@keyframes down {
  0% {
    transform: translateY(0px); }
  100% {
    transform: translateY(20px); } }
@-webkit-keyframes down {
  0% {
    -webkit-transform: translateY(0px); }
  100% {
    -webkit-transform: translateY(20px); } }
/* ------------------------------------------------------------------------- *
/* 2.3 Index */
/* ------------------------------------------------------------------------- */
/* Single, Post & Page */
.content-article {
  padding: 30px 0 50px 0;
  margin: 0;
  float: left;
  width: 100%; }

.link-article {
  position: relative; }

.cont-tag {
  clear: both;
  padding-top: 20px; }

.meta {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 40px; }

/* ------------------------------------------------------------------------- *
/* 2.4 Sections */
/* ------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------- *
/* 2.5 Sidebar */
/* ------------------------------------------------------------------------- */
.content-sidebar {
  margin-top: 40px;
  float: left;
  width: 100%; }

.widget {
  float: left;
  margin-bottom: 40px;
  width: 100%;
  font-size: 14px; }

.widget h3 {
  margin: 0 0 10px 0; }

.widget a {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #eee; }

.widget ul {
  padding: 0; }

.widget ul li {
  list-style-type: none; }

/* ------------------------------------------------------------------------- *
/* 2.6 Footer */
/* ------------------------------------------------------------------------- */
.footer {
  float: left;
  margin: 0;
  width: 100%;
  background: #333;
  color: #fff; }

.footer p {
  margin: 0; }

.footer .container {
  padding: 20px; }

/* ------------------------------------------------------------------------- *
/* 3 Modules */
/* ------------------------------------------------------------------------- */
/* Focus
--------------------------------------- */
.focus {
  position: relative; }

.focus p {
  font-size: 16px; }

.focus__item {
  margin: 100px 0;
  text-align: center; }

.focus__item__title {
  margin-bottom: 20px; }

.focus__item__title,
.focus__item__title a {
  color: #222;
  font-size: 36px; }

/* Cards
--------------------------------------- */
.cards {
  margin: 0;
  padding: 40px 0;
  text-align: center;
  background: #eee; }

.cards__intro-title {
  font-size: 44px; }

.cards__intro-subtitle {
  font-size: 18px;
  margin-bottom: 60px;
  font-style: italic;
  font-weight: 400; }

.card__title a {
  color: #222;
  font-size: 32px; }

.card__meta {
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 20px; }

/* Panel Side
--------------------------------------- */
.panel-side__fill {
  height: 600px;
  position: relative; }

.panel-side__content {
  min-height: 600px;
  display: table;
  margin-left: 30px;
  margin-right: 30px; }

.panel-side__content__copy {
  display: table-cell;
  vertical-align: middle; }

.panel-side__content__copy__title {
  margin-bottom: 40px; }

.panel-side__content__copy__title,
.panel-side__content__copy__title a {
  color: #222;
  font-size: 44px; }

/* Parallax
--------------------------------------- */
.parallax {
  width: 100%;
  height: 100%;
  display: table;
  overflow: hidden;
  position: relative; }

.parallax__caption {
  display: table-cell;
  vertical-align: middle;
  z-index: 1;
  position: relative;
  padding: 30px 10px 30px; }

/* Icons */
.parallax__caption__intro .fa {
  margin-right: 18px;
  font-size: 28px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.parallax__caption__intro .fa:hover {
  -webkit-transform: scale(1.3);
  /* Safari and Chrome */
  -moz-transform: scale(1.4);
  /* Firefox */
  -ms-transform: scale(1.4);
  /* IE 9 */
  -o-transform: scale(1.4);
  /* Opera */
  transform: scale(1.4); }

.parallax__caption__title.huge {
  font-size: 60px;
  max-width: 850px; }

.parallax__caption__subtitle {
  margin-bottom: 30px;
  color: #fff; }

.parallax__caption__copy {
  max-width: 700px;
  margin-bottom: 30px; }

.parallax__filter {
  width: 100%;
  height: 100%;
  margin: 0%;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.4; }

/* ------------------------------------------------------------------------- *
/* 4 WordPress Default Element */
/* ------------------------------------------------------------------------- */
/* Pagination */
.pagination {
  text-align: center;
  margin: 40px 0 40px 0;
  padding: 0;
  width: 100%; }

.pagination span,
.pagination a {
  margin: 0 10px 10px 0;
  padding: 14px 19px;
  border: 1px solid #eee; }

/* Gallery */
.gallery {
  float: left;
  margin: 20px 0 20px 0;
  width: 103.55%; }

.gallery-item {
  float: left;
  width: 33.333333%;
  text-align: center; }

.gallery img {
  margin: 0 10% 0 0;
  width: 90%;
  height: auto;
  border: none !important; }

.gallery-caption {
  width: 90%;
  margin: 10px 0 0 0; }

/* Image */
.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
  max-width: 97%;
  height: auto; }

.alignright {
  float: right;
  margin-bottom: 10px;
  margin-left: 20px;
  max-width: 97%;
  height: auto; }

.aligncenter {
  display: block;
  margin: 0 auto;
  max-width: 97%;
  height: auto; }

.alignnone {
  max-width: 97%;
  height: auto; }

/* Image Caption */
.wp-caption {
  margin-bottom: 20px;
  padding: 10px;
  max-width: 97%;
  border: 1px solid #eee;
  text-align: center; }

.wp-caption img {
  margin: 0;
  padding: 0;
  width: 100% !important;
  height: auto;
  border: 0 none; }

.wp-caption p.wp-caption-text {
  margin: 0;
  padding: 8px;
  font-size: 1em;
  line-height: 17px; }

/* Stiky */
.sticky {
  border-right: 3px solid #eee;
  border-bottom: 3px solid #eee; }

/* Blockquote */
blockquote {
  font-weight: 200;
  font-size: 20px;
  font-style: italic;
  margin: 0.25em 0;
  padding: 0px 30px;
  line-height: 1.45;
  position: relative;
  color: #383838;
  border-left: 5px solid #eee; }

/* Search */
#srch-term {
  border: none;
  background: none;
  box-shadow: none;
  color: #fff;
  opacity: 0; }

.form-control::-moz-placeholder {
  color: #eee; }

.search-light {
  background: #eee; }

.search-light input[type=text] {
  width: 80%;
  color: #333; }

.search-light button {
  float: right;
  padding: 12px 15px 0 0; }

/* Contact Form 7 */
.wpcf7 p input[type=text],
.wpcf7 p input[type=email] {
  display: block;
  width: 98%; }

.wpcf7 p.input-half {
  width: 48%;
  margin-right: 2%;
  float: left;
  min-height: 70px; }

.wpcf7 p.input-half input[type=text],
.wpcf7 p.input-half input[type=email] {
  width: 100%; }

.wpcf7-select {
  margin-right: 10px;
  padding: 10px;
  border: none;
  background: #eee;
  width: 98%;
  height: 40px; }

.wpcf7 p.input-half .wpcf7-select {
  width: 100%; }

div.wpcf7-response-output {
  float: left;
  width: 97%;
  margin: 0; }

/* Comments */
.comment-form-author,
.comment-form-email,
.comment-form-url {
  float: left;
  margin-top: 20px;
  margin-right: 3%;
  width: 30.3333333%; }

.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
  width: 100%; }

ol.commentlist {
  margin: 0 0 1em;
  padding: 0;
  list-style: none;
  text-indent: 0; }

ol.commentlist li.comment {
  padding: 1em;
  border-top: 1px solid #eee; }

ol.commentlist li.comment div.vcard cite.fn {
  text-transform: uppercase;
  font-size: 14px; }

ol.commentlist li.comment div.vcard img.avatar {
  float: left;
  margin: 6px 1em 1em 0;
  border-radius: 50px; }

ol.commentlist li.comment div.comment-meta {
  font-size: 12px; }

ol.commentlist li.comment ul {
  margin: 0 0 1em 2em; }

ol.commentlist li.comment div.reply {
  margin-left: 80px;
  font-size: 11px; }

ol.commentlist li.comment div.reply a {
  font-weight: bold; }

ol.commentlist li.comment ul.children {
  margin: 1em 0 0;
  list-style: none;
  text-indent: 0; }

ol.commentlist li.comment ul.children li.depth-2 {
  margin: 0 0 .25em .25em;
  border-left: 1px solid #eee; }

ol.commentlist li.comment ul.children li.depth-3 {
  margin: 0 0 .25em .25em;
  border-left: 1px solid #eee; }

ol.commentlist li.comment ul.children li.depth-4 {
  margin: 0 0 .25em .25em;
  border-left: 1px solid #eee; }

ol.commentlist li.even {
  background: #fff; }

ol.commentlist li.odd {
  /* background: #f9f9f9; */ }

ol.commentlist li.parent {
  border-left: 1px solid #eee; }

ol.commentlist li.bypostauthor .fn {
  font-weight: bold; }

ol.commentlist li img {
  max-width: 97%; }

input[type=text],
input[type=email] {
  width: 98%;
  margin-right: 10px;
  padding: 10px;
  border: none;
  background: #eee;
  -webkit-appearance: none;
  border-radius: 0;
  padding: 4px;
  border-radius: 6px;
  color: #333; }

textarea {
  padding: 10px;
  width: 98%;
  border: none;
  background: #eee;
  -webkit-appearance: none;
  border-radius: 0; }

input[type=submit], button[type=submit] {
  margin-top: 10px;
  padding: 4px 40px;
  color: #fff;
  text-transform: uppercase;
  background: #333;
  border: none;
  border-radius: 6px; }

.inverse input[type=submit], .inverse button[type=submit] {
  color: #333;
  background: #eee; }
  .inverse input[type=submit]:hover, .inverse button[type=submit]:hover {
    color: #116c11;
    background: #fff; }

#comments {
  width: 100%; }

/* ------------------------------------------------------------------------- *
/* 5 Responsive */
/* ------------------------------------------------------------------------- */
/* ----------------------------- */
/* Tablet and Desktop */
/* ----------------------------- */
@media (min-width: 768px) {
  /* transparent navbar */
  .page-template-home .top-bar ul li a {
    color: #fff; }

  .page-template-home .top-bar ul li a:hover {
    color: #ff3b60; }

  .page-template-home .navbar-header .navbar-brand {
    color: #fff; }

  .page-template-home .navbar {
    background-color: transparent;
    border: none; }

  .page-template-home .navbar li.active a,
  .page-template-home .navbar li.active a:focus,
  .page-template-home .navbar li a:focus,
  .page-template-home .navbar li a:hover {
    background-color: transparent; }

  .page-template-home .navbar {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none; }

  .page-template-home .navbar-nav > li > a {
    color: #fff; }

  /* Scroll Down */
  .page-template-home.navbar-scroll-down .navbar {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }

  /* Color of button that open the dropdown in home */
  .nav .open > a,
  .nav .open > a:hover,
  .nav .open > a:focus,
  .page-template-home .nav .open > a,
  .page-template-home .nav .open > a:hover,
  .page-template-cover .navbar {
    margin-top: 20px; }

  .page-template-cover.navbar-scroll-down .navbar {
    margin-top: 0px; }

  /* transparent navbar */
  .page-template-cover .top-bar ul li a {
    color: #fff; }

  .page-template-cover .navbar-header .navbar-brand {
    color: #fff; }

  .page-template-cover .navbar {
    background-color: transparent;
    border: none; }

  .page-template-cover .navbar li.active a,
  .page-template-cover .navbar li.active a:focus,
  .page-template-cover .navbar li a:focus,
  .page-template-cover .navbar li a:hover {
    background-color: transparent; }

  .page-template-cover .navbar {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none; }

  .page-template-cover .navbar-nav > li > a {
    color: #fff; }

  /* Scroll Down */
  .page-template-cover.navbar-scroll-down .navbar {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }

  .page-template-cover.navbar-scroll-down .navbar {
    background-color: #fff; }

  .page-template-cover.navbar-scroll-down .navbar > li > a {
    color: #333; }

  .page-template-cover.navbar-scroll-down .navbar-brand {
    color: #000; }

  /* Color of button that open the dropdown in home */
  .nav .open > a,
  .nav .open > a:hover,
  .nav .open > a:focus,
  .page-template-cover .nav .open > a,
  .page-template-cover .nav .open > a:hover,
  .page-template-cover .navbar {
    margin-top: 20px; }

  .page-template-cover.navbar-scroll-down .navbar {
    margin-top: 0px; }

  /* Brand Dimension */
  .navbar-brand {
    height: 80px;
    line-height: 80px; }

  /* Top Bar */
  X.top-bar {
    width: 85%;
    float: right; }

  /* Main Menu Bar  */
  #mainmenu {
    min-width: 20%;
    float: right;
    padding-top: 5px; }

  .navbar-scroll-down #mainmenu {
    padding-top: 5px; } }
/* ----------------------------- */
/* Tablet */
/* ----------------------------- */
@media (max-width: 998px) {
  /* Menu */
  .navbar .logo-img img {
    width: auto;
    height: 50px; }

  .navbar-nav > li > a {
    font-size: 12px;
    padding: 15px 10px; }

  .content-article {
    padding: 40px 20px; }

  /* Typography */
  .gigantic {
    font-size: 55px;
    line-height: 1; } }
/* ----------------------------- */
/* Smarthphone */
/* ----------------------------- */
@media (max-width: 167px) {
  /* Menu */
  .navbar {
    background-color: #fff !important;
    border: none; }

  .navbar-toggle {
    border: none !important;
    margin-top: 14px; }

  .navbar-toggle .icon-bar {
    background: #333 !important;
    width: 26px;
    height: 3px;
    border-radius: 4px;
    margin-bottom: 5px; }

  /* Hanburger menu animation */
  .navbar-toggle.navbar-toggle--active .icon-bar:nth-child(1) {
    -webkit-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg); }

  .navbar-toggle.navbar-toggle--active .icon-bar:nth-child(2) {
    opacity: 0;
    width: 0;
    -webkit-transform: translateY(8px);
    transform: translateY(8px); }

  .navbar-toggle.navbar-toggle--active .icon-bar:nth-child(3) {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg); }

  .navbar-inverse .navbar-toggle:hover,
  .navbar-inverse .navbar-toggle:hover {
    background-color: transparent; }

  X.navbar-nav a {
    display: block;
    min-width: 200px; }

  /* Fixed the nav dimensions on smatrphone */
  XSRS.navbar-brand {
    height: 65px !important;
    line-height: 65px !important; }

  .top-bar {
    margin-top: 5px !important;
    margin-left: 5px;
    height: auto;
    min-width: 200px; }

  /* Top bar */
  .top-bar ul {
    text-align: left;
    float: left; }

  /* Side Menu */
  /*  .side-collapse-content{left:0;width:100%; */
  /* position:relative; } */
  /* Content */
  /*
  	  .side-collapse-container.out .side-collapse-content{ left:250px; } /* Slide effect */
  /*	  X.side-collapse {background-color: #eee;*color side* top:64px;bottom:0;bottom:auto;left:0;width:250px;position:fixed;overflow-y: scroll;overflow-x: hidden;-webkit-overflow-scrolling: touch;
  	  	box-shadow: 3px 4px 4px rgba(0, 0, 0, 0.15);
  			-webkit-box-shadow: 3px 4px 4px rgba(0, 0, 0, 0.15);
  			-moz-box-shadow: 3px 4px 4px rgba(0, 0, 0, 0.15);
  			-o-box-shadow: 3px 4px 4px rgba(0, 0, 0, 0.15);
  
  	  }
  	  X.side-collapse.in {width:0;}
  */
  /* Parallax
	--------------------------------------- */
  .parallax-cover .parallax__caption {
    padding-bottom: 80px; }

  .parallax__caption__title {
    font-size: 48px;
    margin-bottom: 20px; }

  /* Block parallax animation */
  .parallax-image {
    top: 0 !important; }

  .parallax-background {
    background-attachment: scroll !important;
    background-position: center top !important; }

  /* Footer */
  .footer .alignright {
    float: left;
    margin-top: 5px; }

  /* Comment */
  .comment-form-author,
  .comment-form-email,
  .comment-form-url {
    margin-top: 0;
    width: 97%; }

  /* Contact Form 7 */
  .wpcf7 p.input-half {
    width: 98%;
    margin-right: 2%; }

  /* panel Side */
  .panel-side__fill {
    height: 270px; }

  .panel-side__content {
    min-height: 300px; }

  /* Module Form Style */
  .module .wpcf7 p {
    width: 100%; } }
/** Bootstrap Effects   **/
.ease-fast,
.eases-fast > div,
.eases2-fast > div > div {
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out; }

.ease,
.eases > div,
.eases2 > div > div {
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out; }

.ease-slow,
.eases-slow > div,
.eases2-slow > div > div {
  -webkit-transition: all 1.6s ease-in-out;
  -o-transition: all 1.6s ease-in-out;
  transition: all 1.6s ease-in-out; }

.scale {
  -webkit-transition: transform 0.6s ease-in-out;
  -o-transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out; }

.scale:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05); }

.scale-child > * {
  -webkit-transition: transform 0.6s ease-in-out;
  -o-transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out; }

.scale-child > *:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05); }

.scale-large,
.scale-child2 a i {
  -webkit-transition: transform 0.6s ease-in-out;
  -o-transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out; }

.scale-large:hover,
.scale-child2 a i:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2); }

.scale-child-large > * {
  -webkit-transition: transform 0.6s ease-in-out;
  -o-transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out; }

.scale-child-large > *:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2); }

/**  universal for image, fa element or child **/
.scale-img img,
img.scale-img,
.scale-img i,
i.scale-img {
  -webkit-transition: transform 0.6s ease-in-out;
  -o-transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out; }

.scale-img img:hover,
img.scale-img:hover,
.scale-img i:hover,
i.scale-img:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05); }

.scale-img img.stacked:hover,
img.scale-img.stacked:hover,
.scale-img i.stacked:hover,
i.scale-img.stacked:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05); }

.scale-img img.stacked:hover img,
img.scale-img.stacked:hover img,
.scale-img i.stacked:hover img,
i.scale-img.stacked:hover img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.scale-img-large img,
img.scale-img-large,
.scale-img-large i,
i.scale-img-large {
  -webkit-transition: transform 0.6s ease-in-out;
  -o-transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out; }

.scale-img-large img:hover,
img.scale-img-large:hover,
.scale-img-large i:hover,
i.scale-img-large:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2); }

.social.square .btn {
  border-radius: 0px; }

.social.round .btn {
  border-radius: 30px; }

.social-hover a.btn,
.social-hover a .fa,
.social-hover a img {
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out; }

.social-hover a.btn:hover,
.social-hover a .fa:hover,
.social-hover a img:hover {
  transform: scale(1.3, 1.3);
  z-index: 1; }

.social-hover a.btn .fa:hover,
.social-hover a .fa .fa:hover,
.social-hover a img .fa:hover {
  /* fa inside btn */
  transform: scale(1, 1); }

.bootstrap-social .btn {
  margin: 0px 16px 0 0; }

.btn-20 .btn,
.btn-20.btn {
  width: 20% !important; }

.btn-third .btn,
.btn-third.btn {
  width: 28% !important;
  max-width: 300px; }
  @media only screen and (max-width: 820px) {
    .btn-third .btn,
    .btn-third.btn {
      width: 80% !important;
      margin: 10px 8% 20px 10% !important;
      max-width: 350px; } }

.bootstrap-social a {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
  color: #eeeeee;
  transition: all 0.6s ease-in-out 0s; }

.bootstrap-social a:hover {
  color: #ffffff;
  transform: scale(1.1, 1.1);
  z-index: 1; }

.bootstrap-social a.btn-email {
  background-color: #75CF00; }

.text-center {
  text-align: center; }

.white-text-shadow {
  text-shadow: 0px 0px 5px #ffffff; }

.mid-text-shadow {
  text-shadow: -1px -1px 0 #888888, 1px -1px 0 #888888, -1px 1px 0 #888888, 1px 1px 0 #888888; }

.text-outline {
  text-shadow: -2px -2px 0 #555555, 2px -2px 0 #555555, -2px 2px 0 #555555, 2px 2px 0 #555555; }

.text-outline-lt {
  text-shadow: -1px -1px 0 #888888, 1px -1px 0 #888888, -1px 1px 0 #888888, 1px 1px 0 #888888; }

.white-text-outline-lt {
  text-shadow: -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px 1px 0 #ffffff; }

.green-checkmark {
  list-style-image: url("/images/icons/check_green2.png"); }

.shadows-lite > div,
.shadows2-lite > div > div,
.shadow-lite {
  -webkit-box-shadow: 2px 1px 3px rgba(0, 0, 0, 0.6);
  box-shadow: 2px 1px 3px rgba(0, 0, 0, 0.6); }

.shadow,
.shadows > div,
.shadows2 > div > div {
  -webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.8);
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.8); }

.shadow-large,
.shadows-large > div,
.shadows-large > div > div {
  -webkit-box-shadow: 4px 4px 8px #000000;
  box-shadow: 4px 4px 8px #000000; }

.hover-shadow-lite:hover,
.hover-shadows-lite > div:hover,
.hover-shadows2-lite > div > div:hover {
  -webkit-box-shadow: 2px 1px 3px rgba(0, 0, 0, 0.6);
  box-shadow: 2px 1px 3px rgba(0, 0, 0, 0.6); }

.hover-shadow:hover,
.hover-shadows > div:hover,
.hover-shadows2 > div > div:hover {
  -webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.8);
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.8); }

.hover-shadow-large:hover,
.hover-shadows-large > div:hover,
.hover-shados2-large > div > div:hover {
  -webkit-box-shadow: 4px 4px 8px #000000;
  box-shadow: 4px 4px 8px #000000; }

.border-lite,
.borders-lite > *,
.borders2-lite > div > * {
  border: 1px solid #aaaaaa; }

.border,
.borders > *,
.borders2 > div > * {
  border: 2px solid #333333; }

.border-large .borders-large > *,
.borders2-large > div > * {
  border: 3px solid #000000; }

.hover-border-lite,
.hover-borders-lite > *,
.hover-borders2-lite > div > * {
  border: 1px solid rgba(255, 255, 255, 0); }

.hover-border-lite:hover,
.hover-borders-lite > *:hover,
.hover-borders2-lite > div > *:hover {
  border: 1px solid #aaaaaa; }

.hover-border-litew,
.hover-borders-litew > *,
.hover-borders2-litew > div > * {
  border: 4px solid rgba(255, 255, 255, 0); }

.hover-border-litew:hover,
.hover-borders-litew > *:hover,
.hover-borders2-litew > div > *:hover {
  border: 4px solid #aaaaaa; }

.hover-border,
.hover-borders > *,
.hover-borders2 > div > * {
  border: 2px solid rgba(255, 255, 255, 0); }

.hover-border:hover,
.hover-borders > *:hover,
.hover-borders2 > div > *:hover {
  border: 2px solid #333333; }

.hover-border-large,
.hover-borders-large > *,
.hover-borders2-large > div > * {
  border: 3px solid rgba(255, 255, 255, 0); }

.hover-border-large:hover,
.hover-borders-large > *:hover,
.hover-borders2-large > div > *:hover {
  border: 3px solid #000000; }

.img-up,
.imgs-up > *,
.imgs2-up > div > * {
  background-size: 120% !important;
  background-position: center 10% !important;
  background-repeat: no-repeat; }

.img-up:hover,
.imgs-up > :hover,
.imgs2-up > div > :hover {
  background-position: center !important; }

.gray-to-color,
img.gray-to-color,
.gray-to-color img {
  filter: url("filters.svg#grayscale");
  -webkit-filter: grayscale(100%);
  filter: gray;
  filter: grayscale(100%); }

.bar-over-narrow {
  padding: 4vw 0 !important; }

.bar-over-narrow > div {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4); }

.bar-over-narrow > div:hover {
  background-color: rgba(0, 0, 0, 0.7); }

.bar-over {
  padding: 8vw 0 !important; }

.bar-over > div {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4); }

.bar-over > div:hover {
  background-color: rgba(0, 0, 0, 0.7); }

@media screen and (min-width: 1250px) {
  .bar-over {
    padding: 90px 0 !important; } }
a.text-expand,
.text-expand a {
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  letter-spacing: 1px; }

a.text-expand:hover,
.text-expand a:hover {
  letter-spacing: 3px;
  margin-left: -6px; }

.text-expand .dropdown-menu a:hover {
  letter-spacing: 1px;
  margin-left: 0; }

.middles2 > div > *,
.middles > *,
.middle {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center; }

.middles2 > div > * > div,
.middles > * > div,
.middle > div {
  width: 100%;
  margin-top: -16px;
  /* compensates for element top margin */ }

.middles2-niw > div > *,
.middles-niw > *,
.middle-niw {
  /* no iterior width */
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center; }

@media screen and (max-width: 768px) {
  /* turn off middle to move divs to next row */
  .middles2-sm-off > div > *,
  .middles-sm-off > *,
  .middle-sm-off {
    /* no iterior width */
    display: block; } }
.photo .middle > div {
  /* uncompensates for photo effect */
  margin-top: 0px; }

.photos2,
.photos,
.photo {
  background-color: #FEFEC9;
  background-color: #FBFBF3;
  padding: 20px !important;
  position: relative;
  border-radius: 3px; }

.photos2 > div,
.photos > div,
.photo > div {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-color: #ffffff;
  position: relative;
  overflow: auto; }

.avatar.photo {
  /* wordpress admin */
  padding: 0 !important; }

.photo .middle > div {
  margin-top: 0px;
  padding: 4px; }

.hover-photo {
  background-color: inherit; }

.hover-photo:hover {
  background-color: #FEFEC9;
  background-color: #FBFBF3; }

.hover-photo > div {
  /* needs photo class as well */
  border: 1px solid rgba(255, 255, 255, 0.1); }

.hover-photo:hover > div {
  border: 1px solid #dddddd; }

.photo-corners {
  position: relative;
  padding: 8px;
  background-color: rgba(100, 100, 100, 0.1); }

.photo-corners::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 100%;
  background-image: url("../images/template/photo-holder-tl.png"), url("../images/template/photo-holder-bl.png");
  background-repeat: no-repeat;
  background-position: left top, left bottom  !important;
  background-size: none !important;
  background-cover: none !important; }

.photo-corners::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 100%;
  background-image: url("../images/template/photo-holder-tr.png"), url("../images/template/photo-holder-br.png");
  background-repeat: no-repeat;
  background-position: right top,  right bottom !important;
  background-size: none !important;
  background-cover: none !important; }

.flexbox-container > div {
  width: 100%;
  padding: 0; }

.photo-frame-child > *,
.photo-frame-child2 > div > div,
.photo-frame {
  background-color: #FFFFE0;
  width: 27.5vw;
  height: 16.5vw;
  padding: 2vw;
  margin: 1.5vw;
  max-width: 370px;
  max-height: 222px;
  max-margin: 25px;
  overflow: hidden;
  /* Needed so inside block content does not cause downward shift */ }

.photo-frame-child > * > *,
.photo-frame-child2 > div > div > *,
.photo-frame > * {
  display: inline-block;
  background-color: #e8e8e8;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative; }

.photo-frame-child > * > *:after,
.photo-frame-child2 > div > div > *:after,
.photo-frame > *:after {
  /* supports vertical align using center class */
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
  /* Adjusts for spacing */ }

.photo-frame-child > * .center > *,
.photo-frame-child2 > div > div .center > *,
.photo-frame .center > * {
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  width: 100%; }

ul.cameras {
  list-style-type: none; }

ul.cameras li:before,
li.camera:before {
  font-family: 'FontAwesome';
  content: '\f030';
  margin: 0 20px 0 0px;
  font-size: 75%; }

.hover-img-swap:after {
  position: absolute;
  content: '';
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  opacity: 0;
  transition: all 1s ease-in-out 0s; }

.hover-img-swap:hover::after {
  opacity: 1;
  content: ''; }

.flip-wrap {
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  -ms-transform: perspective(1000px);
  -moz-transform: perspective(1000px);
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  position: relative;
  margin-bottom: 30px; }

/* START: Accommodating for IE */
.flip-wrap:hover .back,
.flip-wrap.hover .back {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg); }

.flip-wrap:hover .front,
.flip-wrap.hover .front {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg); }

/* END: Accommodating for IE */
.flip-wrap-narrow,
.flip-wrap-narrow .front,
.flip-wrap-narrow .back {
  height: 15vw;
  max-height: 180px;
  min-height: 100px;
  width: 100%; }

.flip-wrap-std,
.flip-wrap-std .front,
.flip-wrap-std .back {
  height: 20vw;
  max-height: 240px;
  min-height: 133px;
  width: 100%; }

.flip-wrap-sq,
.flip-wrap-sq .front,
.flip-wrap-sq .back {
  height: 25vw;
  max-height: 300px;
  min-height: 177px;
  width: 100%; }

.flip-wrap-tall,
.flip-wrap-tall .front,
.flip-wrap-tall .back {
  height: 30vw;
  max-height: 360px;
  min-height: 200px;
  width: 100%; }

.flip-wrap .flipper {
  -webkit-transition: 1s;
  -webkit-transform-style: preserve-3d;
  -ms-transition: 1s;
  -moz-transition: 1s;
  -moz-transform: perspective(1000px);
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transition: 1s;
  transform-style: preserve-3d;
  position: relative; }

.flip-wrap .front,
.flip-wrap .back {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 1s;
  -webkit-transform-style: preserve-3d;
  -webkit-transform: rotateY(0deg);
  -moz-transition: 1s;
  -moz-transform-style: preserve-3d;
  -moz-transform: rotateY(0deg);
  -o-transition: 1s;
  -o-transform-style: preserve-3d;
  -o-transform: rotateY(0deg);
  -ms-transition: 1s;
  -ms-transform-style: preserve-3d;
  -ms-transform: rotateY(0deg);
  transition: 1s;
  transform-style: preserve-3d;
  transform: rotateY(0deg);
  position: absolute;
  top: 0;
  left: 0;
  background-position: center center;
  background-size: cover; }

.flip-wrap .front {
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  z-index: 2; }

.flip-wrap .back {
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg); }

/* vertical */
.flip-wrap.vertical .back {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg); }

.vertical.flip-wrap .flipper {
  -webkit-transform-origin: 100% 213.5px;
  -moz-transform-origin: 100% 213.5px;
  -ms-transform-origin: 100% 213.5px;
  transform-origin: 100% 213.5px; }

/* START: Accommodating for IE */
.vertical.flip-wrap:hover .back,
.vertical.flip-wrap.hover .back {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  transform: rotateX(0deg); }

.vertical.flip-wrap:hover .front,
.vertical.flip-wrap.hover .front {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg); }

/**  Bootstrap Boxes **/
.box,
.boxes > div,
.boxes2 > div > div {
  background-position: center center;
  background-size: cover;
  position: relative;
  padding: 0 15px;
  margin-bottom: 30px; }

.box-pad-small,
.boxes-pad-small > div,
.boxes2-pad-small > div > div {
  padding: 8px 15px; }

.box-pad,
.boxes-pad > div,
.boxes2-pad > div > div {
  padding: 15px; }

.box-vnarrow,
.boxes-vnarrow > div,
.boxes2-vnarrow > div > div {
  height: 10vw;
  max-height: 120px;
  min-height: 67px; }

.box-narrow,
.boxes-narrow > div,
.boxes2-narrow > div > div {
  height: 15vw;
  max-height: 180px;
  min-height: 100px; }

.box-std,
.boxes-std > div,
.boxes2-std > div > div {
  height: 20vw;
  max-height: 240px;
  min-height: 133px; }

.box-sq,
.boxes-sq > div,
.boxes2-sq > div > div {
  height: 25vw;
  max-height: 300px;
  min-height: 177px; }

.box-tall,
.boxes-tall > div,
.boxes2-tall > div > div {
  height: 30vw;
  max-height: 360px;
  min-height: 200px; }

.box-vtall,
.boxes-vtall > div,
.boxes2-vtall > div > div {
  height: 35vw;
  max-height: 420px;
  min-height: 233px; }

.box-vvtall,
.boxes-vvtall > div,
.boxes2-vvtall > div > div {
  height: 45vw;
  max-height: 540px;
  min-height: 300px; }

/** Background Images **/
.img1 {
  background-image: url(../../../uploads/2015/11/img1.jpg); }

/*** Auto clear columns in multiple rows  ***/
@media only screen and (min-width: 1250px) {
  .auto-clear .col-lg-1:nth-child(12n+1), .auto-clear .col-lg-2:nth-child(6n+1), .auto-clear .col-lg-3:nth-child(4n+1), .auto-clear .col-lg-4:nth-child(3n+1), .auto-clear .col-lg-6:nth-child(odd) {
    clear: left; } }
@media only screen and (min-width: 992px) and (max-width: 1240px) {
  .auto-clear .col-md-1:nth-child(12n+1), .auto-clear .col-md-2:nth-child(6n+1), .auto-clear .col-md-3:nth-child(4n+1), .auto-clear .col-md-4:nth-child(3n+1), .auto-clear .col-md-6:nth-child(odd) {
    clear: left; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .auto-clear .col-sm-1:nth-child(12n+1), .auto-clear .col-sm-2:nth-child(6n+1), .auto-clear .col-sm-3:nth-child(4n+1), .auto-clear .col-sm-4:nth-child(3n+1), .auto-clear .col-sm-6:nth-child(odd) {
    clear: left; } }
@media only screen and (max-width: 767px) {
  .auto-clear .col-xs-1:nth-child(12n+1), .auto-clear .col-xs-2:nth-child(6n+1), .auto-clear .col-xs-3:nth-child(4n+1), .auto-clear .col-xs-4:nth-child(3n+1), .auto-clear .col-xs-6:nth-child(odd) {
    clear: left; } }

.auto-clear-all .col-xs-1:nth-child(12n+1), .auto-clear-all .col-xs-2:nth-child(6n+1), .auto-clear-all .col-xs-3:nth-child(4n+1), .auto-clear-all .col-xs-4:nth-child(3n+1), .auto-clear-all .col-xs-6:nth-child(odd) {
  clear: left; }
@media only screen and (min-width: 768px) {
  .auto-clear-all .col-sm-1:nth-child(12n+1), .auto-clear-all .col-sm-2:nth-child(6n+1), .auto-clear-all .col-sm-3:nth-child(4n+1), .auto-clear-all .col-sm-4:nth-child(3n+1), .auto-clear-all .col-sm-6:nth-child(odd) {
    clear: left; } }
@media only screen and (min-width: 992px) {
  .auto-clear-all .col-md-1:nth-child(12n+1), .auto-clear-all .col-md-2:nth-child(6n+1), .auto-clear-all .col-md-3:nth-child(4n+1), .auto-clear-all .col-md-4:nth-child(3n+1), .auto-clear-all .col-md-6:nth-child(odd) {
    clear: left; } }
@media only screen and (min-width: 1240px) {
  .auto-clear-all .col-lg-1:nth-child(12n+1), .auto-clear-all .col-lg-2:nth-child(6n+1), .auto-clear-all .col-lg-3:nth-child(4n+1), .auto-clear-all .col-lg-4:nth-child(3n+1), .auto-clear-all .col-lg-6:nth-child(odd) {
    clear: left; } }

@media only screen and (min-width: 1250px) {
  .auto-clear-has-title .col-lg-1:nth-child(12n+2), .auto-clear-has-title .col-lg-2:nth-child(6n+2), .auto-clear-has-title .col-lg-3:nth-child(4n+2), .auto-clear-has-title .col-lg-4:nth-child(3n+2), .auto-clear-has-title .col-lg-6:nth-child(2n+2) {
    clear: left; } }
@media only screen and (min-width: 992px) and (max-width: 1240px) {
  .auto-clear-has-title .col-md-1:nth-child(12n+2), .auto-clear-has-title .col-md-2:nth-child(6n+2), .auto-clear-has-title .col-md-3:nth-child(4n+2), .auto-clear-has-title .col-md-4:nth-child(3n+2), .auto-clear-has-title .col-md-6:nth-child(2n+2) {
    clear: left; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .auto-clear-has-title .col-sm-1:nth-child(12n+2), .auto-clear-has-title .col-sm-2:nth-child(6n+2), .auto-clear-has-title .col-sm-3:nth-child(4n+2), .auto-clear-has-title .col-sm-4:nth-child(3n+2), .auto-clear-has-title .col-sm-6:nth-child(2n+2) {
    clear: left; } }
@media only screen and (max-width: 767px) {
  .auto-clear-has-title .col-xs-1:nth-child(12n+2), .auto-clear-has-title .col-xs-2:nth-child(6n+2), .auto-clear-has-title .col-xs-3:nth-child(4n+2), .auto-clear-has-title .col-xs-4:nth-child(3n+2), .auto-clear-has-title .col-xs-6:nth-child(2n+2) {
    clear: left; } }

img {
  max-width: 100%;
  max-height: 100%; }

.mw50 img,
img.mw50 {
  /* pop up modal image */
  max-width: 50%; }

.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  max-width: 400%;
  width: 100%; }

.modal-pad {
  padding: 16px 3%; }

.add-height-sm {
  margin-top: 15px;
  margin-bottom: 30px; }

.add-height,
.add-height-md {
  margin-top: 30px;
  margin-bottom: 45px; }

.add-height-lg {
  margin-top: 45px;
  margin-bottom: 60px; }

.add-height-xlg {
  margin-top: 60px;
  margin-bottom: 75px; }

.add-height-xxlg {
  margin-top: 90px;
  margin-bottom: 105px; }

.visible-xxs {
  display: none !important; }

.auto-lr {
  margin-left: auto !important;
  margin-right: auto !important; }

.fl,
.float-left {
  float: left; }

.fr,
.float-right {
  float: right; }

.disabled {
  pointer-events: none;
  cursor: default;
  color: #aaaaaa; }

.vertical-align {
  display: flex;
  align-items: center; }

@media screen and (min-width: 768px) {
  /* adjustment for row=middle */
  .mt-sm-m32 {
    margin-top: -32px; } }
@media screen and (min-width: 768px) and (max-width: 992px) {
  .md-text-center {
    text-align: center !important; } }
@media screen and (min-width: 1200px) {
  .visible-lg-inline {
    display: inline-block !important; } }
@media screen and (max-width: 768px) {
  .sm-text-center {
    text-align: center !important; } }
.col-xs-45 {
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 25px;
  min-height: 1px;
  position: relative;
  float: left;
  width: 37.5%; }

@media only screen and (min-width: 776px) {
  .col-sm-45 {
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 25px;
    min-height: 1px;
    position: relative;
    float: left;
    width: 37.5%; } }

@media only screen and (min-width: 992px) {
  .col-md-45 {
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 25px;
    min-height: 1px;
    position: relative;
    float: left;
    width: 37.5%; } }

@media only screen and (min-width: 1250px) {
  .col-lg-45 {
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 25px;
    min-height: 1px;
    position: relative;
    float: left;
    width: 37.5%; } }

@media screen and (max-width: 499px) {
  .display-xxs,
  .visible-xxs {
    /* visible display none default */
    display: block !important; }

  .hidden-xxs {
    display: none !important; }

  .col-xxs-12 {
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 25px;
    min-height: 1px;
    position: relative;
    float: left;
    width: 100%; }

  .col-xxs-11 {
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 25px;
    min-height: 1px;
    position: relative;
    float: left;
    width: 91.66666667%; }

  .col-xxs-10 {
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 25px;
    min-height: 1px;
    position: relative;
    float: left;
    width: 83.3333%; }

  .col-xxs-9 {
    width: 75%;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 25px;
    min-height: 1px;
    position: relative;
    float: left; }

  .col-xxs-8 {
    width: 66.6666%;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 25px;
    min-height: 1px;
    position: relative;
    float: left; }

  .col-xxs-7 {
    width: 58.3333%;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 25px;
    min-height: 1px;
    position: relative;
    float: left; }

  .col-xxs-6 {
    width: 50%;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 25px;
    min-height: 1px;
    position: relative;
    float: left; }

  .col-xxs-offset-0 {
    margin-left: 0px; }

  .col-xxs-offset-1 {
    margin-left: 8.33333%; }

  .col-xxs-offset-2 {
    margin-left: 16.6667%; }

  .col-xxs-push-0 {
    left: 0 !important; }

  .col-xxs-push-1 {
    left: 8.3333% !important; }

  .col-xxs-push-2 {
    left: 16.6667% !important; }

  .col-xxs-push-3 {
    left: 25% !important; }

  .col-xxs-pull-0 {
    right: 0 !important; } }
/** Inline Image Management  **/
@media screen and (min-width: 992px) {
  .mdw-1 {
    width: 8.33333%; }

  .mdw-2 {
    width: 16.6667%; }

  .mdw-3 {
    width: 25%; }

  .mdw-4 {
    width: 33.3333%; }

  .mdw-5 {
    width: 41.6667%; }

  .mdw-6 {
    width: 50%; }

  .mdw-7 {
    width: 58.33333%; }

  .mdw-8 {
    width: 66.6667%; }

  .mdw-9 {
    width: 75%; }

  .mdw-12 {
    width: 100%; } }
@media screen and (min-width: 768px) {
  .smw-1 {
    width: 8.33333%; }

  .smw-2 {
    width: 16.6667%; }

  .smw-3 {
    width: 25%; }

  .smw-4 {
    width: 33.3333%; }

  .smw-5 {
    width: 41.6667%; }

  .smw-6 {
    width: 50%; }

  .smw-7 {
    width: 58.33333%; }

  .smw-8 {
    width: 66.6667%; }

  .smw-9 {
    width: 75%; }

  .smw-12 {
    width: 100%; } }
@media screen and (max-width: 768px) {
  .xsw-1 {
    width: 8.33333%; }

  .xsw-2 {
    width: 16.6667%; }

  .xsw-3 {
    width: 25%; }

  .xsw-4 {
    width: 33.3333%; }

  .xsw-5 {
    width: 41.6667%; }

  .xsw-6 {
    width: 50%; }

  .xsw-7 {
    width: 58.33333%; }

  .xsw-8 {
    width: 66.6667%; }

  .xsw-9 {
    width: 75%; }

  .xsw-12 {
    width: 100%; } }
mb-48 {
  margin-bottom: 48px; }

/*  HELPER CLASSES */
.w5 {
  width: 5% !important; }

.mw5 {
  max-width: 5% !important; }

.w10 {
  width: 10% !important; }

.mw10 {
  max-width: 10% !important; }

.w15 {
  width: 15% !important; }

.mw15 {
  max-width: 15% !important; }

.w20 {
  width: 20% !important; }

.mw20 {
  max-width: 20% !important; }

.w25 {
  width: 25% !important; }

.mw25 {
  max-width: 25% !important; }

.w30 {
  width: 30% !important; }

.mw30 {
  max-width: 30% !important; }

.w35 {
  width: 35% !important; }

.mw35 {
  max-width: 35% !important; }

.w40 {
  width: 40% !important; }

.mw40 {
  max-width: 40% !important; }

.w45 {
  width: 45% !important; }

.mw45 {
  max-width: 45% !important; }

.w50 {
  width: 50% !important; }

.mw50 {
  max-width: 50% !important; }

.w55 {
  width: 55% !important; }

.mw55 {
  max-width: 55% !important; }

.w60 {
  width: 60% !important; }

.mw60 {
  max-width: 60% !important; }

.w65 {
  width: 65% !important; }

.mw65 {
  max-width: 65% !important; }

.w70 {
  width: 70% !important; }

.mw70 {
  max-width: 70% !important; }

.w75 {
  width: 75% !important; }

.mw75 {
  max-width: 75% !important; }

.w80 {
  width: 80% !important; }

.mw80 {
  max-width: 80% !important; }

.w85 {
  width: 85% !important; }

.mw85 {
  max-width: 85% !important; }

.w90 {
  width: 90% !important; }

.mw90 {
  max-width: 90% !important; }

.w95 {
  width: 95% !important; }

.mw95 {
  max-width: 95% !important; }

.w100 {
  width: 100% !important; }

.mw100 {
  max-width: 100% !important; }

.mw25 {
  max-width: 25px !important; }

.mw50 {
  max-width: 50px !important; }

.mw75 {
  max-width: 75px !important; }

.mw100 {
  max-width: 100px !important; }

.mw125 {
  max-width: 125px !important; }

.mw150 {
  max-width: 150px !important; }

.mw175 {
  max-width: 175px !important; }

.mw200 {
  max-width: 200px !important; }

.mw225 {
  max-width: 225px !important; }

.mw250 {
  max-width: 250px !important; }

.mw275 {
  max-width: 275px !important; }

.mw300 {
  max-width: 300px !important; }

.mw325 {
  max-width: 325px !important; }

.mw350 {
  max-width: 350px !important; }

.mw375 {
  max-width: 375px !important; }

.mw400 {
  max-width: 400px !important; }

.mw425 {
  max-width: 425px !important; }

.mw450 {
  max-width: 450px !important; }

.mw475 {
  max-width: 475px !important; }

.mw500 {
  max-width: 500px !important; }

.mw525 {
  max-width: 525px !important; }

.mw550 {
  max-width: 550px !important; }

.mw575 {
  max-width: 575px !important; }

.mw600 {
  max-width: 600px !important; }

.mw625 {
  max-width: 625px !important; }

.mw650 {
  max-width: 650px !important; }

.mw675 {
  max-width: 675px !important; }

.mw700 {
  max-width: 700px !important; }

.mw725 {
  max-width: 725px !important; }

.mw750 {
  max-width: 750px !important; }

.mw775 {
  max-width: 775px !important; }

.mw800 {
  max-width: 800px !important; }

.mw825 {
  max-width: 825px !important; }

.mw850 {
  max-width: 850px !important; }

.mw875 {
  max-width: 875px !important; }

.mw900 {
  max-width: 900px !important; }

.mw925 {
  max-width: 925px !important; }

.mw950 {
  max-width: 950px !important; }

.mw975 {
  max-width: 975px !important; }

.mw1000 {
  max-width: 1000px !important; }

.mw1025 {
  max-width: 1025px !important; }

.mw1050 {
  max-width: 1050px !important; }

.mw1075 {
  max-width: 1075px !important; }

.mw1100 {
  max-width: 1100px !important; }

.mw1125 {
  max-width: 1125px !important; }

.mw1150 {
  max-width: 1150px !important; }

.mw1175 {
  max-width: 1175px !important; }

.mw1200 {
  max-width: 1200px !important; }

.mw1225 {
  max-width: 1225px !important; }

.mw1250 {
  max-width: 1250px !important; }

.mw1275 {
  max-width: 1275px !important; }

.mw1300 {
  max-width: 1300px !important; }

/* Custom version */
.panel-image {
  margin-bottom: 16px; }

.img_right,
.img-right {
  float: right;
  position: relative;
  padding-left: 2%; }

.img-right:after {
  content: '';
  display: block;
  clear: both; }

.img_left,
.img-left {
  float: left;
  position: relative;
  padding-right: 2%; }

.img-left:after {
  content: '';
  display: block;
  clear: both; }

.img_center,
.img-center {
  text-align: center;
  margin: 10px auto 30px; }

.img-left img,
.img-right img {
  width: 100%  !important;
  max-width: 100% !important;
  height: auto;
  max-height: 900%; }

.img_right,
.img-right,
.img_left,
.img-left,
.img_center,
.img-center {
  font-size: 87%;
  line-height: 1.3;
  text-align: center; }
  .img_right p,
  .img-right p,
  .img_left p,
  .img-left p,
  .img_center p,
  .img-center p {
    line-height: 1.3;
    text-align: center; }

/** Specific to Total Donations  **/
.bootstrap-wrapper .form-horizontal .form-group.mg_giving-levels .radio-inline.miglaCustomAmount {
  padding-top: 5px !important; }
  .bootstrap-wrapper .form-horizontal .form-group.mg_giving-levels .radio-inline.miglaCustomAmount label.migla_amount_lbl {
    padding: 5px 20px; }

.bootstrap-wrapper .migla-panel-body {
  padding: 0 25px 5px; }

.form-group.checkbox-group .input-group {
  float: right;
  width: 90%; }
.form-group.checkbox-group .checkbox {
  width: 9%;
  text-align: right; }

.pad-0 {
  padding-top: 0;
  padding-bottom: 0; }
  .pad-0 > p {
    margin: 0; }

.pad-xs {
  padding-top: 16px;
  padding-bottom: 16px; }
  .pad-xs p {
    margin: 0 0 16px; }

.pad-sm {
  padding-top: 32px;
  padding-bottom: 32px; }

.pad-md {
  padding-top: 64px;
  padding-bottom: 64px; }

.pad-lg {
  padding-top: 96px;
  padding-bottom: 96px; }

.pad-0-xs {
  padding-top: 0px;
  padding-bottom: 16px; }
  .pad-0-xs p {
    margin: 0 0 16px; }

.pad-0-sm {
  padding-top: 0px;
  padding-bottom: 32px; }

.pad-0-md {
  padding-top: 0px;
  padding-bottom: 64px; }

.pad-0-lg {
  padding-top: 0px;
  padding-bottom: 96px; }

.pad-xs-0 {
  padding-top: 16px;
  padding-bottom: 0; }
  .pad-xs-0 p {
    margin: 0; }

.pad-xs-sm {
  padding-top: 16px;
  padding-bottom: 32px; }

.pad-xs-md {
  padding-top: 16px;
  padding-bottom: 64px; }

.pad-xs-lg {
  padding-top: 16px;
  padding-bottom: 96px; }

.pad-sm-0 {
  padding-top: 32px;
  padding-bottom: 0px; }
  .pad-sm-0 p {
    margin: 0; }

.pad-sm-xs {
  padding-top: 32px;
  padding-bottom: 16px; }

.pad-sm-md {
  padding-top: 32px;
  padding-bottom: 64px; }

.pad-sm-lg {
  padding-top: 32px;
  padding-bottom: 96px; }

.pad-md-0 {
  padding-top: 64px;
  padding-bottom: 0px; }
  .pad-md-0 p {
    margin: 0; }

.pad-md-xs {
  padding-top: 64px;
  padding-bottom: 16px; }

.pad-md-sm {
  padding-top: 64px;
  padding-bottom: 32px; }

.pad-md-lg {
  padding-top: 64px;
  padding-bottom: 96px; }

.pad-lg-0 {
  padding-top: 96px;
  padding-bottom: 0px; }
  .pad-lg-0 p {
    margin: 0; }

.pad-lg-xs {
  padding-top: 96px;
  padding-bottom: 16px; }

.pad-lg-sm {
  padding-top: 96px;
  padding-bottom: 32px; }

.pad-lg-md {
  padding-top: 96px;
  padding-bottom: 64px; }

.section-header h1,
.section-header h2 {
  text-align: center;
  margin-bottom: 24px; }

.section-image h3 {
  text-align: center;
  margin: 4px 0 4px 0;
  font-size: 24px;
  color: #555; }

.section-image p {
  text-align: center;
  margin: 4px 0 0px 0;
  font-size: 15px;
  color: #555; }

.section-image {
  margin-bottom: 24px; }

.sboxes .sbox {
  border: 1px solid #999999;
  padding: 16px;
  margin-bottom: 24px;
  z-index: 1;
  background-color: #ffffff;
  color: #333333; }
  .sboxes .sbox.transparent {
    background-color: transparent; }
  .sboxes .sbox h1,
  .sboxes .sbox h2,
  .sboxes .sbox h3 {
    text-align: center; }
    .sboxes .sbox h1:first-child,
    .sboxes .sbox h2:first-child,
    .sboxes .sbox h3:first-child {
      margin-top: 0; }

.jumbotron {
  margin-left: auto;
  margin-right: auto;
  border-radius: 14px !important;
  padding: 15px;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6) inset, -1px -1px 2px rgba(0, 0, 0, 0.6) inset !important;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6) inset, -1px -1px 2px rgba(0, 0, 0, 0.6) inset !important; }
  .jumbotron p, .jumbotron li, .jumbotron a {
    text-align: center; }

.text-left .jumbotron p, .text-left .jumbotron li, .text-left .jumbotron a {
  text-align: left; }

section .jumbotron {
  margin-bottom: 0px; }

section.announce {
  background-color: #fcdede;
  background-color: transparent;
  padding-right: 60px;
  padding-left: 60px;
  margin-right: auto;
  margin-left: auto; }
  section.announce .jumbotron {
    background-color: #990f0f; }
    section.announce .jumbotron .gigantic, section.announce .jumbotron .huge, section.announce .jumbotron .large, section.announce .jumbotron .bigger, section.announce .jumbotron .big, section.announce .jumbotron h1, section.announce .jumbotron h2, section.announce .jumbotron h3, section.announce .jumbotron h4, section.announce .jumbotron h5, section.announce .jumbotron h6, section.announce .jumbotron p, section.announce .jumbotron li {
      color: #ffffff;
      font-weight: 500; }
    section.announce .jumbotron h1,
    section.announce .jumbotron h2 {
      font-family: Oswald, Arial, sans-serif;
      letter-spacing: -1px;
      text-transform: uppercase;
      font-weight: 700; }

.padded {
  padding: 60px 7% !important; }

.fa-wrap.fa, .glyphs .fa.glyphicon,
.fas .fa,
.fa-wrap .fa, .fas-6-accross .fa {
  border: 3px solid;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  font-size: 120px;
  height: 220px;
  width: 220px;
  line-height: 220px;
  background-color: rgba(255, 255, 255, 0.2); }

.inverse .fa {
  background-color: rgba(0, 0, 0, 0.3); }

.inverse .apss-share-wrap .fa {
  background-color: transparent; }

.fas-6-accross .fa {
  font-size: 79.2px;
  height: 145.2px;
  width: 145.2px;
  line-height: 145.2px; }

.effect-wrap {
  width: 100%;
  display: block;
  background-color: #ffffff; }
  .effect-wrap .effect-background-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    z-index: -1; }
  .effect-wrap:before {
    z-index: 1; }
  .effect-wrap.background-image-section, .effect-wrap.transparent {
    background-color: transparent; }
  .effect-wrap .icon-row {
    text-align: center; }
    .effect-wrap .icon-row > div {
      height: 320px; }
    .effect-wrap .icon-row a,
    .effect-wrap .icon-row a:hover {
      text-decoration: none; }
  .effect-wrap .fas-6-accross .icon-row > div {
    height: 240px; }

.position-relative {
  position: relative; }

@media screen and (min-width: 992px) {
  .large-top-bottom {
    margin-top: 48px;
    margin-bottom: 48px; }
    .large-top-bottom h1.title,
    .large-top-bottom h2.title,
    .large-top-bottom h3.title,
    .large-top-bottom h4.title {
      margin-top: 0; } }

section.has-background-image.effect-wrap .inverse .well {
  background-image: linear-gradient(to bottom, #121212 0px, #070707 100%);
  border-color: #000000;
  color: #ffffff; }
  section.has-background-image.effect-wrap .inverse .well h1,
  section.has-background-image.effect-wrap .inverse .well h2,
  section.has-background-image.effect-wrap .inverse .well h3,
  section.has-background-image.effect-wrap .inverse .well p,
  section.has-background-image.effect-wrap .inverse .well li {
    color: #ffffff; }

.parallax {
  margin: 0 auto;
  width: 100%;
  position: relative;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.8);
  padding: 100px 0; }

.parallax.auto-height {
  height: auto; }

X.parallax-title {
  color: #ffffff; }

.parallax-header {
  height: 250px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.9); }

section + footer {
  margin-top: 0px; }

.map {
  position: relative; }
  .map iframe {
    width: 100%;
    height: 250px; }

.arrow-box h3 {
  color: #ffffff !important;
  margin-right: 4%;
  position: relative;
  background: #00a1e7;
  line-height: 50px;
  text-align: center;
  border: 2px solid #3695d8;
  border-radius: 6px 0 0 6px;
  width: 85%; }
  .arrow-box h3:hover {
    background: #006c9b; }

.arrow-box h3:after, .arrow-box h3:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.arrow-box h3:after {
  border-color: rgba(137, 223, 255, 0);
  border-left-color: #00a1e7;
  border-width: 25px;
  margin-top: -25px; }

.arrow-box h3:hover:after {
  border-left-color: #006c9b; }

.arrow-box h3:before {
  border-color: rgba(60, 70, 77, 0);
  border-left-color: #3695d8;
  border-width: 28px;
  margin-top: -27px; }

.arrow-box h3 a,
.arrow-box h3 a:hover {
  color: inherit; }

/* Background Colors */
/*  Separators  */
/** COLORS  **/
.single-newsletter h1.masthead {
  color: #080886;
  font-weight: 700;
  font-size: 42px;
  text-align: center; }
  @media only screen and (min-width: 1250px) {
    .single-newsletter h1.masthead {
      font-size: 66px; } }

/** GENERAL NEWSLETTER SPECIFIC CLASSES  **/
.shorts h2 {
  margin-top: 32px; }

.shorts h2:first-child {
  margin-top: inherit; }

article[class*="short-takes"] h2 {
  margin-top: 48px; }

/* Increases space between  takes */
.in-case-you-missed-it h1 {
  display: none; }

/* Removes headline, banner makse is redundant, after image for legacy support without banner */
.in-case-you-missed-it h2, .in-case-you-missed-it h3 {
  margin-top: 48px; }

/**  LOGO  **/
.newsletter-logo-wrap {
  position: relative;
  margin-top: -100px;
  height: 105px; }
  .newsletter-logo-wrap .newsletter-logo {
    width: 80%; }
  @media only screen and (max-width: 500px) {
    .newsletter-logo-wrap {
      margin-top: -80px;
      height: 85px; }
      .newsletter-logo-wrap .newsletter-logo {
        width: 90%; } }
  @media only screen and (min-width: 992px) {
    .newsletter-logo-wrap .newsletter-logo {
      width: 60%; } }

@media only screen and (min-width: 768px) {
  .newsletter-logo-wrap {
    margin-top: -125px;
    height: 135px; }
    .newsletter-logo-wrap img {
      max-width: 800px; } }
.single-newsletter article:first-child {
  padding-top: 0px; }
.single-newsletter h1 {
  text-align: left; }
.single-newsletter .parallax {
  box-shadow: none; }
.single-newsletter .top-pad {
  padding: 120px 0; }
.single-newsletter footer {
  z-index: 1;
  position: relative; }
@media only screen and (min-width: 768px) {
  .single-newsletter .header-logo-wrap img {
    height: 80%; }
  .single-newsletter .top-pad {
    padding: 120px 0; } }

/* DATE LINE */
section.date-line {
  padding: 3px 0;
  position: relative;
  z-index: 2; }
  section.date-line > div {
    margin: 0 auto;
    border-top: medium double #666;
    border-bottom: medium double #666;
    background-color: #fff; }
    section.date-line > div p {
      margin: 2px 0; }

.navbar-scroll-down .date-line {
  position: fixed;
  top: 60px;
  width: 100%;
  background-color: #fff;
  opacity: 1;
  z-index: 900; }
.navbar-scroll-down.admin-bar .date-line {
  top: 92px; }

/* TABLE OF CONTENTS */
.toc ul {
  position: relative;
  z-index: 2; }
.toc.affix {
  position: relative;
  display: block; }
.toc a {
  line-height: 1.1;
  font-size: 16px; }

@media only screen and (min-width: 768px) {
  .toc.affix {
    display: block;
    top: 130px;
    position: fixed;
    position: absolute;
    max-width: 368px;
    width: 24%;
    width: 100%; } }
@media screen and (min-width: 1200px) and (min-height: 900px) {
  .toc.affix {
    position: absolute;
    position: fixed;
    width: 22%; } }
@media screen and (max-width: 768px) {
  X.toc.affix {
    display: none; } }
.toc h2 {
  background-color: #dddddd;
  width: 96%;
  border-radius: 5px;
  padding: 5px 5px;
  font-size: 16pt;
  text-align: left; }

.toc ul {
  list-style-type: none;
  padding-left: 5px; }

.toc li,
.toc li a {
  line-height: 1.2;
  margin-bottom: 8px; }

/** CSS ARTICLE SEPERATOR  usage <div class="spacer"><div class="mask"></div><span><i></i></span></div> **/
.newsletter-article-seperator {
  width: 80%;
  margin: 0 5% 0 15%;
  height: 10px;
  color: #bbbbbb;
  stroke: #888888;
  fill: #bbbbbb; }

/** There is another spacer class; resolve !! */
/** This spacer is the article seperator used in single-newsletter.php and categories.php **/
.spacer {
  position: relative;
  width: 50%;
  margin: 0 auto; }

.spacer .mask {
  overflow: hidden;
  height: 20px; }

.spacer .mask:after {
  content: '';
  display: block;
  margin: -25px auto 0;
  width: 100%;
  height: 25px;
  border-radius: 125px / 12px;
  box-shadow: 0 0 8px black;
  box-shadow: 0 0 5px #050564; }

.spacer span {
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 100%;
  margin-bottom: -15px;
  left: 50%;
  margin-left: -15px;
  border-radius: 100%;
  box-shadow: 0 2px 4px #999;
  background: white; }

.spacer span i {
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 4px;
  right: 4px;
  border-radius: 100%;
  border: 1px dashed #aaa;
  text-align: center;
  line-height: 19.8px;
  font-style: normal;
  color: #999; }

.spacer.sm .mask:after {
  content: ' ';
  box-shadow: 0 0 3px #050564;
  box-shadow: 0 0 10px #e9c91f; }
.spacer.sm span {
  width: 16px;
  height: 16px;
  margin-bottom: -8px;
  margin-left: -8px; }

@media print {
  .single-newsletter .top-pad {
    display: none; } }
/** For testing - all defined fonts **/
.oxygen {
  font-family: 'Oxygen',"Source Sans Pro Light","Helvetica Neue","Nimbus Sans L","Lucida Grande","Helvetica","Arial", sans-serif; }

.montserrat {
  font-family: "Montserrat","Trebuchet MS", Helvetica, sans-serif; }

.helvetica {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; }

.oswald {
  font-family: Oswald, Arial, sans-serif;
  letter-spacing: -1px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 700; }

.oswald-base {
  font-family: Oswald, Arial, sans-serif; }

.rye {
  font-family: 'Rye', cursive; }

.copperplate {
  font-family: 'Copperplate Gothic', 'Balthazar', serif; }

.arial {
  font-family: "Arial", sans-serif; }

.source-sans {
  font-family: "Source Sans Pro Light","Helvetica Neue","Nimbus Sans L","Lucida Grande","Helvetica","Arial", sans-serif; }

.roboto {
  font-family: 'Roboto', 'Arial', sans-serif; }

.balthazar {
  font-family: 'Balthazar', serif; }

/* ------------------------------------------------------------------------- *
/* Topography */
/* ------------------------------------------------------------------------- */
/* MOVED
body, html { 
	margin: 0; 
	padding: 0; 
	height: 100%;
} 

@include media('1250px') { 
	.webpage-max-width { max-width: 1500px; }
}
body {
	font-family: "Arial", sans-serif;
	font-family: 'Lato',"Source Sans Pro Light","Helvetica Neue","Nimbus Sans L","Lucida Grande","Helvetica","Arial", sans-serif;

	font-size: 18px; 
	-webkit-font-smoothing: antialiased; 
	-webkit-text-size-adjust: 100%; 
	}

p, li, a {
    font-weight: 300;
	line-height: 1.6em;
	color: #222;
	text-align: left;
	}
*/
/**
p, li, a {
	color: #333;
	}
.inverse {
	color: #fff;
	p, li, a {
		color: #fff;
		}
	}
**/
/*  MOVED
.light{font-weight: 300;}
.normal { font-weight: 500;}
.strong {font-weight: 700;}
*/
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4 {
  font-family: 'Lato',"Source Sans Pro Light","Helvetica Neue","Nimbus Sans L","Lucida Grande","Helvetica",sans-serif;
  font-family: 'Oxygen',"Source Sans Pro Light","Helvetica Neue","Nimbus Sans L","Lucida Grande","Helvetica",sans-serif; }
  h1.alt-font, .h1.alt-font,
  h2.alt-font, .h2.alt-font,
  h3.alt-font, .h3.alt-font,
  h4.alt-font, .h4.alt-font {
    /** Emulate TIS Folio Font **/
    font-family: Oswald, Arial, sans-serif;
    letter-spacing: -1px;
    text-transform: uppercase;
    font-weight: 700; }
  h1.alt-font-important, .h1.alt-font-important,
  h2.alt-font-important, .h2.alt-font-important,
  h3.alt-font-important, .h3.alt-font-important,
  h4.alt-font-important, .h4.alt-font-important {
    /** Emulate TIS Folio Font **/
    font-family: Oswald, Arial, sans-serif;
    letter-spacing: -1px !important;
    text-transform: uppercase !important;
    font-weight: 700 !important; }

h1, .h1 {
  text-align: center; }

i {
  font-weight: 500;
  color: #111; }

.gigantic {
  font-size: 60px; }

.huge, h1 {
  font-size: 40px; }

.large, h2 {
  font-size: 26px; }

.bigger, h3, aside h1, .aside h1, .sidebar h1, h1 span {
  font-size: 22px; }

.big, h4 {
  font-size: 20px; }

.normal, h5 {
  font-size: 18px; }

.small, h6, small {
  font-size: 14px; }

@media only screen and (min-width: 1250px) {
  .gigantic {
    font-size: 70px; }

  .huge, h1 {
    font-size: 48px; }

  .large, h2 {
    font-size: 30px; }

  .bigger, h3, aside h1, .aside h1, .sidebar h1, h1 span {
    font-size: 24px; }

  .big, h4 {
    font-size: 22px; } }
.category-item .gigantic {
  font-size: 48px; }
.category-item .huge, .category-item h1 {
  font-size: 40px; }
.category-item .large, .category-item h2 {
  font-size: 30px;
  font-weight: 700; }
.category-item .bigger, .category-item h3, .category-item aside h1, .category-item .aside h1, .category-item .sidebar h1, .category-item h1 span {
  font-size: 26px; }
.category-item .big, .category-item h4 {
  font-size: 22px; }

h1 span {
  display: block; }

.category-date {
  font-size: 90%;
  margin: -8px 0 0 0; }

.category-item {
  margin-bottom: 48px; }
  .category-item + .spacer {
    margin-bottom: 48px; }

.block {
  margin: 0 0 16px 0; }
  .block p {
    margin: 0; }

.center {
  margin-left: auto;
  margin-right: auto; }

.article-info {
  font-size: 15px;
  font-weight: 500;
  color: #782626;
  margin: 16px 0 32px; }
  .article-info p {
    margin: 0;
    color: #782626; }

.archive-info {
  font-size: 15px;
  font-weight: 500;
  color: #782626;
  margin: 16px 0 8px; }
  .archive-info p {
    margin: 0;
    color: #782626; }

.quote {
  margin-left: 5%;
  margin-right: 5%; }

.wp-caption {
  margin-bottom: 20px;
  padding: 10px;
  max-width: 100%;
  border: 1px solid #ddd;
  text-align: center;
  display: inline-block; }
  .wp-caption img {
    display: block; }

.wp-caption-text,
.wp-caption-text p {
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  color: #111;
  margin: 6px 0 0 0; }

.wp-caption-text p.permission {
  text-align: right;
  font-size: 13px;
  color: #999;
  line-height: 1; }

article ol,
article ul {
  margin: 0 0 15px;
  list-style-position: outside; }
  article ol li,
  article ul li {
    margin-bottom: 15px;
    padding-left: 20px;
    margin-left: 30px; }
    article ol li a img,
    article ul li a img {
      margin-left: 15px; }
  article ol.tight li,
  article ul.tight li {
    /* For use with short li */
    line-height: 1.3;
    margin-bottom: 0px; }

ul#sidebar {
  padding: 0; }

img {
  height: auto; }

img.icon_left {
  margin: 0 1%;
  width: 14px; }

svg {
  fill: currentColor;
  max-width: 100%;
  width: 100%; }

/**                     ****
*     HEADER  
***                      **/
/** Also see script.js for inline heights set by script 
$navbar-fixed-top-initial-height: 90px;  
$navbar-fixed-top-scrolled-height: 60px;
@if($lgl) {
	$navbar-fixed-top-scrolled-height: 90px;
	}
$icon-bar-top-margin: ( ($navbar-fixed-top-initial-height - 24px - 18px  )/2);
$icon-bar-scrolled-top-margin: ( ($navbar-fixed-top-scrolled-height - 24px - 18px  )/2);


.navbar {
	min-height:	0;
	padding-bottom: 0;
	}



.navbar-toggle {
    float: left;
    margin-top: $icon-bar-top-margin !important; 
	}
.navbar-scroll-down .navbar-toggle  {
		margin-top: $icon-bar-scrolled-top-margin !important; 
}

.navbar-brand {
	height: $navbar-fixed-top-initial-height; 
	&.navbar-scroll-down  {
		height: $navbar-fixed-top-scrolled-height;
		}
	}
**/
.header-logo-wrap {
  height: 100%;
  position: absolute;
  text-align: center;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
  width: 80%;
  padding: 3px 0; }
  .header-logo-wrap img {
    height: 100%;
    width: auto;
    vertical-align: top; }

@media only screen and (min-width: 768px) {
  .header-logo-wrap {
    text-align: left;
    width: 50%; }
    .header-logo-wrap img {
      height: 80%;
      max-height: 80%; }
    .header-logo-wrap.scrolled img {
      height: 100%;
      max-height: 100%; } }
@media only screen and (min-width: 992px) {
  .header-logo-wrap img {
    height: 110%;
    max-height: 110%; } }
@media only screen and (min-width: 1200px) {
  .header-logo-wrap img {
    height: 130%;
    max-height: 130%; } }
@media only screen and (min-width: 1500px) {
  .header-logo-wrap img {
    height: 150%;
    max-height: 150%; } }
/** DONE **/
.header h2,
header h2 {
  font-weight: 500;
  font-size: 36px;
  letter-spacing: 2px;
  margin: 36px 2% 16pt;
  text-align: center;
  text-shadow: 0px 0px 2px black, 0px 0px 4px black,0px 0px 8px black;
  line-height: 1.3; }

@media only screen and (max-width: 499px) {
  .header h2, header h2 {
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 1px;
    margin: 0 1%; } }
@media only screen and (min-width: 768px) {
  .header h2,
  header h2 {
    font-size: 48px;
    letter-spacing: 3px;
    margin: 36px 3% 0px; } }
@media only screen and (min-width: 1200px) {
  .header h2,
  header h2 {
    font-size: 60px; } }
/* Top Bar - Specific to icons.*/
.svg-wrap a {
  border: none; }

.top-bar {
  margin-top: 0;
  margin-right: -10px;
  margin: 0; }
  .top-bar ul {
    padding: 0; }
    .top-bar ul li {
      display: inline-block; }
      .top-bar ul li.menu-item {
        margin-bottom: 0px; }
  .top-bar .svg-wrap {
    transition: all 1s ease-in-out;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    padding: 6px;
    margin: 5px 0 5px 4px;
    background-color: #333333; }
    .top-bar .svg-wrap svg {
      transition: all 1s ease-in-out;
      color: #0fb4ff;
      border-radius: 5px; }
    .top-bar .svg-wrap:hover {
      transform: scale(1.3, 1.3); }
      .top-bar .svg-wrap:hover svg {
        color: #5cccff; }

@media only screen and (min-width: 768px) {
  .top-bar {
    height: 60px; }
    .top-bar ul {
      float: right;
      margin: 8px 0 0 0; }

  .navbar-scroll-down .top-bar {
    display: none; }

  #mainmenu {
    margin-right: 15px; } }
.footer-social {
  margin-top: 0;
  margin-right: -10px; }
  .footer-social ul {
    padding: 0;
    margin: 0; }
    .footer-social ul li {
      display: inline-block; }
  .footer-social .svg-wrap {
    transition: all 1s ease-in-out;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    padding: 6px;
    margin: 5px 0 5px 4px;
    background-color: #111111; }
    .footer-social .svg-wrap svg {
      transition: all 1s ease-in-out;
      color: #0fb4ff;
      border-radius: 5px; }
    .footer-social .svg-wrap:hover {
      transform: scale(1.3, 1.3); }
      .footer-social .svg-wrap:hover svg {
        color: #5cccff; }

/* Phone / Side Menu */
/** Also see script.js for inline heights set by script **/
.navbar {
  min-height: 0;
  padding-bottom: 0; }

.nav > li > a:focus,
.nav > li > a:hover {
  /* Override BS.  Background color is assigned to li */
  background-color: transparent; }

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
  /* Override */
  max-height: 700px; }

.navbar-brand {
  height: 90px; }

.navbar-scroll-down .navbar-brand {
  height: 60px; }

@media (min-width: 768px) {
  .navbar-nav li {
    background-color: transparent; }
    .navbar-nav li a {
      color: #ffffff;
      padding: 10px 15px; }
    .navbar-nav li:hover {
      background-color: #007;
      border-color: #007; }
      .navbar-nav li:hover > a {
        color: #ffffff; }
    .navbar-nav li.nav-grab {
      border-width: 1px;
      border-style: solid;
      border-radius: 25px;
      background-color: #0074a8;
      border-color: #003f5c; }
      .navbar-nav li.nav-grab a {
        color: #ffffff; }
      .navbar-nav li.nav-grab:hover {
        background-color: #003f5c;
        border-color: #000a0f; }
        .navbar-nav li.nav-grab:hover a {
          color: #ffffff; }
      .navbar-nav li.nav-grab li:hover {
        background-color: #ffffff;
        border-color: #007; }
        .navbar-nav li.nav-grab li:hover a {
          color: #007; }
    .navbar-nav li li {
      background-color: #007; }
      .navbar-nav li li a {
        color: #ffffff; }
      .navbar-nav li li:hover {
        background-color: #ffffff;
        border-color: #007; }
        .navbar-nav li li:hover > a {
          color: #007; }

  .navbar-scroll-down .navbar-nav li {
    background-color: transparent; }
    .navbar-scroll-down .navbar-nav li > a {
      color: #007; }
    .navbar-scroll-down .navbar-nav li:hover {
      background-color: #007; }
      .navbar-scroll-down .navbar-nav li:hover > a {
        color: #ffffff; }
    .navbar-scroll-down .navbar-nav li li {
      background-color: #007; }
      .navbar-scroll-down .navbar-nav li li a {
        color: #ffffff; }
      .navbar-scroll-down .navbar-nav li li:hover {
        background-color: #ffffff;
        border-color: #007; }
        .navbar-scroll-down .navbar-nav li li:hover a {
          color: #007; }
    .navbar-scroll-down .navbar-nav li.nav-grab {
      background-color: #0074a8; }
      .navbar-scroll-down .navbar-nav li.nav-grab a {
        color: #ffffff; }
      .navbar-scroll-down .navbar-nav li.nav-grab:hover {
        background-color: #003f5c;
        border-color: #000a0f; }
        .navbar-scroll-down .navbar-nav li.nav-grab:hover > a {
          color: #ffffff; } }
@media (max-width: 767px) {
  .navbar-toggle {
    float: left;
    margin-top: 24px !important;
    border: none !important; }
    .navbar-toggle .icon-bar {
      background: #333 !important;
      width: 26px;
      height: 3px;
      border-radius: 4px;
      margin-bottom: 5px; }
    .navbar-toggle.navbar-toggle--active {
      /* Hanburger menu animation */ }
      .navbar-toggle.navbar-toggle--active .icon-bar:nth-child(1) {
        -webkit-transform: translateY(8px) rotate(45deg);
        transform: translateY(8px) rotate(45deg); }
      .navbar-toggle.navbar-toggle--active .icon-bar:nth-child(2) {
        opacity: 0;
        width: 0;
        -webkit-transform: translateY(8px);
        transform: translateY(8px); }
      .navbar-toggle.navbar-toggle--active .icon-bar:nth-child(3) {
        -webkit-transform: translateY(-8px) rotate(-45deg);
        transform: translateY(-8px) rotate(-45deg); }

  .side-collapse {
    background-color: #ffffff;
    top: 90px;
    left: 0;
    width: 300px;
    position: fixed;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    box-shadow: 3px 4px 4px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 3px 4px 4px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 3px 4px 4px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 3px 4px 4px rgba(0, 0, 0, 0.15); }
    .side-collapse.in {
      width: 0; }
    .side-collapse .XX li > a {
      color: #007;
      font-weight: 500; }

  .navbar-scroll-down .side-collapse {
    top: 60px; }

  .navbar-scroll-down .navbar-toggle {
    margin-top: 9px !important; }

  .top-bar {
    margin: 5px 16px 0 0;
    text-align: center; }
    .top-bar .svg-wrap {
      background-color: #282828; }

  .navbar-nav li {
    background-color: transparent; }
    .navbar-nav li > a {
      color: #007;
      padding: 10px 15px; }
    .navbar-nav li:hover {
      background-color: #007;
      border-color: #ffffff; }
      .navbar-nav li:hover > a {
        color: #ffffff; }
    .navbar-nav li.nav-grab {
      border-width: 1px;
      border-style: solid;
      border-radius: 25px;
      background-color: #0074a8;
      border-color: #003f5c; }
      .navbar-nav li.nav-grab > a {
        color: #ffffff; }
      .navbar-nav li.nav-grab:hover {
        background-color: #003f5c;
        border-color: #000a0f; }
        .navbar-nav li.nav-grab:hover > a,
        .navbar-nav li.nav-grab:hover > a:hover {
          color: #ffffff; }
    .navbar-nav li li {
      background-color: #007; }
      .navbar-nav li li a {
        color: #ffffff; }
      .navbar-nav li li:hover {
        background-color: #ffffff;
        border-color: #007; }
        .navbar-nav li li:hover a {
          color: #007; }

  .nav .open {
    background-color: #ffffff;
    border-color: #007; }
    .nav .open > a,
    .nav .open > a:focus,
    .nav .open > a:hover {
      color: #337ab7;
      color: #ffffff;
      background-color: transparent; }

  .caret-wrap {
    padding: 5px 14px; } }
/* ------------------------------------------------------------------------- *
/* 2 Layout */
/* ------------------

body { font-family: 'Roboto', 'Arial', sans-serif; }
//h1,h2,h3 { font-family: Oswald; letter-spacing: -1px; line-height: 1.2; }  // Approzimates FOLIO
/** Very Basic **/
img.responsive,
img.res {
  width: 100%;
  height: auto; }

/** Transparent Nav Bar  **/
@media only screen and (min-width: 768px) {
  x.page-template .navbar-nav > li > a {
    color: #fff; }
    x.page-template .navbar-nav > li > a:hover {
      color: #ff3b60; }

  .page-template .top-bar ul li a {
    color: #fff; }

  .page-template .navbar-header .navbar-brand {
    color: #fff; }

  .page-template .navbar {
    background-color: transparent;
    border: none; }

  .page-template .navbar li.active a,
  .page-template .navbar li.active a:focus,
  .page-template .navbar li a:focus,
  .page-template .navbar li a:hover {
    background-color: transparent; }

  .page-template .navbar {
    background-color: transparent;
    border: none; }

  .page-template.navbar-scroll-down .navbar {
    background-color: #fff; }

  .page-template .navbar {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none; }

  .page-template.navbar-scroll-down .navbar {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }

  .page-template.navbar-scroll-down.single-newsletter .navbar {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none; } }
/** Cover Heading **/
.spacer {
  height: 10px; }

.mt-0 {
  margin-top: 0px !important; }

.mbt-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important; }

/** Index template **/
.top-pad {
  padding: 90px 0;
  margin-top: 0px; }
  @media only screen and (min-width: 768px) {
    .top-pad {
      margin-top: 0;
      padding: 100px 0; } }
  @media only screen and (min-width: 1250px) {
    .top-pad {
      padding: 120px 0; } }

/**  Background Template - flexible top image height  **/
.parallax-pad {
  padding: 80px 0 40px; }

/**  Nav - Social SVG   **/
ul.social-svg {
  list-style-type: none;
  padding: 0; }

ul.social-svg li {
  display: inline-block;
  margin-right: 8px; }

ul.social-svg .svg-wrap {
  background-color: #fff;
  border-radius: 6px; }

.social-svg .svg-icon svg {
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out; }

.social-svg .svg-icon svg:hover {
  transform: scale(1.3, 1.3);
  z-index: 1; }

.scroll-to.button {
  margin-right: 8px; }

/* Arrow Bouncing */
.container-arrow {
  bottom: 25px; }
  .container-arrow span {
    display: inline-block;
    font-size: 60px;
    animation: 1.4s down  infinite alternate;
    -webkit-animation: 1.4s down infinite alternate; }

/***Animation Arrow down***/
@keyframes down {
  0% {
    transform: translateY(0px); }
  100% {
    transform: translateY(10px); } }
@-webkit-keyframes down {
  0% {
    -webkit-transform: translateY(0px); }
  100% {
    -webkit-transform: translateY(10px); } }
/* IMAGES */
.round {
  padding: 20px;
  background-color: #fff;
  border-radius: 50%;
  overflow: hidden; }

/** SECTIONS  **/
.lg,
section.lg,
article.lg {
  padding-top: 64px;
  padding-bottom: 96px; }

.md,
section.md,
article.md {
  padding: 48px 0 64px;
  padding-top: 48px;
  padding-bottom: 48px; }

section.sm,
article.sm {
  padding-top: 32px;
  padding-bottom: 32px; }

section.xs,
article.xs {
  padding-top: 16px;
  padding-bottom: 16px; }

section.no-pad,
article.no-pad {
  padding-top: 0px;
  padding-bottom: 0px; }

.air .row {
  margin-right: -30px;
  margin-left: -30px; }
  .air .row > div {
    padding-right: 30px;
    padding-left: 30px; }

.infographics.row {
  margin-bottom: -30px; }
  .infographics.row > div {
    margin-bottom: 30px;
    text-align: center; }
    .infographics.row > div img {
      max-width: 450px; }

/** Sidebar  **/
.sidebar-menu {
  font-size: 13pt; }
  .sidebar-menu .svg-wrap svg {
    fill: #e4c498;
    fill: #080884;
    stroke: transparent; }
  .sidebar-menu .sidebar-menu-head {
    border-top: 4px solid #e4c498;
    border-bottom: 4px solid #e4c498;
    padding: 12px 0;
    font-weight: 700;
    text-transform: uppercase;
    color: #080884;
    margin-bottom: 0px; }
  .sidebar-menu ul {
    list-style-type: none;
    padding-left: 0; }
  .sidebar-menu li {
    border-bottom: 2px solid #e4c498;
    padding: 10px 0 !important;
    line-height: 1; }
    .sidebar-menu li.current-menu-item {
      background-color: #eee; }
      .sidebar-menu li.current-menu-item a {
        font-weight: 500; }
    .sidebar-menu li.sidebar-menu-head {
      border-top: 2px solid #e4c498; }
      .sidebar-menu li.sidebar-menu-head a {
        font-weight: 700;
        color: #080884; }
  .sidebar-menu a {
    width: 95%;
    line-height: 1.2; }

.border img {
  border: 15px solid white; }

.section-banner {
  width: 100%;
  height: 150px;
  overflow: hidden;
  vertical-align: middle; }
  .section-banner img {
    width: 100%;
    height: auto; }
    .section-banner img.move-up {
      margin-top: -10vw; }

@media only screen and (min-width: 750px) {
  .section-banner img.move-up {
    margin-top: -20vw; } }
/** COLORS **/
/**
.gray,
.grey {
	background-color: #bbb;
	}
.lt-gray,
.lt-grey {
	background-color: #eee;
	}

.gray p,
.grey p,
.lt-gray p,
.lt-grey p {
	color: #111;
	}
**/
/** Excerpts  **/
span.break-span,
div.break-span > span {
  display: table; }

.excerpt-meta {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 1.2; }

.excerpt-meta .svg-wrap,
.excerpt-meta svg {
  height: 20px; }

/* ARTICLES and NEWSLETTER --------------------------------------- */
.c,
.center {
  text-align: center; }

.right {
  float: right; }

.left {
  float: left; }

.sig {
  margin-bottom: 16px;
  line-height: 1.3; }

X.sig p:first-child {
  font-weight: 700; }

.sig p {
  margin: 0;
  line-height: 1.3; }

.sig:first-line {
  font-weight: 700; }

.sig p:first-child:first-line {
  font-weight: 700; }

.tinz-news {
  margin: 0;
  padding: 0 15px;
  text-align: center;
  border: 1px solid blue; }

.tinz-news__intro-title {
  font-size: 44px; }

.tinz-news__intro-subtitle {
  font-size: 18px;
  margin-bottom: 60px;
  font-style: italic;
  font-weight: 400; }

.tinz-news__title a {
  color: #222;
  font-size: 32px; }

.tinz-news__meta {
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 20px; }

@media only screen and (min-width: 1250px) {
  .extra-pad-lg {
    padding-left: 30px;
    padding-right: 30px; } }
.img-round {
  border-radius: 100%;
  width: 100%;
  height: 100%;
  max-width: 300px; }

span.img-round {
  display: inline-block; }

/** SVG image in news or box section!  **/
.tinz-news .fluid-width-video-wrapper[style] {
  padding-top: 60% !important; }

/**   SVG Sections  **/
/** Remove or move - section backgrounds should handle **/
.svg-div-wrap {
  text-align: center;
  margin: 20px auto;
  width: 90%;
  /*	border: 3px solid #ffffff; */
  color: #0b0bb5;
  max-width: 400px;
  transition: .70s all ease-in-out; }
  .svg-div-wrap.government-sq-thin svg {
    stroke: #fff; }
  .svg-div-wrap * {
    transition: .70s all ease-in-out; }
  .svg-div-wrap svg {
    fill: currentColor;
    stroke: currentColor;
    width: 70%; }
  .svg-div-wrap p {
    font-size: 16px;
    margin: 0 48px;
    text-align: center; }
  .svg-div-wrap h3 {
    text-align: center; }
  .svg-div-wrap a {
    color: #0b0bb5; }
    .svg-div-wrap a:hover {
      color: #3333f3; }
    .svg-div-wrap a * {
      color: inherit; }
  .svg-div-wrap.border {
    border: 3px solid #0b0bb5;
    border-radius: 50%;
    padding: 60px; }
    .svg-div-wrap.border:hover {
      border: 3px solid #3333f3; }
    .svg-div-wrap.border svg + * {
      margin-top: 10px; }

.inverse .svg-div-wrap a {
  color: white; }
  .inverse .svg-div-wrap a:hover {
    color: #7b7bf7; }

@media only screen and (min-width: 1250px) {
  .svg-div-wrap {
    width: 75%; } }
/** SVG Divider **/
.svg-divider {
  height: 40px;
  margin: 0;
  padding: 0;
  margin-top: -40px;
  width: 100%; }
  .svg-divider.bottom {
    margin-top: 0px;
    margin-bottom: -40px;
    position: relative;
    z-index: 1; }
    .svg-divider.bottom + section {
      box-shadow: none; }
    .svg-divider.bottom + footer, .svg-divider.bottom + .after-divider {
      padding-top: 40px; }
  .svg-divider svg {
    width: 100%;
    max-width: none;
    height: 100%;
    fill: inherit; }
  .svg-divider.yellow svg {
    fill: #FAF93C; }
  .svg-divider.white-fill svg {
    fill: #ffffff; }
  .svg-divider.height-100 {
    height: 100px;
    margin-top: -100px; }
    .svg-divider.height-100.bottom {
      margin-top: 0px;
      margin-bottom: -100px; }
      .svg-divider.height-100.bottom + footer, .svg-divider.height-100.bottom + .after-divider {
        padding-top: 100px; }
  .svg-divider.height-120 {
    height: 120px;
    margin-top: -120px; }
    .svg-divider.height-120.bottom {
      margin-top: 0px;
      margin-bottom: -120px; }
      .svg-divider.height-120.bottom + footer, .svg-divider.height-120.bottom + .after-divider {
        padding-top: 120px; }
  .svg-divider.height-125 {
    height: 125px;
    margin-top: -125px; }
    .svg-divider.height-125.bottom {
      margin-top: 0px;
      margin-bottom: -125px; }
      .svg-divider.height-125.bottom + footer, .svg-divider.height-125.bottom + .after-divider {
        padding-top: 125px; }
  .svg-divider.height-140 {
    height: 140px;
    margin-top: -140px !important; }
    .svg-divider.height-140.bottom {
      margin-top: 0px !important;
      margin-bottom: -140px; }
      .svg-divider.height-140.bottom + footer, .svg-divider.height-140.bottom + .after-divider {
        padding-top: 140px; }
  .svg-divider.height-150 {
    position: absolute;
    left: 0;
    right: 0;
    height: 150px;
    margin-top: -150px; }
    .svg-divider.height-150.yellow {
      background-color: #ffffff; }
    .svg-divider.height-150.bottom {
      margin-top: 0px !important;
      margin-bottom: -150px; }
      .svg-divider.height-150.bottom + footer, .svg-divider.height-150.bottom + .after-divider {
        padding-top: 150px; }
  .svg-divider.height-200 {
    position: absolute;
    left: 0;
    right: 0;
    height: 200px;
    margin-top: -200px; }
    .svg-divider.height-200.yellow {
      background-color: #ffffff; }
    .svg-divider.height-200.bottom {
      margin-top: 0px !important;
      margin-bottom: -200px; }
      .svg-divider.height-200.bottom + footer, .svg-divider.height-200.bottom + .after-divider {
        padding-top: 200px; }

/** Deprecate next 2 and remove svg dividers from eem-parallax.  Dividers to stand alone with support classes  **/
.parallax.has-svg-divider {
  display: block;
  box-shadow: none; }
  .parallax.has-svg-divider .parallax__caption {
    display: block; }
  .parallax.has-svg-divider .parallax__filter {
    opacity: 0; }

.parallax .svg-divider {
  position: absolute;
  margin-top: -100px; }
  .parallax .svg-divider.svg-divider-bottom {
    margin: 0px;
    bottom: 0; }

.parallax.no-shadow {
  box-shadow: none; }

.parallax.svg-above,
.parallax.no-top-shadow {
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.3); }

.parallax.svg-below,
.parallax.no-bottom-shadow {
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.3); }

.parallax.no-shadow {
  box-shadow: none; }

/** FOOTER **/
footer,
.footer {
  min-height: 150px !important; }
  footer p, footer a, footer li,
  .footer p,
  .footer a,
  .footer li {
    font-size: 15px;
    color: #f4f4f4;
    text-align: inherit; }
    footer p.geo_foot, footer a.geo_foot, footer li.geo_foot,
    .footer p.geo_foot,
    .footer a.geo_foot,
    .footer li.geo_foot {
      font-size: 12px; }

.footer-menu li {
  display: inline-block; }

.footer-menu li a {
  display: inline-block; }

.footer-menu ul li:last-child span {
  display: none; }

div.footer-find .search-form {
  width: 20%;
  float: left;
  margin-top: 8px;
  padding: 1px;
  font-size: 10pt; }

div.footer-find .search-form input {
  background-color: #334955; }

div.footer-find .search-form input[type="search"] {
  width: 85%; }

div.footer-find #footerSelect {
  width: 20%;
  float: right;
  margin-top: 8px;
  padding: 1px;
  font-size: 10pt;
  background-color: #435965; }

/** Jumbotron **/
.jumbotron {
  font-size: 18pt; }
  .jumbotron p,
  .jumbotron select,
  .jumbotron input {
    font-size: 18pt;
    margin-bottom: 24px; }
  .jumbotron select,
  .jumbotron input,
  .jumbotron input[type="search"] {
    width: 30%;
    min-width: 300px; }
  .jumbotron select {
    padding: 5px 0; }
  .jumbotron ::-webkit-input-placeholder,
  .jumbotron :-ms-input-placeholder,
  .jumbotron ::-moz-placeholder,
  .jumbotron :-moz-placeholder {
    color: #333;
    opacity: 1; }

/** Plugin Override **/
.single-give_forms .container {
  max-width: 1500px !important;
  margin-top: 120px;
  margin-bottom: 50px; }

#give_error_test_mode {
  padding: .2em 0 .2em 2em;
  font-size: 9px; }

/** eem-gallery **/
.eem-gallery .img-wrap {
  margin-bottom: 24px; }

.modal-dialog {
  margin-top: 60px; }

.modal-back,
.modal-forward {
  position: absolute;
  top: 140px; }
  .modal-back svg,
  .modal-forward svg {
    fill: rgba(255, 255, 255, 0.4);
    stroke-width: 4px;
    stroke: rgba(0, 0, 0, 0.4); }
    .modal-back svghover,
    .modal-forward svghover {
      stroke: rgba(0, 0, 0, 0.4); }

.modal-back {
  left: 10px; }

.modal-forward {
  right: 0px; }

.modal-title {
  text-align: center; }

figure.modal-content .permission {
  text-align: right;
  font-size: 14px;
  color: #999;
  line-height: 1;
  margin-top: 0;
  font-weight: 500; }

.wp-caption-text, .wp-caption-text p {
  font-size: 17px; }

/** TEMPLATE SPECIFIC **/
.page .sidebar {
  padding-top: 38px; }

div.singular {
  padding-top: 64px; }
  div.singular h1 {
    margin-top: 0; }
  div.singular .post-thumbnail {
    margin-top: 16px;
    margin-bottom: 24px; }

.thumbnail-wrap {
  margin-bottom: 24px; }

.page-template-no-headline article {
  padding-top: 0px; }

.print-only {
  display: none; }

@media print {
  .no-print {
    display: none; }

  .single-media-template header {
    display: none; }

  .single-media-template .parallax {
    display: none; }

  body.single-media-template, .webpage-max-width {
    width: 1000px; }

  .single-media-template .col-xs-12, .single-media-template .col-sm-8, .single-media-template .col-md-9 {
    width: 100%; }
  .single-media-template .single-sidebar {
    width: 0%;
    display: none; }
  .single-media-template footer {
    display: none; }
  .single-media-template .pad-md {
    padding-top: 32px; }
  .single-media-template img.print-only {
    display: block;
    width: 50%;
    padding-top: 16px; }
  .single-media-template .media-release {
    padding-top: 0px; }
  .single-media-template .media-release-right-head {
    float: none;
    position: absolute;
    right: 16px;
    top: -140px; } }
body.admin-bar .navbar-fixed-top {
  position: fixed;
  top: 46px;
  z-index: 1000; }
body.admin-bar .side-collapse {
  top: 126px; }
@media screen and (max-width: 600px) {
  body.admin-bar.navbar-scroll-down .navbar-fixed-top {
    top: 0px; } }
body.admin-bar.navbar-scroll-down .side-collapse {
  top: 60px; }

@media only screen and (min-width: 782px) {
  body.admin-bar .navbar-fixed-top {
    top: 32px; }
  body.admin-bar.navbar-scroll-down .navbar-fixed-top {
    top: 32px; } }
/*
 Theme Name:   TINZ EeM
 Description:  The theme is a bootstrap based theme designed
 */
/** BASE LAYOUT ***
**    Base Tags  **
**    Base content classes  **
**    Content with Tags  **
**  LEGACY CLASSES  **
**  COLORS  **
**/
body, html {
  margin: 0;
  padding: 0;
  height: 100%; }

body {
  font-family: 'Oxygen',"Source Sans Pro Light","Helvetica Neue","Nimbus Sans L","Lucida Grande","Helvetica","Arial", sans-serif;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%; }

p, li, a {
  font-weight: 300;
  text-align: left;
  line-height: 1.5; }

a {
  text-decoration: none; }

section {
  padding: 64px 0 96px;
  margin: -1px 0 0 0; }
  section .title {
    text-align: center;
    margin: 0px 0 48px 0; }

article {
  padding: 32px 0 48px;
  margin: -1px 0 0 0; }
  article .title {
    text-align: center;
    margin: 0px 0 48px 0; }

.aside,
aside {
  padding: 0px 2% 16px;
  border-radius: 7px; }
  @media screen and (min-width: 650px) {
    .aside,
    aside {
      margin-left: 2%;
      width: 40%;
      float: right; } }

.aside ul,
aside ul,
.sidebar ul {
  padding: 0; }

.section-bookmark,
.article-bookmark {
  margin-top: -128px;
  margin-bottom: 128px;
  height: 1px;
  z-index: -1; }

.light {
  font-weight: 300; }

.normal {
  font-weight: 500; }

.strong {
  font-weight: 700; }

@media only screen and (min-width: 1250px) {
  .webpage-max-width {
    max-width: 1500px; } }
/**  LEGACY CLASSES  **/
.sidebar {
  width: 100%;
  float: right;
  padding: 0px 2% 16px;
  border-radius: 12px; }
  @media only screen and (min-width: 760px) {
    .sidebar {
      width: 40%;
      margin-left: 2%; } }

/**  COLORS  **/
p, li {
  color: #333333; }

.gigantic, .huge, .large, .bigger, .big, h1, h2, h3, h4, h5, h6 {
  color: #050555; }
  .gigantic.alt-color, .huge.alt-color, .large.alt-color, .bigger.alt-color, .big.alt-color, h1.alt-color, h2.alt-color, h3.alt-color, h4.alt-color, h5.alt-color, h6.alt-color {
    color: #666666; }

a {
  color: #0b0bb5;
  text-decoration: none;
  /** WIP **
  &.btn-primary { color: #ffffff; } 
  &.btn-default { color: inherit; } 
  &.btn-info { color: inherit; } 
  &.btn-warning { color: inherit; } 
  &.btn-danger { color: inherit; } 
  &.btn-link { color: inherit; } **/ }
  a:focus, a:hover {
    color: #3333f3;
    text-decoration: none; }
  a h2,
  a h3,
  a h4,
  a p {
    color: inherit; }

aside,
.sidebar {
  background-color: #E3EDE8;
  border: 1px solud #CAD5E8; }

.inverse {
  color: #f4f4f4; }
  .inverse p, .inverse li {
    color: #f4f4f4; }
    .inverse p.alt-color, .inverse li.alt-color {
      color: #75d4ff; }
  .inverse .gigantic, .inverse .huge, .inverse .large, .inverse .bigger, .inverse .big, .inverse h1, .inverse h2, .inverse h3, .inverse h4, .inverse h5, .inverse h6 {
    color: #f4f4f4; }
    .inverse .gigantic.alt-color, .inverse .huge.alt-color, .inverse .large.alt-color, .inverse .bigger.alt-color, .inverse .big.alt-color, .inverse h1.alt-color, .inverse h2.alt-color, .inverse h3.alt-color, .inverse h4.alt-color, .inverse h5.alt-color, .inverse h6.alt-color {
      color: #75d4ff; }
  .inverse a:not(.btn) {
    color: #0fb4ff;
    text-decoration: none; }
    .inverse a:not(.btn):focus, .inverse a:not(.btn):hover {
      color: #75d4ff;
      text-decoration: none; }
    .inverse a:not(.btn) .gigantic, .inverse a:not(.btn) .huge, .inverse a:not(.btn) .large, .inverse a:not(.btn) .bigger, .inverse a:not(.btn) .big, .inverse a:not(.btn) h1, .inverse a:not(.btn) h2, .inverse a:not(.btn) h3, .inverse a:not(.btn) h4, .inverse a:not(.btn) h5, .inverse a:not(.btn) h6 {
      color: inherit; }

article a:not(.btn),
.article a:not(.btn),
.content a:not(.btn) {
  border-bottom: 1px solid #0b0bb5; }
  article a:not(.btn):hover, article a:not(.btn):focus,
  .article a:not(.btn):hover,
  .article a:not(.btn):focus,
  .content a:not(.btn):hover,
  .content a:not(.btn):focus {
    border-bottom: 1px solid #3333f3; }

.inverse article a:not(.btn), .inversearticle a:not(.btn),
.inverse .content a:not(.btn), .inverse.content a:not(.btn) {
  border-bottom: 1px solid #0fb4ff; }
  .inverse article a:not(.btn):hover, .inverse article a:not(.btn):focus, .inversearticle a:not(.btn):hover, .inversearticle a:not(.btn):focus,
  .inverse .content a:not(.btn):hover,
  .inverse .content a:not(.btn):focus, .inverse.content a:not(.btn):hover, .inverse.content a:not(.btn):focus {
    border-bottom: 1px solid #75d4ff; }

.svg-div-wrap,
.png-div-wrap {
  transition: all .7s ease-in-out;
  text-align: center; }
  .svg-div-wrap p, .svg-div-wrap li, .svg-div-wrap a,
  .png-div-wrap p,
  .png-div-wrap li,
  .png-div-wrap a {
    color: #333333;
    text-align: center; }
  .svg-div-wrap:hover p, .svg-div-wrap:hover li, .svg-div-wrap:hover a, .svg-div-wrap:focus p, .svg-div-wrap:focus li, .svg-div-wrap:focus a,
  .png-div-wrap:hover p,
  .png-div-wrap:hover li,
  .png-div-wrap:hover a,
  .png-div-wrap:focus p,
  .png-div-wrap:focus li,
  .png-div-wrap:focus a {
    color: #0b0bb5; }
  .svg-div-wrap h2, .svg-div-wrap h3,
  .png-div-wrap h2,
  .png-div-wrap h3 {
    font-weight: 500; }

.inverse .svg-div-wrap p, .inverse .svg-div-wrap li, .inverse .svg-div-wrap a,
.inverse .png-div-wrap p,
.inverse .png-div-wrap li,
.inverse .png-div-wrap a {
  color: #f4f4f4; }
.inverse .svg-div-wrap:hover p, .inverse .svg-div-wrap:hover li, .inverse .svg-div-wrap:hover a, .inverse .svg-div-wrap:focus p, .inverse .svg-div-wrap:focus li, .inverse .svg-div-wrap:focus a,
.inverse .png-div-wrap:hover p,
.inverse .png-div-wrap:hover li,
.inverse .png-div-wrap:hover a,
.inverse .png-div-wrap:focus p,
.inverse .png-div-wrap:focus li,
.inverse .png-div-wrap:focus a {
  color: #75d4ff; }

.btn-primary {
  color: #ffffff;
  background-color: #0097db;
  border: 1px solid #0074a8; }
  .btn-primary:hover {
    color: #ffffff;
    background-color: #0074a8;
    border-color: #0074a8; }

a.no-border, a.no-border:hover, a.no-border:visited {
  border-bottom: none !important; }

.transparent {
  background-color: transparent; }

.white-bg img {
  /* white background boxes */
  background-color: #ffffff;
  padding: 16px; }

input[type="search"] {
  width: 82%;
  border: 1px solid #bbbbbb;
  padding: 4px;
  border-radius: 4px; }

button.search[type="submit"] {
  padding: 0; }

@media only screen and (min-width: 1250px) {
  input[type="search"] {
    width: 88%; } }
/** BUTTONS **/
/** Removed from _wlow_style_
  .button{border: 1px solid #ff3b60; background: #ff3b60;  border-radius: 30px; font-size: 14px;display: inline-block;padding: 10px 30px; text-transform: uppercase;color:#fff;font-weight: bold;}
  .button:hover,
  .button:focus{background: #3b89ff; color:#fff;border: 1px solid #3b89ff;}

  .button--dark{color:#222; border-color: #222;}
  .button--small{padding: 10px 25px; margin-top: 30px;font-size: 12px;}
//.btn-default { border: none; background: none; }
//.btn-default:hover { border: none; background: none; color: #fff; }
**/
.button {
  border-radius: 30px;
  font-size: 14px;
  display: inline-block;
  padding: 10px 30px;
  text-transform: uppercase;
  font-weight: bold;
  margin-right: 16px; }

.button.btn-large {
  font-size: 15pt;
  padding: 15px 40px;
  font-weight: 500;
  margin-right: 32px; }

/** Navigation  **/
Z.page-template.navbar-scroll-down .navbar-nav > li > a,
Z.page-template-cover.navbar-scroll-down .navbar-nav > li > a {
  color: #333; }
  Z.page-template.navbar-scroll-down .navbar-nav > li > a:hover,
  Z.page-template-cover.navbar-scroll-down .navbar-nav > li > a:hover {
    color: #fff; }

Z.page-template.navbar-scroll-down header.navbar li.nav-grab a {
  color: #eeeeee; }

.footer-menu .nav > li > a:focus,
.footer-menu .nav > li > a:hover,
footer a:hover {
  color: #0fb4ff;
  background-color: inherit; }

/**  Legacy Class Colors  **/
.sidebar {
  background-color: #E3EDE8;
  border: 1px solid #CAD5E8; }

/** HEADER AND NAV  COLORS w/SOME LAYOUT**/
/**  	MAIN MENU  **/
/* 			Main Menu Bar */
.navbar-header .navbar-brand {
  padding: 0px; }

.navbar {
  margin: 0;
  border: none;
  border-radius: 0;
  background-color: #fff;
  background-image: none;
  text-transform: uppercase;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }

.navbar-nav {
  padding: 5px 0; }
  .navbar-nav > li > a {
    font-size: 17px;
    font-weight: 500; }

@media (min-width: 768px) {
  .navbar-nav {
    min-width: 20%;
    float: right;
    padding-top: 5px; }
    .navbar-nav li {
      margin: 0 0 0 6px;
      border-radius: 4px; }
      .navbar-nav li a {
        padding: 10px 15px; } }
/** 		Dropdown  **/
/* Dropdown */
		/**
	.navbar-nav .open .dropdown-menu > li > a,
    .nav > li > a:hover,
    .nav .open > a,
    .nav .open > a:hover,
    .nav .open > a:focus,
	.navbar-nav .open .dropdown-menu .dropdown-header {
		color:#333; background: #eee;
		color:#ffffff; background:#0074a8;
		**/
.dropdown-menu {
  padding: 0;
  border: none;
  border-radius: 4px;
  background-color: #0074a8; }
  .dropdown-menu > a {
    color: #ffffff; }
  .dropdown-menu li {
    margin: 0; }
  .dropdown-menu > li:hover {
    background-color: #ffffff; }
    .dropdown-menu > li:hover > a {
      color: #0074a8; }

@media (max-width: 169px) {
  .navbar-collapse .navbar-nav {
    background-color: #ffffff; }
    .navbar-collapse .navbar-nav li {
      background-color: #ffffff; }
      .navbar-collapse .navbar-nav li:hover {
        background-color: #0074a8; }
      .navbar-collapse .navbar-nav li a {
        color: #111111; }
        .navbar-collapse .navbar-nav li a:hover {
          color: #ffffff;
          background-color: transparent; } }
X.navbar-collapse .navbar-nav li.nav-grab,
X.nav-grab {
  color: #ffffff;
  background-color: #0097db;
  border: 1px solid #0074a8; }
  X.navbar-collapse .navbar-nav li.nav-grab:hover,
  X.nav-grab:hover {
    color: #ffffff;
    background-color: #0074a8;
    border-color: #0074a8; }
  X.navbar-collapse .navbar-nav li.nav-grab ul li:hover a,
  X.nav-grab ul li:hover a {
    color: #0097db; }

/** SECTIONS  **/
.white-bg {
  background-color: #ffffff;
  /* end link != default */ }
  .white-bg aside,
  .white-bg .sidebar {
    background-color: #E3EDE8; }
  .white-bg h1, .white-bg h2, .white-bg h3, .white-bg h4, .white-bg h5, .white-bg p, .white-bg li {
    color: #333333; }
    .white-bg h1.alt-color, .white-bg h2.alt-color, .white-bg h3.alt-color, .white-bg h4.alt-color, .white-bg h5.alt-color, .white-bg p.alt-color, .white-bg li.alt-color {
      color: #666666; }
  .white-bg .fa {
    color: #333333;
    border-color: #333333 !important; }
    .white-bg .fa:hover {
      color: #666666; }
  .white-bg h1, .white-bg h2, .white-bg h3, .white-bg .heading-color {
    color: #050555; }
  .white-bg .text-color {
    color: #333333; }
  .white-bg a:not(.btn) {
    color: #0b0bb5;
    border-bottom: 1px solid #0b0bb5; }
    .white-bg a:not(.btn):hover {
      color: #3333f3;
      border-bottom: 1px solid #3333f3; }
  .white-bg article a:not(.btn),
  .white-bg .article a:not(.btn) {
    border-bottom: 1px solid #0b0bb5; }
    .white-bg article a:not(.btn):hover,
    .white-bg .article a:not(.btn):hover {
      border-bottom: 1px solid #3333f3; }
  .white-bg .btn-primary {
    color: #ffffff;
    background-color: #880000;
    border: 1px solid #550000; }
    .white-bg .btn-primary:hover {
      color: #ffffff;
      background-color: #bb0000;
      border-color: #550000; }

.light-bg {
  background-color: #d6e9fb;
  /* end link != default */ }

.blue-bg {
  background-color: #0F5190;
  /* end link != default */ }
  .blue-bg aside,
  .blue-bg .sidebar {
    background-color: #146bbe; }
  .blue-bg h1, .blue-bg h2, .blue-bg h3, .blue-bg h4, .blue-bg h5, .blue-bg p, .blue-bg li {
    color: #ffffff; }
    .blue-bg h1.alt-color, .blue-bg h2.alt-color, .blue-bg h3.alt-color, .blue-bg h4.alt-color, .blue-bg h5.alt-color, .blue-bg p.alt-color, .blue-bg li.alt-color {
      color: #75d4ff; }
  .blue-bg .fa {
    color: #ffffff;
    border-color: #ffffff !important; }
    .blue-bg .fa:hover {
      color: white; }
  .blue-bg a:not(.btn) {
    color: #0fb4ff;
    border-bottom: 1px solid #0fb4ff; }
    .blue-bg a:not(.btn):hover {
      color: #75d4ff;
      border-bottom: 1px solid #75d4ff; }
  .blue-bg article a:not(.btn),
  .blue-bg .article a:not(.btn) {
    border-bottom: 1px solid #0fb4ff; }
    .blue-bg article a:not(.btn):hover,
    .blue-bg .article a:not(.btn):hover {
      border-bottom: 1px solid #75d4ff; }

.blue1-bg {
  background-color: #306D9F;
  /* end link != default */ }
  .blue1-bg aside,
  .blue1-bg .sidebar {
    background-color: #3d88c5; }
  .blue1-bg h1, .blue1-bg h2, .blue1-bg h3, .blue1-bg h4, .blue1-bg h5, .blue1-bg p, .blue1-bg li {
    color: #ffffff; }
    .blue1-bg h1.alt-color, .blue1-bg h2.alt-color, .blue1-bg h3.alt-color, .blue1-bg h4.alt-color, .blue1-bg h5.alt-color, .blue1-bg p.alt-color, .blue1-bg li.alt-color {
      color: #75d4ff; }
  .blue1-bg .fa {
    color: #ffffff;
    border-color: #ffffff !important; }
    .blue1-bg .fa:hover {
      color: white; }
  .blue1-bg a:not(.btn) {
    color: #0fb4ff;
    border-bottom: 1px solid #0fb4ff; }
    .blue1-bg a:not(.btn):hover {
      color: #75d4ff;
      border-bottom: 1px solid #75d4ff; }
  .blue1-bg article a:not(.btn),
  .blue1-bg .article a:not(.btn) {
    border-bottom: 1px solid #0fb4ff; }
    .blue1-bg article a:not(.btn):hover,
    .blue1-bg .article a:not(.btn):hover {
      border-bottom: 1px solid #75d4ff; }

.dark {
  background-color: #050555;
  /* end link != default */ }
  .dark aside,
  .dark .sidebar {
    background-color: #080885; }
  .dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark p, .dark li {
    color: #f5f5f5; }
    .dark h1.alt-color, .dark h2.alt-color, .dark h3.alt-color, .dark h4.alt-color, .dark h5.alt-color, .dark p.alt-color, .dark li.alt-color {
      color: #6bd3c0; }
  .dark .fa {
    color: #f5f5f5;
    border-color: #f5f5f5 !important; }
    .dark .fa:hover {
      color: white; }
  .dark a:not(.btn) {
    color: #0fb4ff;
    border-bottom: 1px solid #0fb4ff; }
    .dark a:not(.btn):hover {
      color: #75d4ff;
      border-bottom: 1px solid #75d4ff; }
  .dark article a:not(.btn),
  .dark .article a:not(.btn) {
    border-bottom: 1px solid #0fb4ff; }
    .dark article a:not(.btn):hover,
    .dark .article a:not(.btn):hover {
      border-bottom: 1px solid #75d4ff; }

.dkblue-bg {
  background-color: #020226;
  /* end link != default */ }
  .dkblue-bg aside,
  .dkblue-bg .sidebar {
    background-color: #050556; }
  .dkblue-bg h1, .dkblue-bg h2, .dkblue-bg h3, .dkblue-bg h4, .dkblue-bg h5, .dkblue-bg p, .dkblue-bg li {
    color: #f5f5f5; }
    .dkblue-bg h1.alt-color, .dkblue-bg h2.alt-color, .dkblue-bg h3.alt-color, .dkblue-bg h4.alt-color, .dkblue-bg h5.alt-color, .dkblue-bg p.alt-color, .dkblue-bg li.alt-color {
      color: #6bd3c0; }
  .dkblue-bg .fa {
    color: #f5f5f5;
    border-color: #f5f5f5 !important; }
    .dkblue-bg .fa:hover {
      color: white; }
  .dkblue-bg a:not(.btn) {
    color: #0fb4ff;
    border-bottom: 1px solid #0fb4ff; }
    .dkblue-bg a:not(.btn):hover {
      color: #75d4ff;
      border-bottom: 1px solid #75d4ff; }
  .dkblue-bg article a:not(.btn),
  .dkblue-bg .article a:not(.btn) {
    border-bottom: 1px solid #0fb4ff; }
    .dkblue-bg article a:not(.btn):hover,
    .dkblue-bg .article a:not(.btn):hover {
      border-bottom: 1px solid #75d4ff; }

.mdblue-bg {
  background-color: #126BBF;
  /* end link != default */ }
  .mdblue-bg aside,
  .mdblue-bg .sidebar {
    background-color: #1b85e9; }
  .mdblue-bg h1, .mdblue-bg h2, .mdblue-bg h3, .mdblue-bg h4, .mdblue-bg h5, .mdblue-bg p, .mdblue-bg li {
    color: #ffffff; }
    .mdblue-bg h1.alt-color, .mdblue-bg h2.alt-color, .mdblue-bg h3.alt-color, .mdblue-bg h4.alt-color, .mdblue-bg h5.alt-color, .mdblue-bg p.alt-color, .mdblue-bg li.alt-color {
      color: #75d4ff; }
  .mdblue-bg .fa {
    color: #ffffff;
    border-color: #ffffff !important; }
    .mdblue-bg .fa:hover {
      color: white; }
  .mdblue-bg a:not(.btn) {
    color: #0fb4ff;
    border-bottom: 1px solid #0fb4ff; }
    .mdblue-bg a:not(.btn):hover {
      color: #75d4ff;
      border-bottom: 1px solid #75d4ff; }
  .mdblue-bg article a:not(.btn),
  .mdblue-bg .article a:not(.btn) {
    border-bottom: 1px solid #0fb4ff; }
    .mdblue-bg article a:not(.btn):hover,
    .mdblue-bg .article a:not(.btn):hover {
      border-bottom: 1px solid #75d4ff; }

.teal-bg {
  background-color: #1a584d;
  /* end link != default */ }
  .teal-bg aside,
  .teal-bg .sidebar {
    background-color: #267f6f; }
  .teal-bg h1, .teal-bg h2, .teal-bg h3, .teal-bg h4, .teal-bg h5, .teal-bg p, .teal-bg li {
    color: #ffffff; }
    .teal-bg h1.alt-color, .teal-bg h2.alt-color, .teal-bg h3.alt-color, .teal-bg h4.alt-color, .teal-bg h5.alt-color, .teal-bg p.alt-color, .teal-bg li.alt-color {
      color: #75d4ff; }
  .teal-bg .fa {
    color: #ffffff;
    border-color: #ffffff !important; }
    .teal-bg .fa:hover {
      color: white; }
  .teal-bg a:not(.btn) {
    color: #0fb4ff;
    border-bottom: 1px solid #0fb4ff; }
    .teal-bg a:not(.btn):hover {
      color: #75d4ff;
      border-bottom: 1px solid #75d4ff; }
  .teal-bg article a:not(.btn),
  .teal-bg .article a:not(.btn) {
    border-bottom: 1px solid #0fb4ff; }
    .teal-bg article a:not(.btn):hover,
    .teal-bg .article a:not(.btn):hover {
      border-bottom: 1px solid #75d4ff; }

.red-bg {
  background-color: #990f0f;
  /* end link != default */ }
  .red-bg aside,
  .red-bg .sidebar {
    background-color: #c71414; }
  .red-bg h1, .red-bg h2, .red-bg h3, .red-bg h4, .red-bg h5, .red-bg p, .red-bg li {
    color: #f5f5f5; }
    .red-bg h1.alt-color, .red-bg h2.alt-color, .red-bg h3.alt-color, .red-bg h4.alt-color, .red-bg h5.alt-color, .red-bg p.alt-color, .red-bg li.alt-color {
      color: #ffb400; }
  .red-bg .fa {
    color: #f5f5f5;
    border-color: #f5f5f5 !important; }
    .red-bg .fa:hover {
      color: white; }
  .red-bg a:not(.btn) {
    color: #ffb400;
    border-bottom: 1px solid #ffb400; }
    .red-bg a:not(.btn):hover {
      color: #ffd266;
      border-bottom: 1px solid #ffd266; }
  .red-bg article a:not(.btn),
  .red-bg .article a:not(.btn) {
    border-bottom: 1px solid #ffb400; }
    .red-bg article a:not(.btn):hover,
    .red-bg .article a:not(.btn):hover {
      border-bottom: 1px solid #ffd266; }

.red1-bg {
  background-color: #883333;
  /* end link != default */ }
  .red1-bg aside,
  .red1-bg .sidebar {
    background-color: #ad4141; }
  .red1-bg h1, .red1-bg h2, .red1-bg h3, .red1-bg h4, .red1-bg h5, .red1-bg p, .red1-bg li {
    color: #f5f5f5; }
    .red1-bg h1.alt-color, .red1-bg h2.alt-color, .red1-bg h3.alt-color, .red1-bg h4.alt-color, .red1-bg h5.alt-color, .red1-bg p.alt-color, .red1-bg li.alt-color {
      color: #ffb400; }
  .red1-bg .fa {
    color: #f5f5f5;
    border-color: #f5f5f5 !important; }
    .red1-bg .fa:hover {
      color: white; }
  .red1-bg a:not(.btn) {
    color: #ffb400;
    border-bottom: 1px solid #ffb400; }
    .red1-bg a:not(.btn):hover {
      color: #ffd266;
      border-bottom: 1px solid #ffd266; }
  .red1-bg article a:not(.btn),
  .red1-bg .article a:not(.btn) {
    border-bottom: 1px solid #ffb400; }
    .red1-bg article a:not(.btn):hover,
    .red1-bg .article a:not(.btn):hover {
      border-bottom: 1px solid #ffd266; }

.red2-bg {
  background-color: #5e0f11;
  /* end link != default */ }
  .red2-bg aside,
  .red2-bg .sidebar {
    background-color: #8a1619; }
  .red2-bg h1, .red2-bg h2, .red2-bg h3, .red2-bg h4, .red2-bg h5, .red2-bg p, .red2-bg li {
    color: #ffffff; }
    .red2-bg h1.alt-color, .red2-bg h2.alt-color, .red2-bg h3.alt-color, .red2-bg h4.alt-color, .red2-bg h5.alt-color, .red2-bg p.alt-color, .red2-bg li.alt-color {
      color: #ffb400; }
  .red2-bg .fa {
    color: #ffffff;
    border-color: #ffffff !important; }
    .red2-bg .fa:hover {
      color: white; }
  .red2-bg a:not(.btn) {
    color: #ffb400;
    border-bottom: 1px solid #ffb400; }
    .red2-bg a:not(.btn):hover {
      color: #ffd266;
      border-bottom: 1px solid #ffd266; }
  .red2-bg article a:not(.btn),
  .red2-bg .article a:not(.btn) {
    border-bottom: 1px solid #ffb400; }
    .red2-bg article a:not(.btn):hover,
    .red2-bg .article a:not(.btn):hover {
      border-bottom: 1px solid #ffd266; }

.green-bg {
  background-color: #006400;
  /* end link != default */ }
  .green-bg aside,
  .green-bg .sidebar {
    background-color: #009700; }
  .green-bg h1, .green-bg h2, .green-bg h3, .green-bg h4, .green-bg h5, .green-bg p, .green-bg li {
    color: #ffffff; }
    .green-bg h1.alt-color, .green-bg h2.alt-color, .green-bg h3.alt-color, .green-bg h4.alt-color, .green-bg h5.alt-color, .green-bg p.alt-color, .green-bg li.alt-color {
      color: #75d4ff; }
  .green-bg .fa {
    color: #ffffff;
    border-color: #ffffff !important; }
    .green-bg .fa:hover {
      color: white; }
  .green-bg a:not(.btn) {
    color: #0fb4ff;
    border-bottom: 1px solid #0fb4ff; }
    .green-bg a:not(.btn):hover {
      color: #75d4ff;
      border-bottom: 1px solid #75d4ff; }
  .green-bg article a:not(.btn),
  .green-bg .article a:not(.btn) {
    border-bottom: 1px solid #0fb4ff; }
    .green-bg article a:not(.btn):hover,
    .green-bg .article a:not(.btn):hover {
      border-bottom: 1px solid #75d4ff; }

.green1-bg {
  background-color: #0e4b0e;
  /* end link != default */ }
  .green1-bg aside,
  .green1-bg .sidebar {
    background-color: #167616; }
  .green1-bg h1, .green1-bg h2, .green1-bg h3, .green1-bg h4, .green1-bg h5, .green1-bg p, .green1-bg li {
    color: #ffffff; }
    .green1-bg h1.alt-color, .green1-bg h2.alt-color, .green1-bg h3.alt-color, .green1-bg h4.alt-color, .green1-bg h5.alt-color, .green1-bg p.alt-color, .green1-bg li.alt-color {
      color: #75d4ff; }
  .green1-bg .fa {
    color: #ffffff;
    border-color: #ffffff !important; }
    .green1-bg .fa:hover {
      color: white; }
  .green1-bg a:not(.btn) {
    color: #0fb4ff;
    border-bottom: 1px solid #0fb4ff; }
    .green1-bg a:not(.btn):hover {
      color: #75d4ff;
      border-bottom: 1px solid #75d4ff; }
  .green1-bg article a:not(.btn),
  .green1-bg .article a:not(.btn) {
    border-bottom: 1px solid #0fb4ff; }
    .green1-bg article a:not(.btn):hover,
    .green1-bg .article a:not(.btn):hover {
      border-bottom: 1px solid #75d4ff; }

.dkgray-bg {
  background-color: #292929;
  /* end link != default */ }
  .dkgray-bg aside,
  .dkgray-bg .sidebar {
    background-color: #434343; }
  .dkgray-bg h1, .dkgray-bg h2, .dkgray-bg h3, .dkgray-bg h4, .dkgray-bg h5, .dkgray-bg p, .dkgray-bg li {
    color: #f5f5f5; }
    .dkgray-bg h1.alt-color, .dkgray-bg h2.alt-color, .dkgray-bg h3.alt-color, .dkgray-bg h4.alt-color, .dkgray-bg h5.alt-color, .dkgray-bg p.alt-color, .dkgray-bg li.alt-color {
      color: #ffb400; }
  .dkgray-bg .fa {
    color: #f5f5f5;
    border-color: #f5f5f5 !important; }
    .dkgray-bg .fa:hover {
      color: white; }
  .dkgray-bg a:not(.btn) {
    color: #ffb400;
    border-bottom: 1px solid #ffb400; }
    .dkgray-bg a:not(.btn):hover {
      color: #ffd266;
      border-bottom: 1px solid #ffd266; }
  .dkgray-bg article a:not(.btn),
  .dkgray-bg .article a:not(.btn) {
    border-bottom: 1px solid #ffb400; }
    .dkgray-bg article a:not(.btn):hover,
    .dkgray-bg .article a:not(.btn):hover {
      border-bottom: 1px solid #ffd266; }
  .dkgray-bg a h1, .dkgray-bg a h2, .dkgray-bg a h3 {
    font-weight: 500; }
  .dkgray-bg .svg-div-wrap a,
  .dkgray-bg .png-div-wrap a {
    transition: all 1s ease-in-out;
    color: #f5f5f5; }
    .dkgray-bg .svg-div-wrap a p, .dkgray-bg .svg-div-wrap a li, .dkgray-bg .svg-div-wrap a h2, .dkgray-bg .svg-div-wrap a h3,
    .dkgray-bg .png-div-wrap a p,
    .dkgray-bg .png-div-wrap a li,
    .dkgray-bg .png-div-wrap a h2,
    .dkgray-bg .png-div-wrap a h3 {
      color: #f5f5f5;
      transition: all 1s ease-in-out; }
    .dkgray-bg .svg-div-wrap a:hover, .dkgray-bg .svg-div-wrap a:focus,
    .dkgray-bg .png-div-wrap a:hover,
    .dkgray-bg .png-div-wrap a:focus {
      color: #0fb4ff; }
      .dkgray-bg .svg-div-wrap a:hover p, .dkgray-bg .svg-div-wrap a:hover li, .dkgray-bg .svg-div-wrap a:hover h2, .dkgray-bg .svg-div-wrap a:hover h3, .dkgray-bg .svg-div-wrap a:focus p, .dkgray-bg .svg-div-wrap a:focus li, .dkgray-bg .svg-div-wrap a:focus h2, .dkgray-bg .svg-div-wrap a:focus h3,
      .dkgray-bg .png-div-wrap a:hover p,
      .dkgray-bg .png-div-wrap a:hover li,
      .dkgray-bg .png-div-wrap a:hover h2,
      .dkgray-bg .png-div-wrap a:hover h3,
      .dkgray-bg .png-div-wrap a:focus p,
      .dkgray-bg .png-div-wrap a:focus li,
      .dkgray-bg .png-div-wrap a:focus h2,
      .dkgray-bg .png-div-wrap a:focus h3 {
        color: #0fb4ff; }

.black {
  background-color: #111010;
  /* end link != default */ }
  .black aside,
  .black .sidebar {
    background-color: #2b2929; }
  .black h1, .black h2, .black h3, .black h4, .black h5, .black p, .black li {
    color: #f5f5f5; }
    .black h1.alt-color, .black h2.alt-color, .black h3.alt-color, .black h4.alt-color, .black h5.alt-color, .black p.alt-color, .black li.alt-color {
      color: #ffb400; }
  .black .fa {
    color: #f5f5f5;
    border-color: #f5f5f5 !important; }
    .black .fa:hover {
      color: white; }
  .black a:not(.btn) {
    color: #ffb400;
    border-bottom: 1px solid #ffb400; }
    .black a:not(.btn):hover {
      color: #ffd266;
      border-bottom: 1px solid #ffd266; }
  .black article a:not(.btn),
  .black .article a:not(.btn) {
    border-bottom: 1px solid #ffb400; }
    .black article a:not(.btn):hover,
    .black .article a:not(.btn):hover {
      border-bottom: 1px solid #ffd266; }
  .black .svg-div-wrap a,
  .black .png-div-wrap a {
    transition: all 1s ease-in-out;
    color: #f5f5f5; }
    .black .svg-div-wrap a p, .black .svg-div-wrap a li, .black .svg-div-wrap a h2, .black .svg-div-wrap a h3,
    .black .png-div-wrap a p,
    .black .png-div-wrap a li,
    .black .png-div-wrap a h2,
    .black .png-div-wrap a h3 {
      color: #f5f5f5;
      transition: all 1s ease-in-out; }
    .black .svg-div-wrap a:hover, .black .svg-div-wrap a:focus,
    .black .png-div-wrap a:hover,
    .black .png-div-wrap a:focus {
      color: #ffb400; }
      .black .svg-div-wrap a:hover p, .black .svg-div-wrap a:hover li, .black .svg-div-wrap a:hover h2, .black .svg-div-wrap a:hover h3, .black .svg-div-wrap a:focus p, .black .svg-div-wrap a:focus li, .black .svg-div-wrap a:focus h2, .black .svg-div-wrap a:focus h3,
      .black .png-div-wrap a:hover p,
      .black .png-div-wrap a:hover li,
      .black .png-div-wrap a:hover h2,
      .black .png-div-wrap a:hover h3,
      .black .png-div-wrap a:focus p,
      .black .png-div-wrap a:focus li,
      .black .png-div-wrap a:focus h2,
      .black .png-div-wrap a:focus h3 {
        color: #ffb400; }

.ltgrey-bg {
  background-color: #eeeeee;
  /* end link != default */ }
  .ltgrey-bg aside,
  .ltgrey-bg .sidebar {
    background-color: white; }
  .ltgrey-bg h1, .ltgrey-bg h2, .ltgrey-bg h3, .ltgrey-bg h4, .ltgrey-bg h5, .ltgrey-bg p, .ltgrey-bg li {
    color: #333333; }
    .ltgrey-bg h1.alt-color, .ltgrey-bg h2.alt-color, .ltgrey-bg h3.alt-color, .ltgrey-bg h4.alt-color, .ltgrey-bg h5.alt-color, .ltgrey-bg p.alt-color, .ltgrey-bg li.alt-color {
      color: #666666; }
  .ltgrey-bg .fa {
    color: #333333;
    border-color: #333333 !important; }
    .ltgrey-bg .fa:hover {
      color: #666666; }
  .ltgrey-bg h1, .ltgrey-bg h2, .ltgrey-bg h3, .ltgrey-bg .heading-color {
    color: #080885; }
  .ltgrey-bg .text-color {
    color: #333333; }
  .ltgrey-bg a:not(.btn) {
    color: #0b0bb5;
    border-bottom: 1px solid #0b0bb5; }
    .ltgrey-bg a:not(.btn):hover {
      color: #3333f3;
      border-bottom: 1px solid #3333f3; }
  .ltgrey-bg article a:not(.btn),
  .ltgrey-bg .article a:not(.btn) {
    border-bottom: 1px solid #0b0bb5; }
    .ltgrey-bg article a:not(.btn):hover,
    .ltgrey-bg .article a:not(.btn):hover {
      border-bottom: 1px solid #3333f3; }

.sand-bg {
  background-color: #F7F2B9;
  /* end link != default */ }
  .sand-bg aside,
  .sand-bg .sidebar {
    background-color: #fcfbe7; }
  .sand-bg h1, .sand-bg h2, .sand-bg h3, .sand-bg h4, .sand-bg h5, .sand-bg p, .sand-bg li {
    color: #442222; }
    .sand-bg h1.alt-color, .sand-bg h2.alt-color, .sand-bg h3.alt-color, .sand-bg h4.alt-color, .sand-bg h5.alt-color, .sand-bg p.alt-color, .sand-bg li.alt-color {
      color: #666666; }
  .sand-bg .fa {
    color: #442222;
    border-color: #442222 !important; }
    .sand-bg .fa:hover {
      color: #884444; }
  .sand-bg a:not(.btn) {
    color: #884444;
    border-bottom: 1px solid #884444; }
    .sand-bg a:not(.btn):hover {
      color: #bb7777;
      border-bottom: 1px solid #bb7777; }
  .sand-bg article a:not(.btn),
  .sand-bg .article a:not(.btn) {
    border-bottom: 1px solid #884444; }
    .sand-bg article a:not(.btn):hover,
    .sand-bg .article a:not(.btn):hover {
      border-bottom: 1px solid #bb7777; }

.sand1-bg {
  background-color: #F7F2B9;
  /* end link != default */ }
  .sand1-bg aside,
  .sand1-bg .sidebar {
    background-color: #fcfbe7; }
  .sand1-bg h1, .sand1-bg h2, .sand1-bg h3, .sand1-bg h4, .sand1-bg h5, .sand1-bg p, .sand1-bg li {
    color: #050555; }
    .sand1-bg h1.alt-color, .sand1-bg h2.alt-color, .sand1-bg h3.alt-color, .sand1-bg h4.alt-color, .sand1-bg h5.alt-color, .sand1-bg p.alt-color, .sand1-bg li.alt-color {
      color: #666666; }
  .sand1-bg .fa {
    color: #050555;
    border-color: #050555 !important; }
    .sand1-bg .fa:hover {
      color: #0b0bb5; }
  .sand1-bg a:not(.btn) {
    color: #0b0bb5;
    border-bottom: 1px solid #0b0bb5; }
    .sand1-bg a:not(.btn):hover {
      color: #3333f3;
      border-bottom: 1px solid #3333f3; }
  .sand1-bg article a:not(.btn),
  .sand1-bg .article a:not(.btn) {
    border-bottom: 1px solid #0b0bb5; }
    .sand1-bg article a:not(.btn):hover,
    .sand1-bg .article a:not(.btn):hover {
      border-bottom: 1px solid #3333f3; }

.sand2-bg {
  background-color: #F7F2B9;
  /* end link != default */ }
  .sand2-bg aside,
  .sand2-bg .sidebar {
    background-color: #fcfbe7; }
  .sand2-bg h1, .sand2-bg h2, .sand2-bg h3, .sand2-bg h4, .sand2-bg h5, .sand2-bg p, .sand2-bg li {
    color: #080885; }
    .sand2-bg h1.alt-color, .sand2-bg h2.alt-color, .sand2-bg h3.alt-color, .sand2-bg h4.alt-color, .sand2-bg h5.alt-color, .sand2-bg p.alt-color, .sand2-bg li.alt-color {
      color: #666666; }
  .sand2-bg .fa {
    color: #080885;
    border-color: #080885 !important; }
    .sand2-bg .fa:hover {
      color: #0e0ee5; }
  .sand2-bg a:not(.btn) {
    color: #0b0bb5;
    border-bottom: 1px solid #0b0bb5; }
    .sand2-bg a:not(.btn):hover {
      color: #3333f3;
      border-bottom: 1px solid #3333f3; }
  .sand2-bg article a:not(.btn),
  .sand2-bg .article a:not(.btn) {
    border-bottom: 1px solid #0b0bb5; }
    .sand2-bg article a:not(.btn):hover,
    .sand2-bg .article a:not(.btn):hover {
      border-bottom: 1px solid #3333f3; }

.steel-bg {
  background-color: #f6f8f9;
  /* end link != default */ }
  .steel-bg aside,
  .steel-bg .sidebar {
    background-color: white; }
  .steel-bg h1, .steel-bg h2, .steel-bg h3, .steel-bg h4, .steel-bg h5, .steel-bg p, .steel-bg li {
    color: #222222; }
    .steel-bg h1.alt-color, .steel-bg h2.alt-color, .steel-bg h3.alt-color, .steel-bg h4.alt-color, .steel-bg h5.alt-color, .steel-bg p.alt-color, .steel-bg li.alt-color {
      color: #666666; }
  .steel-bg .fa {
    color: #222222;
    border-color: #222222 !important; }
    .steel-bg .fa:hover {
      color: #555555; }
  .steel-bg h1, .steel-bg h2, .steel-bg h3, .steel-bg .heading-color {
    color: #6B3535; }
  .steel-bg .text-color {
    color: #222222; }
  .steel-bg a:not(.btn) {
    color: #15098C;
    border-bottom: 1px solid #15098C; }
    .steel-bg a:not(.btn):hover {
      color: #230fec;
      border-bottom: 1px solid #230fec; }
  .steel-bg article a:not(.btn),
  .steel-bg .article a:not(.btn) {
    border-bottom: 1px solid #15098C; }
    .steel-bg article a:not(.btn):hover,
    .steel-bg .article a:not(.btn):hover {
      border-bottom: 1px solid #230fec; }

.teal1-bg {
  background-color: #95c9cd;
  /* end link != default */ }
  .teal1-bg aside,
  .teal1-bg .sidebar {
    background-color: #b8dadd; }
  .teal1-bg h1, .teal1-bg h2, .teal1-bg h3, .teal1-bg h4, .teal1-bg h5, .teal1-bg p, .teal1-bg li {
    color: #222222; }
    .teal1-bg h1.alt-color, .teal1-bg h2.alt-color, .teal1-bg h3.alt-color, .teal1-bg h4.alt-color, .teal1-bg h5.alt-color, .teal1-bg p.alt-color, .teal1-bg li.alt-color {
      color: #666666; }
  .teal1-bg .fa {
    color: #222222;
    border-color: #222222 !important; }
    .teal1-bg .fa:hover {
      color: #555555; }
  .teal1-bg h1, .teal1-bg h2, .teal1-bg h3, .teal1-bg .heading-color {
    color: #6B3535; }
  .teal1-bg .text-color {
    color: #222222; }
  .teal1-bg a:not(.btn) {
    color: #15098C;
    border-bottom: 1px solid #15098C; }
    .teal1-bg a:not(.btn):hover {
      color: #230fec;
      border-bottom: 1px solid #230fec; }
  .teal1-bg article a:not(.btn),
  .teal1-bg .article a:not(.btn) {
    border-bottom: 1px solid #15098C; }
    .teal1-bg article a:not(.btn):hover,
    .teal1-bg .article a:not(.btn):hover {
      border-bottom: 1px solid #230fec; }

/** ($bgcolor, $pcolor, $hcolor, $link, $link-hover, $alt-color, $altbg) **/
.white-sand-bg {
  background: #F7F2B9 url("images/white-sand-1.jpg") no-repeat center 20px/cover !important; }

.brushed-gold-bg {
  background: #F7F2B9 url("images/brushed-gold-gradient.jpg") no-repeat center 20px/cover !important; }

.paper-bg {
  background: #F7F2B9 url("images/paper-background.jpg") no-repeat center 20px/cover !important; }

.yellow-leather-bg {
  background: #F7F2B9 url("images/yellow-leather.jpg") no-repeat center 20px/cover !important; }

.gold-grad-bg {
  background-image: -webkit-linear-gradient(top, #efd100 0, #e2a233 38%, #f0c328 60%, #ffe033 86%, #ffe13e 100%); }

section.bg.parallax.parallax-background[style],
.bgimg {
  background: rgba(0, 0, 0, 0) url("images/background.jpg") no-repeat fixed center 20px/cover !important; }

section.bglgl.parallax-background[style]
.bglgl {
  background: rgba(0, 0, 0, 0) url("images/backgroundB.jpg") no-repeat fixed center 20px/cover !important; }

section.auckland.parallax-background[style],
.auckland-bg,
section.bg2.parallax-background[style] {
  background: rgba(0, 0, 0, 0) url("images/auckland-night-min.jpg") no-repeat fixed center 20px/cover !important; }

section.ciy.parallax-background[style],
.city-bg {
  background: rgba(0, 0, 0, 0) url("images/city.jpg") no-repeat fixed center 20px/cover !important; }

section.city-mountains.parallax-background[style],
.city-mountains-bg {
  background: rgba(0, 0, 0, 0) url("images/New-Zealand-city-mountains.jpg") no-repeat fixed center 20px/cover !important; }

section.parilament.parallax-background[style],
.parliament-bg {
  background: rgba(0, 0, 0, 0) url("images/Bowen_House_Beehive_Parliament-opt.jpg") no-repeat fixed center 20px/cover !important; }

/**  Standard Tables **/
article table.table,
table.table {
  width: 100%; }
  article table.table th,
  article table.table td,
  table.table th,
  table.table td {
    padding-left: 16px;
    border: 1px solid #aaaaaa; }
  article table.table th,
  table.table th {
    color: #ffffff;
    background-color: #0097db;
    font-weight: 700;
    line-height: 3; }
    article table.table th:first-child,
    table.table th:first-child {
      width: 25%; }
    article table.table th p,
    table.table th p {
      color: #ffffff; }
  article table.table ul,
  table.table ul {
    margin-left: 0;
    padding-left: 0; }
    article table.table ul li,
    table.table ul li {
      padding-left: 16px;
      margin-left: 16px; }

table.assignments {
  width: 100%;
  max-width: 1600px;
  margin-bottom: 32px; }

.assignments td {
  font-size: 11pt;
  padding: 4px 0; }

.assignments .name {
  width: 12%; }

.assignments .phone {
  width: 9%; }

.assignments .location {
  width: 14%; }

.assignments .term {
  width: 17%; }

.assignments tr {
  border-bottom: 1px solid #d8d8cc; }

.assignments tr:nth-child(even) td {
  background: #f8f8ee;
  padding: 4px 0; }

.row.slogos div {
  min-height: 230px; }

@media (min-width: 460px) {
  .row.slogos div {
    min-height: 240px; } }
@media (min-width: 560px) {
  .row.slogos div {
    min-height: 290px; } }
@media (min-width: 760px) {
  .row.slogos div {
    min-height: 250px; } }
@media (min-width: 900px) {
  .row.slogos div {
    min-height: 280px; } }
@media (min-width: 1360px) {
  .row.slogos div {
    min-height: 300px; } }
.indent {
  margin-left: 25px;
  margin-right: 25px; }

/*# sourceMappingURL=style.css.map */
