/******************************************************************
Theme Name: Name
Theme URI: http://www.959designs.com
Description: Custom theme built by 959Designs
Author: Steve Stillwell
Author URI: http://www.959Designs.com
Version: 1.3
Tags: flexble-width, responsive, flat design
********************************************************************/
/* CSS Document */
/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
------------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border-style: none;
  -webkit-font-smoothing: antialiased; }

body {
  line-height: 1; }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: normal; }

ol, ul {
  list-style: none; }

blockquote {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

del {
  text-decoration: line-through; }

.alignleft {
  float: left; }

.alignright {
  float: right; }

img {
  border: 0;
  border-style: none;
  /*max-width: 100%; max-height: 100%*/ }

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

a {
  text-decoration: none; }

video {
  margin: 0;
  padding: 0;
  vertical-align: baseline; }

/*
Site Name:  (mixins)
Author: Steve Stillwell (959 Designs)

Stylesheet: Mixins & Constants Stylesheet
******************************************************************/
/*
*********************/
.clearfix {
  zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: "";
    display: table; }
  .clearfix:after {
    clear: both; }

/*
TOOLS
*********************/
/*
COLORS 
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/*********************
TYPOGRAPHY
*********************/
/*	@font-face {
    	font-family: 'Font Name';
    	src: url('library/fonts/font-name.eot');
    	src: url('library/fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('library/fonts/font-name.woff') format('woff'),
             url('library/fonts/font-name.ttf') format('truetype'),
             url('library/fonts/font-name.svg#font-name') format('svg');
    	font-weight: normal;
    	font-style: normal;
	}
*/
/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

span.bold {
  font-weight: 700; }

span.boldital {
  font-weight: 700;
  font-style: italic; }

span.ital {
  font-style: italic; }

/*********************
TRANISTION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdue it.
*********************/
/* @include cssgradient(#dfdfdf,#f8f8f8); */
/*
Other CSS3 Mixins
*********************/
/*
Typography Styles
*********************/
.script {
  font-family: "scriptinaregular", cursive;
  letter-spacing: -.05em;
  xfont-weight: 600; }

.call {
  font: 1.8em "brandon_text_regular", sans-serif; }

.bold {
  font-weight: 700; }

.italic {
  font-style: italic; }

.bold-italic {
  font-weight: 700;
  font-style: italic; }

.summ-pt {
  padding-top: 80px; }

.summary h1 {
  font: 2.4em "brandon_textblack", sans-serif;
  color: #333333;
  padding-top: 75px;
  padding-bottom: 0px;
  text-align: center; }

.bullet-text {
  font: 1em "brandon_text_regular", sans-serif;
  color: #333;
  padding-bottom: 20px;
  text-align: left;
  line-height: 1.1; }

.summary-text {
  font: 1.1em "brandon_text_regular", sans-serif;
  color: #333333;
  padding: 10px 20px 40px 20px;
  text-align: justify;
  line-height: 1.3; }

.ahla-text {
  font: 0.8em "brandon_text_regular", sans-serif;
  color: #333333;
  padding-top: 75px;
  padding-left: 10px;
  float: left;
  text-align: justify;
  line-height: 1.3; }

.home-cta h2 {
  font: 3em "brandon_textblack", sans-serif;
  color: white;
  padding: 100px 100px 0 100px;
  text-align: center;
  text-transform: uppercase;
  line-height: .9;
  xmax-width: 800px;
  margin: 0 auto; }

.overlay h3 {
  font: 2.5em "brandon_textblack", sans-serif;
  color: #333333;
  text-align: center;
  padding-top: 75px;
  line-height: 1.5; }

.overlay p {
  font: 1.4em "brandon-bold", sans-serif;
  color: #333333;
  text-align: center;
  padding: 0 5px;
  line-height: 1; }

.subtitle {
  font: 1.6em "brandon-bold", sans-serif;
  color: #333333;
  text-align: center;
  padding-bottom: 20px;
  line-height: 1;
  font-style: italic; }

.long-subtitle {
  font: 1.2em "brandon_text_regular", sans-serif;
  color: #333333;
  text-align: center;
  padding: 20px;
  line-height: 1.2;
  width: 85%;
  font-weight: 900;
  margin: 0 auto; }

.home-cta p {
  font: 1em "brandon_text_regular", sans-serif;
  line-height: 1.5;
  color: #333;
  padding: 10px; }

.course-desc h4 {
  font: 1.4em "brandon-bold", sans-serif;
  color: #333333;
  text-align: left;
  display: inline-block; }

.course-desc-p {
  font: 1.1em "brandon_text_regular", sans-serif;
  color: #333333;
  padding: 10px 20px 0px 20px;
  text-align: left;
  line-height: 1.4; }

.xsummary ul {
  list-style: disc outside none !important;
  padding-left: 40px; }
  .xsummary ul li {
    font: 1em "brandon_text_regular", sans-serif;
    color: #333333;
    padding: 20px 20px 0 0px; }

.ital {
  padding: 30px 20px 0px 40px !important;
  font: 1.75em "brandon-bold", sans-serif !important;
  font-style: italic !important;
  line-height: 1 !important; }

.quote-right {
  padding: 10px 0 20px 40px !important;
  color: #333333;
  font: 0.8em "brandon_text_regular", sans-serif; }

.center-block h5 {
  text-align: center;
  font: 1.3em "brandon_text_regular", sans-serif;
  color: #333333; }

.center-block h4 {
  text-align: center;
  font: 1.5em "brandon-bold", sans-serif;
  color: #333333; }

.center-block h3 {
  text-align: center;
  font: 1.5em "brandon_textblack", sans-serif;
  color: #333333; }

blockquote {
  display: block;
  padding: 5px 20px 0px 5px;
  position: relative;
  color: #333333; }

blockquote::before {
  content: "\201C";
  font-family: Georgia, serif;
  font-size: 4em;
  font-weight: bold;
  color: #999;
  position: absolute;
  left: 10px;
  top: 25px; }

blockquote::after {
  content: "\201D";
  font-family: Georgia, serif;
  font-size: 4em;
  font-weight: bold;
  color: #999;
  position: absolute;
  left: 92%;
  top: 50px; }

.reg {
  font-size: .6em;
  vertical-align: top; }

/**** Course Description Test Area **/
.onecol {
  max-width: 1000px;
  display: block;
  margin: 0 auto; }

.onecol p {
  text-align: justify;
  font: 1.2em "brandon_text_regular", sans-serif;
  color: #333333;
  line-height: 1.3;
  padding-bottom: 20px; }

.bullet {
  max-width: 800px;
  overflow: hidden;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px; }

.iconblock {
  float: left;
  width: 100px;
  padding-top: 10px; }

.textholder {
  float: left;
  max-width: 700px; }

.bullet-text-desc {
  font: 1em "brandon_text_regular", sans-serif;
  color: #333333;
  padding-bottom: 0px;
  text-align: justify;
  line-height: 1.4; }

.gold {
  color: gold !important; }
  .gold:hover {
    border-bottom: 2px solid gold !important; }

.content h3 {
  font: 1.5em "brandon_textblack", sans-serif;
  color: #333333; }

.content p {
  font: 1.2em "brandon_text_regular", sans-serif;
  color: #333333;
  padding-bottom: 10px; }

.content ul {
  font: 1.2em "brandon-bold", sans-serif;
  color: #333333;
  list-style-type: disc;
  padding-bottom: 20px; }

.content ul li {
  font: 1em "brandon_text_regular", sans-serif;
  color: #333333;
  padding-left: 25px;
  padding-bottom: 10px;
  list-style-type: disc;
  list-style-position: inside; }

.ext-links h4 {
  font: 1.2em "brandon_textblack", sans-serif;
  color: #333333;
  padding-left: 20px; }

.ext-links h5 {
  font: 1.1em "brandon-bold", sans-serif;
  color: #333333;
  padding-left: 20px;
  padding-bottom: 10px; }

.ext-links a {
  font: 1em "brandon_text_regular", sans-serif;
  color: #333333;
  display: block;
  padding-bottom: 5px;
  padding-left: 20px;
  text-decoration: underline; }
  .ext-links a:hover {
    text-decoration: none; }

.test-content h3 {
  font: 1.5em "brandon_textblack", sans-serif;
  color: #333333; }

.test-content p {
  font: 1.2em "brandon_text_regular", sans-serif;
  color: #333333;
  padding-bottom: 20px;
  padding-right: 100px; }

@media screen and (max-width: 780px) {
  .home-cta h2 {
    padding: 0 20px;
    font: 2em "brandon-bold", sans-serif;
    line-height: 1; }

  .summary h1 {
    font: 1.5em "brandon_textblack", sans-serif;
    padding-top: 20px; }

  .overlay h3 {
    font: 1.5em "brandon_textblack", sans-serif;
    padding-top: 20px; }

  .onecol p {
    font: 1em "brandon_text_regular", sans-serif;
    padding: 20px; }

  .iconblock {
    float: none;
    width: 100%;
    display: block;
    margin: 0 auto; }

  .course-desc h4 {
    text-align: center;
    display: block; }

  .bullet-text-desc {
    padding: 0 20px; }

  .subtitle {
    font-size: 1.3em; } }
.rotating {
  display: inline-block;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(0) rotateY(0) rotateZ(0);
  -moz-transform: rotateX(0) rotateY(0) rotateZ(0);
  -ms-transform: rotateX(0) rotateY(0) rotateZ(0);
  -o-transform: rotateX(0) rotateY(0) rotateZ(0);
  transform: rotateX(0) rotateY(0) rotateZ(0);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin-x: 50%; }

.rotating.flip {
  position: relative; }

.rotating .front, .rotating .back {
  left: 0;
  top: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden; }

.rotating .front {
  position: absolute;
  display: inline-block;
  -webkit-transform: translate3d(0, 0, 1px);
  -moz-transform: translate3d(0, 0, 1px);
  -ms-transform: translate3d(0, 0, 1px);
  -o-transform: translate3d(0, 0, 1px);
  transform: translate3d(0, 0, 1px); }

.rotating.flip .front {
  z-index: 1; }

.rotating .back {
  display: block;
  opacity: 0; }

.rotating.spin {
  -webkit-transform: rotate(360deg) scale(0);
  -moz-transform: rotate(360deg) scale(0);
  -ms-transform: rotate(360deg) scale(0);
  -o-transform: rotate(360deg) scale(0);
  transform: rotate(360deg) scale(0); }

.rotating.flip .back {
  z-index: 2;
  display: block;
  opacity: 1;
  -webkit-transform: rotateY(180deg) translate3d(0, 0, 0);
  -moz-transform: rotateY(180deg) translate3d(0, 0, 0);
  -ms-transform: rotateY(180deg) translate3d(0, 0, 0);
  -o-transform: rotateY(180deg) translate3d(0, 0, 0);
  transform: rotateY(180deg) translate3d(0, 0, 0); }

.rotating.flip.up .back {
  -webkit-transform: rotateX(180deg) translate3d(0, 0, 0);
  -moz-transform: rotateX(180deg) translate3d(0, 0, 0);
  -ms-transform: rotateX(180deg) translate3d(0, 0, 0);
  -o-transform: rotateX(180deg) translate3d(0, 0, 0);
  transform: rotateX(180deg) translate3d(0, 0, 0); }

.rotating.flip.cube .front {
  -webkit-transform: translate3d(0, 0, 100px) scale(0.9, 0.9);
  -moz-transform: translate3d(0, 0, 100px) scale(0.85, 0.85);
  -ms-transform: translate3d(0, 0, 100px) scale(0.85, 0.85);
  -o-transform: translate3d(0, 0, 100px) scale(0.85, 0.85);
  transform: translate3d(0, 0, 100px) scale(0.85, 0.85); }

.rotating.flip.cube .back {
  -webkit-transform: rotateY(180deg) translate3d(0, 0, 100px) scale(0.9, 0.9);
  -moz-transform: rotateY(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
  -ms-transform: rotateY(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
  -o-transform: rotateY(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
  transform: rotateY(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85); }

.rotating.flip.cube.up .back {
  -webkit-transform: rotateX(180deg) translate3d(0, 0, 100px) scale(0.9, 0.9);
  -moz-transform: rotateX(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
  -ms-transform: rotateX(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
  -o-transform: rotateX(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
  transform: rotateX(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85); }

/* Grid Classes
------------------------------------------------------------------------------------------*/
.row {
  width: 100%;
  overflow: hidden;
  margin-bottom: 5px; }

.col-30 {
  width: 30%;
  margin: 1%;
  float: left;
  overflow: hidden; }

.col-40 {
  width: 38%;
  margin: 1%;
  float: left;
  overflow: hidden;
  margin-bottom: -9999px;
  padding-bottom: 9999px; }

.col-60 {
  width: 58%;
  margin: 1%;
  float: left;
  overflow: hidden;
  margin-bottom: -9999px;
  padding-bottom: 9999px; }

.sixty {
  width: 58%;
  margin: 1%;
  float: left; }

.fifty {
  width: 50%;
  float: left; }

.forty {
  width: 38%;
  margin: 1%;
  float: left; }

/* Structure
------------------------------------------------------------------------------------------*/
.wrapper {
  width: 100%;
  z-index: 10;
  xbackground-color: rgba(15, 86, 147, 0.3);
  overflow-x: hidden; }

footer {
  width: 100%;
  height: auto;
  background-color: #013169; }

header {
  width: 100%;
  height: 75px;
  position: fixed;
  top: 00px;
  background-color: #013169;
  z-index: 9999;
  -webkit-transform: translateZ(0); }

.container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  overflow: hidden; }

section {
  width: 100%; }

.banner {
  width: 100%;
  background-color: #505050; }

/* Navigation
------------------------------------------------------------------------------------------*/
nav ul {
  float: right;
  margin-right: 50px; }

nav ul li {
  display: inline-block;
  font: 1em "brandon_textblack", sans-serif;
  line-height: 75px;
  padding-right: 30px;
  xpadding-top: 15px;
  vertical-align: middle; }

nav ul li a {
  text-decoration: none;
  color: white;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -transition: all 0.2s ease;
  transition: all 0.2s ease; }

nav ul li a:hover {
  border-bottom: 2px solid white; }

/* Mobile Navigation
------------------------------------------------------------------------------------------*/
.mobilenav {
  display: none;
  /**/
  position: absolute; }

/* Page Elements
------------------------------------------------------------------------------------------*/
.logo {
  position: absolute;
  max-width: 200px;
  margin-left: 30px; }

.bottom-logo {
  margin: 0 auto;
  display: block; }

.phone {
  float: right; }

.center-banner {
  width: 100%;
  background-color: whitesmoke;
  margin-top: -5px;
  position: relative;
  xbackground-image: url("/images/paperbg.png");
  background-repeat: repeat;
  background: #c4c2c2;
  /* Old browsers */
  background: -moz-linear-gradient(left, #c4c2c2 0%, white 13%, white 87%, #c4c2c2 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #c4c2c2), color-stop(13%, white), color-stop(87%, white), color-stop(100%, #c4c2c2));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #c4c2c2 0%, white 13%, white 87%, #c4c2c2 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #c4c2c2 0%, white 13%, white 87%, #c4c2c2 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #c4c2c2 0%, white 13%, white 87%, #c4c2c2 100%);
  /* IE10+ */
  background: linear-gradient(to right, #c4c2c2 0%, white 13%, white 87%, #c4c2c2 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c4c2c2', endColorstr='#c4c2c2',GradientType=1 );
  /* IE6-9 */ }

.summary {
  xpadding-bottom: 50px;
  overflow: hidden; }

.quote-area {
  width: 450px;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 300px;
  left: 0px; }
  .quote-area p {
    font: 1.5em "cabinbold", sans-serif;
    line-height: 1.2;
    color: #666;
    padding: 10px 10px 10px 60px;
    font-style: italic; }

.home-cta {
  width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 100px; }

.contact-button {
  display: block;
  margin: 10px auto;
  text-align: center;
  padding-top: 20px; }

.contact-button a {
  padding: 10px 20px;
  background-color: #013169;
  font: 1.6em "brandon-bold", sans-serif;
  line-height: 2;
  color: white;
  text-align: center;
  border-radius: 5px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .contact-button a:hover {
    background-color: white;
    color: #013169; }

.brochure-button {
  text-align: center;
  padding-bottom: 100px; }

.brochure-button a {
  padding: 10px 20px;
  background-color: #013169;
  font: 1.6em "brandon-bold", sans-serif;
  line-height: 2;
  color: white;
  text-align: center;
  border-radius: 5px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .brochure-button a:hover {
    background-color: #333;
    color: white; }

.center-wrap {
  margin-top: 100px; }

.center-block {
  padding-top: 0px; }

.test-area {
  width: 100%;
  background-image: url("/images/hotel-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover; }

.overlay {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  padding-bottom: 20px; }

.course-desc {
  width: 100%;
  background-repeat: repeat;
  background: #c4c2c2;
  /* Old browsers */
  background: -moz-linear-gradient(left, #c4c2c2 0%, white 13%, white 87%, #c4c2c2 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #c4c2c2), color-stop(13%, white), color-stop(87%, white), color-stop(100%, #c4c2c2));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #c4c2c2 0%, white 13%, white 87%, #c4c2c2 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #c4c2c2 0%, white 13%, white 87%, #c4c2c2 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #c4c2c2 0%, white 13%, white 87%, #c4c2c2 100%);
  /* IE10+ */
  background: linear-gradient(to right, #c4c2c2 0%, white 13%, white 87%, #c4c2c2 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c4c2c2', endColorstr='#c4c2c2',GradientType=1 );
  /* IE6-9 */ }

.contact {
  width: 100%;
  background-image: url("/images/bg2.jpg");
  background-repeat: no-repeat;
  background-size: cover; }

.cpslogo {
  display: block;
  margin: 0px auto;
  padding-top: 25px; }

.jumptovideo {
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 250px;
  right: 0;
  xdisplay: none;
  width: 150px; }

.jumptovideo a {
  font: 1.3em "brandon_textblack", sans-serif;
  color: #013169;
  padding: 5px 20px 5px 5px;
  display: block;
  text-align: center;
  line-height: 1;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .jumptovideo a:hover {
    color: #333333; }

/* Content section
------------------------------------------------------------------------------------------*/
.content-wrap {
  padding-top: 20px; }

.left-sidebar {
  float: left;
  width: 300px; }

.content {
  float: left;
  width: 600px; }

.right-sidebar {
  float: left;
  width: 300px; }

.something-img {
  width: 250px;
  margin-left: 25px;
  margin-bottom: 100px;
  -webkit-box-shadow: 1px 3px 5px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 1px 3px 5px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 1px 3px 5px 0px rgba(50, 50, 50, 0.75); }

.something-img:last-of-type {
  margin-bottom: 20px; }

.sidebar-img {
  width: 300px;
  -webkit-box-shadow: 1px 3px 5px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 1px 3px 5px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 1px 3px 5px 0px rgba(50, 50, 50, 0.75); }

.tests {
  width: 100%;
  overflow: hidden;
  background: #c4c2c2;
  /* Old browsers */
  background: -moz-linear-gradient(left, #c4c2c2 0%, white 13%, white 87%, #c4c2c2 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #c4c2c2), color-stop(13%, white), color-stop(87%, white), color-stop(100%, #c4c2c2));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #c4c2c2 0%, white 13%, white 87%, #c4c2c2 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #c4c2c2 0%, white 13%, white 87%, #c4c2c2 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #c4c2c2 0%, white 13%, white 87%, #c4c2c2 100%);
  /* IE10+ */
  background: linear-gradient(to right, #c4c2c2 0%, white 13%, white 87%, #c4c2c2 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c4c2c2', endColorstr='#c4c2c2',GradientType=1 );
  /* IE6-9 */ }

.ext-links {
  float: left;
  width: 300px; }

.test-content {
  float: left;
  width: 900px; }

.ahla-logo {
  float: left;
  width: 125px;
  padding-bottom: 10px;
  margin-left: 20px; }

.padfix {
  padding-top: 50px;
  padding-bottom: 50px; }

/* Icon section
------------------------------------------------------------------------------------------*/
.bulletpoint {
  width: 98%;
  margin-left: 1%;
  overflow: hidden; }

.iconholder {
  float: left;
  width: 10%;
  padding-top: 20px; }

.icon {
  width: 80px; }

.textholder {
  float: left;
  width: 90%; }

/* Form section
------------------------------------------------------------------------------------------*/
.formholder {
  float: left;
  margin-left: 20px;
  padding-bottom: 10px;
  padding-top: 10px;
  width: 100%; }

#contact-form {
  float: right;
  margin-top: 10px;
  overflow: hidden;
  width: 96%;
  margin-right: 2%; }

.formrow {
  padding-bottom: 20px;
  width: 100%; }

.contact_label {
  color: #013169;
  display: block;
  font-family: "brandon_text_regular", sans-serif;
  font-size: .9em;
  width: 96%;
  margin-left: 1%;
  margin-bottom: 5px; }

.contact_button {
  -moz-box-shadow: inset 0 1px 0px rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -webkit-border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 0px rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s ease 0s;
  background: #013169;
  border-radius: 5px;
  box-shadow: inset 0 1px 0px rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-family: "brandon_text_regular", sans-serif;
  font-size: 100%;
  height: 47px;
  line-height: 46.875px;
  margin-bottom: 20px;
  padding: 0 30px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.5s ease 0s; }
  .contact_button:hover {
    background-color: #333; }

.formout {
  display: none; }

input[type=text], textarea, input[type=email] {
  padding: 10px !important;
  width: 90%;
  border: 0px;
  margin-left: 1%;
  border-bottom: 1px solid #fff;
  font-family: "brandon_text_regular", sans-serif;
  font-size: 1.1em;
  line-height: 22px;
  color: #555;
  background-color: #ebebeb;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  outline: 0; }
  input[type=text]:focus, textarea:focus, input[type=email]:focus {
    box-shadow: 0 0 5px #013169; }

/* Other videos
------------------------------------------------------------------------------------------*/
.test-vid {
  xheight: 400px;
  margin: 20px auto;
  display: block;
  font-size: 0;
  width: 100%;
  background-color: #333;
  border-top: 15px solid #333333;
  border-right: 20px solid #333333;
  border-bottom: 30px solid #333333;
  border-left: 20px solid #333333;
  border-radius: 10px; }

.full-vid {
  xheight: 400px;
  margin: 20px auto;
  display: block;
  font-size: 0;
  width: 640px;
  background-color: #333; }

/* BG Video
------------------------------------------------------------------------------------------*/
.vid-wrap {
  position: absolute;
  width: 100%;
  height: 500px;
  min-height: 100%;
  z-index: 1; }

.bgvideo {
  position: relative;
  left: 0;
  right: 0;
  min-width: 100%;
  max-width: 100%; }

.xvid-bg {
  position: absolute;
  top: -20px;
  background-color: rgba(15, 86, 147, 0.3);
  width: 100%;
  z-index: 2;
  min-width: 100%;
  height: 800px; }

/* Alignment Classes
------------------------------------------------------------------------------------------*/
.left {
  float: left !important; }

.right {
  float: right !important; }

/* Color & Font Classes
------------------------------------------------------------------------------------------*/
.bold {
  font-weight: 700; }

.hidden {
  visibility: hidden; }

.btblue {
  border-top: 20px solid #0f5693; }

.border-right {
  border-right: 1px solid #ccc; }

.border-left {
  border-left: 1px solid #ccc; }

.bgwhite {
  background-color: white; }

/* Mobile
------------------------------------------------------------------------------------------*/
.small-screen {
  display: none;
  height: 300px;
  background-image: url("/images/fire-poster.jpg");
  background-size: cover;
  background-position: center;
  margin-top: 75px; }

/* Media Queries
------------------------------------------------------------------------------------------*/
@media screen and (min-width: 1280px) {
  .center-banner {
    margin-top: -300px; } }
@media screen and (max-width: 959px) {
  .center-banner {
    margin-top: 0px; } }
@media screen and (max-width: 780px) {
  .fifty {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    border: none !important; }

  .logo {
    max-width: 250px;
    padding-top: 10px;
    display: block;
    position: relative;
    margin: 0 auto; }

  nav {
    display: none; }

  .small-screen {
    display: block; }

  .bgvideo {
    display: none; }

  .test-vid {
    width: 100%;
    border: none;
    margin-bottom: 20px;
    border-radius: 0px; }

  .test-area {
    height: 100%; }

  .cpslogo {
    width: 90%; }

  .icon {
    margin: 0 auto;
    display: block; }

  .textholder {
    width: 100%; } }
@media screen and (max-width: 675px) {
  .contact-button a {
    font: 1.3em "brandon-bold", sans-serif; } }
