/*! HTML5 Boilerplate v5.0.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

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

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

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

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}


/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

 #outdated h3{
  color: #b30000;
  text-transform: uppercase;
  font-size: 24px;
   font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
   font-weight: 300;
}

#outdated{
  display:block; z-index:9999999; position:absolute; bottom:0; width:100%; padding:15px 20px; margin-left:auto; margin-right:auto;
}

#outdated p{
  color: #000 !important;
}

.intro{
  padding:10px 0 20px 0;
}
.wrap_btn{
  margin:20px 0; float:left;
}
#outdated p{
  margin-bottom:0;
}
.bodyoutdated{
  text-align:left; display:block; float:left; position:relative; width:50%; border:4px solid #b30000; padding: 8px 15px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
   font-weight: 300;  background-color:#fff; color:#000;
}
.bodyoutdated a, .bodyoutdated a:hover{ color:#fff; }

.btn_ch{
  float:left;
  color: #fff;
  padding: 12px 15px;
  text-transform: uppercase;
   font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
  -webkit-transition: background .5s ease;
  -moz-transition: background .5s ease;
  -o-transition: background .5s ease;
  -ms-transition: background .5s ease;
  transition: background .5s ease;
  margin-right: 10px;
  font-size: 14px;
}


.red{
  background: #b30000;
}

.green{
  background: #167F39;
}
#closemod{
  cursor:pointer;
}


.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}



/* ==========================================================================
   Author's custom styles
   ========================================================================== */




/*

  font-family:'Swiss_721 W01 Light';
  font-family:'Swiss_721 W01 Roman';
  font-family:'Swiss_721 W01 Medium';
  font-family:'Swiss_721 W01 Bold';

*/




/* ============================================== GLOBAL
*/


*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html * {
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


html{
  background-color: #000;
}



body {
  font-size: 16px;
  color: #000;
  background-color: #000;
  font-family:'Swiss_721 W01 Roman';
}


a, a img {
   outline: 0;
   border:none;
   border: 0;
   -webkit-tap-highlight-color: rgba(0,0,0,0);
}

input::-moz-focus-inner { 
  border: 0; 
}

a {
 color: #000;
 -webkit-transition: color 1s ease-in; /*safari and chrome */
 -moz-transition: color 1s ease-in; /* firefox */
 -o-transition: color 1s ease-in; /* opera */
 transition: color 1s ease-in; /* opera */
}

a:hover, a:focus {
  color: #000;
}

/* Remove input outline for WebKit browsers */

input[type="text"]:focus {
  outline: none;
}


#loading {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  z-index: 100000;
}

.number{
  display: inline-block;
  /*font-size: 36px;*/
  /*margin-top: 10px;*/
  margin-top: -10px;
}


.number:hover{
    cursor: context-menu;
}


.gradBg{
  background: #6bc6ad; /* Old browsers */
  background: -moz-linear-gradient(-45deg,  #6bc6ad 0%, #e4ea8f 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg,  #6bc6ad 0%,#e4ea8f 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg,  #6bc6ad 0%,#e4ea8f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6bc6ad', endColorstr='#e4ea8f',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  padding: 10px 0;
}

.gradText{
  /*text-transform: uppercase;*/
  color: #6bc6ad;
  background: #6bc6ad; /* Old browsers */
  background: transparent;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, 6bc6ad), color-stop(100%, #e4ea8f));
  background: -webkit-linear-gradient(-45deg, #6bc6ad 0%, #e4ea8f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}



h1, h2, h3, h4{
  font-family:'Swiss_721 W01 Bold';
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.2;
}


/* ============================================== HEADER
*/




#header{
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
}


#menu{
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

#menu li{
    display: inline-block;
    padding: 10px 3%;
}

#menu a{
    /*display: inline-block;
    padding: 10px 3%;*/
    text-transform: uppercase;
    font-family: 'Swiss_721 W01 Bold';
}



#menu a:hover, a.mPS2id-highlight{
  border-bottom: 2px solid #000;
}

#menu li#logo a:hover, #menu li#logo a.mPS2id-highlight, .mobLogo a.mPS2id-highlight{
  border-bottom: none !important;
}


#menu li#logo{
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

#header.smaller #menu li{
   -webkit-transition: all 1s ease;
   transition: all 1s ease;
   /*margin-top: 40px;*/
}

#header.smaller #menu li#logo{
  width: 230px;
}





#callout{
  background: #000;
  padding: 35px 0 30px 0;
  text-align: center;
}

#callout h2{
  margin-bottom: 30px;
}


#callout a{
  text-transform: uppercase;
  font-family:'Swiss_721 W01 Bold';
  font-size: 30px;
  background: url('../img/button-bg.jpg') repeat-y;
  padding: 10px 15px;
}


#hero img, .imgHolder img{
  width: 100%;
}


/* ============================================== CONTENT
*/


.section{
  position: relative;
  margin: 0;
  padding: 0;
  background: #000;
}


.imgHolder{
  padding: 0.9375rem;
}



.copyHolder{
  text-align: center;
  padding: 0 0.9375rem 0 0.9375rem;
}

/*.leftImg{
  padding-right: 0.46875rem;
}

.rightImg{
  padding-left: 0.46875rem;
}
*/
#team .columns{
  margin-bottom: 0.9375rem;
  position: relative;
}

.caption{
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  right: 0;
  bottom: 5px;
  padding-right: 1.875rem;
  font-size: 14px;
}

#team .imgHolder{
  padding-bottom: 0;
}

/*.copyHolder .gradBg{
  padding: 30px 25%;
}
*/
.copyHolder h2{
  /*text-transform: uppercase;*/
  margin-bottom: 0;
  font-size: 30px;
}

.motif{
  display: inline-block;
  margin: 15px auto;
}


.heading{
  text-align: center;
  padding-top: 0.9375rem;
}

.heading h2{
  margin-bottom: 0;
}

/* ============================================== FORM
*/

.motif-form{
  display: block;
  margin: 30px auto;
}


#register h4{
  /*line-height: 1.2;
  margin-bottom: 20px;*/
}

form h4{
  margin-bottom: 30px;
}


/*form{
  padding: 0 25%;
}*/



::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000 !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #000 !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #000 !important;
}
:-moz-placeholder { /* Firefox 18- */
  color: #000 !important;
}



[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea {
    border: none;
    color: #000;
    background-color: #fff;
    box-shadow: inset none;
}


[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus, textarea:focus {
    border: none;
    background-color: #fff;
    box-shadow: none;
}


#formSubmit{
  text-transform: uppercase;
  font-family: 'Swiss_721 W01 Bold';
  background: url(../img/button-bg.jpg) repeat-y;
  display: block;
  margin: 0 auto 5px;
  border: 0;
  width: 100%;
  max-width: 300px;
  height: 2.4375rem;
   font-size: 26px;
}

#sent, #error{
  text-align: center;
  font-family: 'Swiss_721 W01 Bold';
}

#error{
  color: #f04124;
  margin-bottom: 15px;
}

#response{
  text-align: center;
  font-size: 12px;
}

.parsley-errors-list{
  list-style-type: none;
  margin-left: 0;
  margin-top: -5px;
  color: #f04124;
}

.parsley-errors-list {
  list-style:none;
}
.parsley-required, .parsley-type, .parsley-pattern, .parsley-minlength, .parsley-minlength{
  color:#f04124;
}

/* ============================================== FOOTER
*/

#footer{
  /*padding: 10px 0;*/
  padding: 20px 0;
}

#footer p{
  font-size: 12px;
  /*margin-top: 10px;*/
  margin-bottom: 2px;
}

.footerMid{
  text-align: center;
}

.footerRight{
  text-align: right;
}

.rare {
    font-size: 12px;
    /*color: #666;*/
    /* color: #aaa; */
    /*font-size: 10px;*/
    /*font-family: Arial, Helvetica, sans-serif;*/
    /* position: relative; */
    /*text-transform: lowercase;*/
    /* margin: 75px 0 5px; */
}

.rare a {
    display: inline-block;
    height: 11px;
    overflow: hidden;
}

.rare a img {
    display: block;
    margin-top: -11px;
}

/*#rare a img:hover {
    margin-top: 11px;
}*/

/* ============================================== PLUGINS
*/


/*slicknav*/

/*.slicknav_menu {
  display:none;
}*/

.mobLogo{
  position: absolute;
  left: 50%;
  margin-left: -90.5px;
  top: 15px;
}


.slicknav_menu li:nth-child(4) {
  display: none;   
}


.slicknav_btn {
  position:  relative;
  display:  block; 
  vertical-align:  middle; 
  float:  right;
  padding:  0.438em 0.625em 0.438em 0.625em; 
  line-height:  1.125em;  
  cursor:  pointer;
}

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar { 
  margin-top:  0.188em;
}


.slicknav_menu { 
  *zoom:  1;
}

.slicknav_menu .slicknav_menutxt { 
  display: block;
  line-height:  1.188em;
  float: left;
}

.slicknav_menu .slicknav_icon {
  float: left;
  margin: 0.188em 0 0 0.438em;
}

.slicknav_menu .slicknav_no-text {
  margin:  0;
}

.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 1.125em;
  height: 0.125em;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0,  0,  0,  0.25);
  -moz-box-shadow: 0 1px 0 rgba(0,  0,  0,  0.25);
  box-shadow: 0 1px 0 rgba(0,  0,  0,  0.25);
}

.slicknav_menu:before {
  content: " ";
  display: table;
}

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


.slicknav_nav {
  clear: both;
}

.slicknav_nav ul {
  display: block;
}

.slicknav_nav li {
  display: block;
}

.slicknav_nav .slicknav_arrow {
  font-size: 0.8em;
  margin: 0 0 0 0.4em;
}

.slicknav_nav .slicknav_item {
  cursor: pointer;
}

.slicknav_nav .slicknav_item a {
  display: inline;
}

.slicknav_nav .slicknav_row {
  display: block;
}

.slicknav_nav a {
  display: block;
}

.slicknav_nav .slicknav_parent-link a {
  display: inline;
}


.slicknav_brand {
  float: left;
}

.slicknav_menu {
  font-size: 16px;
  box-sizing: border-box;
  /*background: #4c4c4c;*/
  background: #6bc6ad; /* Old browsers */
  background: -moz-linear-gradient(-45deg,  #6bc6ad 0%, #e4ea8f 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg,  #6bc6ad 0%,#e4ea8f 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg,  #6bc6ad 0%,#e4ea8f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6bc6ad', endColorstr='#e4ea8f',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  padding: 5px;
  text-align: center;
}

.slicknav_menu * {
  box-sizing: border-box;
}

.slicknav_menu .slicknav_menutxt {
  color: #fff;
  font-weight: bold;
  text-shadow: 0 1px 3px #000;
}

.slicknav_menu .slicknav_icon-bar {
  background-color: #fff;
}


.slicknav_btn {
  margin: 5px 5px 6px;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255,  255,  255,  0.75);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #000;
}


.slicknav_nav {
  color: #fff;
  margin: 0;
  padding: 20px 0 0;
  font-size: 0.875em;
  list-style: none;
  overflow: hidden;
}

.slicknav_nav ul {
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0 0 0 20px;
}

.slicknav_nav .slicknav_row {
  padding: 5px 10px;
  margin: 2px 5px;
}

.slicknav_nav .slicknav_row: hover {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #ccc;
  color: #fff;
}

.slicknav_nav a  {
  padding: 5px 10px;
  margin: 2px 5px;
  text-decoration: none;
  color: #000;
  font-family: 'Swiss_721 W01 Bold';
  text-transform: uppercase;
}

.slicknav_nav a: hover {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #ccc;
  color: #222;
}

.slicknav_nav .slicknav_txtnode {
  margin-left: 15px;
}

.slicknav_nav .slicknav_item a {
  padding: 0;
  margin: 0;
}

.slicknav_nav .slicknav_parent-link a {
  padding: 0;
  margin: 0;
}


.slicknav_brand {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  padding: 7px 12px;
  height: 44px;
}

/**
 * bxSlider v4.2.5
 * Copyright 2013-2015 Steven Wanderski
 * Written while drinking Belgian ales and listening to jazz

 * Licensed under MIT (http://opensource.org/licenses/MIT)
 */

/** VARIABLES 
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  /*margin: 0 auto 60px;*/
  margin: 0;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.bx-wrapper img {
  width: 100%;
  display: block;
}
.bxslider {
  margin: 0;
  padding: 0;
}
ul.bxslider {
  list-style: none;
}
.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}
/** THEME
===================================*/
.bx-wrapper {
 /* -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  background: #fff;*/
  background: #000;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  /*bottom: -30px;*/
  bottom: 15px;
  width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url('../img/bx_loader.gif') center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  /*background: #666;*/
  background: #fff;
  opacity: 0.8;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #fff;
  opacity: 1;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
   left: 0;
   background: url('../img/prev.png') no-repeat center;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}
.bx-wrapper .bx-next {
  right: 0;
  background: url('../img/next.png') no-repeat center;
}
/*.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}*/
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  outline: 0;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  z-index: 999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url('../img/controls.png') -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url('../img/controls.png') -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 * http://juicystudio.com/article/screen-readers-display-none.php
 */

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

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

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

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

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

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

/*Small screens Define mobile styles */

@media only screen { } 


/* max-width 640px, mobile-only styles, use when QAing mobile issues */
@media only screen and (max-width: 640px) { 

   .slicknav_menu {
     display: block;
   }

   #menu{
      display:none;
   }

   .desktop{
      display: none;
   }

   .tablet{
     display: inline-block;
   }

   .copyHolder .gradBg{
     padding: 30px 8%;
   }

   .leftImg{
     padding-bottom: 0.9375rem;;
   }

   .bx-wrapper .bx-controls-direction a{
      display: none;
   }

   .bx-wrapper .bx-pager{
      bottom: 10px;
   }

   .bx-wrapper .bx-pager.bx-default-pager a {
     width: 6px;
     height: 6px;
     -moz-border-radius: 3px;
     -webkit-border-radius: 3px;
     border-radius: 3px;
   }

   .caption{
      width: 100%;
      text-align: center;
      bottom: 10px;
      font-size: 12px;
   }

   #footer, .footerRight{
    text-align: center;
   }

   #footer img{
      display: block;
      margin: 8px auto;
   }

   .rare a img {
       margin-top: -11px !important;
   }


}


/*Medium screens min-width 641px, medium screens */
@media only screen and (min-width: 641px) {
    .slicknav_menu {
      display:none;
    }

    #menu{
      display: block;
    }

    .desktop{
      display: inline-block;
    }

    .tablet{
      display: none;
    }

    .copyHolder .gradBg{
      padding: 30px 25%;
    }

    .leftImg{
      padding-right: 0.46875rem;
    }

    .rightImg{
      padding-left: 0.46875rem;
    }


    form{
      padding: 0 25%;
    }


}


/*iphone 6 portrait*/
@media only screen 
    and (min-device-width : 375px) // or 213.4375em
    and (max-device-width : 667px) // or 41.6875em
    and (width : 375px) // or 23.4375em
    and (height : 559px) // or 34.9375em
    and (orientation : portrait) 
    and (color : 8)
    and (device-aspect-ratio : 375/667)
    and (aspect-ratio : 375/559)
    and (device-pixel-ratio : 2)
    and (-webkit-min-device-pixel-ratio : 2) { 

}

/*iphone 6 landscape*/

@media only screen 
    and (min-device-width : 375px)  
    and (max-device-width : 667px) 
    and (width : 667px)  
    and (height : 375px)  
    and (orientation : landscape) 
    and (color : 8)
    and (device-aspect-ratio : 375/667)
    and (aspect-ratio : 667/375)
    and (device-pixel-ratio : 2)
    and (-webkit-min-device-pixel-ratio : 2) { 


}


/*iPhone 6 Plus in portrait & landscape*/

@media only screen and (min-device-width : 414px) and (max-device-width : 736px) { 

}

/* min-width 641px and max-width 1024px, use when QAing tablet-only issues */
@media only screen and (min-width: 641px) and (max-width: 1024px) {
   .slicknav_menu {
     display: block;
   }

   #menu{
      display:none;
   }

   .desktop{
      display: none;
   }

   .tablet{
     display: inline-block;
   }

   

}

/* min-width 641px and max-width 1024px, use when QAing tablet-only portrait issues */
@media only screen and (min-width: 641px) and (max-width: 1024px) and (orientation: portrait) {
   .copyHolder .gradBg{
     padding: 30px 8%;
   }

   form{
     padding: 0 5%;
   }

   .footerRight a{
      display: inline-block;
      margin-top: 25px;
   }
}

/* min-width 641px and max-width 1024px, use when QAing tablet-only landscape issues */
@media only screen and (min-width: 641px) and (max-width: 1024px) and (orientation: landscape) {
   .copyHolder .gradBg{
     padding: 30px 17%;
   }

   form{
     padding: 0 10%;
   }


}


/*Large screens min-width 1025px, large screens*/
@media only screen and (min-width: 1025px) {
    
}

/* min-width 1024px and max-width 1440px, use when QAing large screen-only issues */
@media only screen and (min-width: 1024px) and (max-width: 1440px) { 
}

/* XLarge screens min-width 1441px, xlarge screens */
@media only screen and (min-width: 1441px) { 
}

/* min-width 1441px and max-width 1920px, use when QAing xlarge screen-only issues */
@media only screen and (min-width: 1441px) and (max-width: 1920px) {
}

/* min-width 1921px, xxlarge screens */
@media only screen and (min-width: 1921px) {
} 


@media screen and (orientation: portrait) {
 
}

@media screen and (orientation: landscape) {
  
}


@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
