/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/


/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Custom Code
- Media Queries
*/


/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
    max-width: 1424px;
  margin: 0 auto;
  padding: 0 0px;
  box-sizing: border-box; }
.column,
.columns {
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top; }

/* For devices larger than 400px */



/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%; }
body {
     font-size: 15px;
  line-height: 1.6;
  font-weight: 400;
      color: #212121;
	  background: white;
    font-family: 'centuryGothic', sans-serif; }


/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 15px;
    font-weight: 100;
letter-spacing: -1px;
line-height: 40px;}
h1 { font-size: 2.2em;}
h2 { font-size: 1.5em; }
h3 { font-size: 1.25em; }
h4 { font-size: 1.10em;}
h5 { font-size: 1.05em;  }
h6 { font-size: 1em;   }
h1, h3, h5{
	color:#000;
}
h2, h4, h6 {
    color: #eb2d2e;
}
h6 {
    color: #ccc8c8;
}
/*h3, h4, h5, h6 {
    line-height: 20px;
    margin-bottom: 0px;
}*/
@media (min-width: 1001px) {
  h1 {font-size: 2.2em; }
  h2 { font-size: 1.75em; }
  h3 { font-size: 1.75em; }
  h4 { font-size: 1.3em; }
  h5 { font-size: 1.25em; }
  h6 { font-size: 1.2em; }
}

p {
  margin-top: 0; }

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
	color: black;
    -webkit-transition: color .15s linear;
    -moz-transition: color .15s linear;
    -ms-transition: color .15s linear;
    -o-transition: color .15s linear;
    transition: color .15s linear;
    text-decoration: none;
}
a:hover {
  color: #000;
}

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
    display: inline-block;
    height: 38px;
    padding: 0 30px;
    color: white;
    text-align: center;
    font-size: 14px;
    line-height: 38px;
    letter-spacing: .1rem;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    cursor: pointer;
    box-sizing: border-box;
    background: #2484bc;
    border: none;
}
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
     color: black;
    outline: 0;}
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #33C3F0;
  border-color: #33C3F0; }
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #1EAEDB;
  border-color: #1EAEDB; }


/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0; }
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline; }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle inside; }
ol {
  list-style: decimal inside; }
ol, ul {
  padding-left: 0;
  margin-top: 0; }
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }
li {
  margin-bottom: 0rem; }


/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }


/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }
th:first-child,
td:first-child {
  padding-left: 0; }
th:last-child,
td:last-child {
  padding-right: 0; }


/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem; }
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem; }
figure {
  border: 0;
  margin: 0;
  padding: 0;
	position: relative;
	display: block;
}

/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }
.u-pull-right {
  float: right; }
.u-pull-left {
  float: left; }


/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }


/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }

.clear{
	clear:both;
}
/* Custom Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.fRight{
	float:right;
	margin-left: 45px
}
.fLeft{
	float:left;
	margin-right: 45px;
}
.fullWidth{
width:100%;
}
.txtLeft{
	text-align:left	;
}
.txtRight{
	text-align:right;
}
.txtCenter{
	text-align:center;
}
.txtCenterImp{
  text-align:center!important;
}
.contLeft{
	text-align:left	;
}
.contRight{
	text-align:right!important;
}
.contBtnRight{
	float:right!important;
}

.blockCenter{
	margin:0 auto;
	display:block;
}
.boldTxt{
	font-weight:bold;
}
.noLeftMargin{
	margin-left: 0!important;
}
.middleVert{
  vertical-align: middle!important;
}
img {
    vertical-align: middle;
}

.scrollToTop {
    width: 30px;
    height: 30px;
    padding: 10px;
    text-align: center;
    background: whiteSmoke;
    font-weight: bold;
    color: #444;
    text-decoration: none;
    position: fixed;
    bottom: 35px;
    right: 10px;
    display: none;
    z-index: 999;
    border-radius: 100%;
}

.scrollToTop:hover {
    text-decoration: none;
}


.header__right {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    text-align: right;
    display: inline-block;
    margin-left: 17px;
    margin-bottom: 10px;
}

@media (max-width: 768px) { .header__right { text-align: center; } }
.mainBtn {
    cursor: pointer;
    width: 100%;
    max-width: 280px;
    text-align: center;
	background-color: #5e5a5a;
	border-radius: 4px;
	line-height: 80px;
	font-size: 22px;
}
.mainBtn a {
    box-sizing: border-box;
    cursor: pointer;
    color: white;
    display: block;
}
.mainBtn a:hover {
    background: #fff;
	color: #141414;
	border-radius: 4px;
}
.mainBtn2 {
    cursor: pointer;
	padding: 10px 20px;
    width: 100%;
    min-width: 350px;
    text-align: center;
	 color: white;
	background-color: #2484bc;
    border: solid 1px #2484bc;
}
.mainBtn2 a {
    padding: 10px 20px;
    box-sizing: border-box;
    cursor: pointer;
    color: white;
    display: block;
}
.mainBtn2 a:hover {
    background-color: #a7a7a7;
	color: #ffffff;
}

@font-face {
  font-family: 'centuryGothic';
  src: url('https://www.arishelicopters.com/css/fonts/GOTHIC.TTF')  format('truetype');
}
header {
    position: fixed;
    width: 100%;
    background-size: contain;
    background-repeat: repeat-x;
    z-index: 999;
    background-position: center;
    border-bottom: solid 2px white;
  background: #fff;
	padding-bottom: 5px;
}
.show-menu:after {
    content: 'Show Menu';
}
input[type=checkbox]:checked ~ .show-menu:after {
    content: 'Close Menu';
}
.relative{
  position: relative;
}

.logo {
    max-width: 240px;
    padding: 0px 0px;
    box-sizing: border-box;
}

/* Navigation Styles. */
/*.navContainer {
    background: #39438a;
    outline: #676ea5 5px double;
}*/
/*.navContainer {
    width: 860px;
}*/
.headerImg {
    padding: 0;
}
.site-title h2{
    color: #fff;
	margin: 120px 0 30px 110px;
    font-size: 32px;
}
nav{
    position: relative;
    display: block;
    margin: 0px auto;
	height: 30px;
}
/*Strip the ul of padding and list styling*/
.navigation {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%;
    text-align: right;
    padding: 0 5px;
    box-sizing: border-box;
}

/*Create a horizontal list with spacing*/
.navigation li {
    display: inline-block;
    margin-bottom: 0;
    position: relative;
}

/*Style for menu links*/
.navigation li a {
	display:block;
	font-family: 'centuryGothic', "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #fff;
	text-decoration: none;
-webkit-transition: color .15s linear;
    -moz-transition: color .15s linear;
    -ms-transition: color .15s linear;
    -o-transition: color .15s linear;
    transition: color .15s linear;
	text-align: left;
	box-sizing: border-box;
font-size: 16px;
    font-size: 1em;
    padding: 0 10px;
    height: 30px;
    line-height: 40px;
    color: #858585;
}
.navigation li ul li a {
    background: #fff;
    color: #3e3e3e;
    height: 40px;
    line-height: 40px;
    -webkit-transition: color .15s linear;
    -moz-transition: color .15s linear;
    -ms-transition: color .15s linear;
    -o-transition: color .15s linear;
    transition: color .15s linear;
}
/*Hover state for top level links*/
.navigation li:hover a {
    color: #191F26;
}
/*Hover state for second level links*/
.navigation li:hover ul {
    opacity: 1;
    visibility: visible;
	z-index: 999;
}
/*transitions second level links*/
.navigation li ul {
    opacity: 0;
    position: absolute;
    visibility: hidden;
    z-index: 1;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    margin-top: 0;
	width: auto;
}
/*Style for dropdown links*/
.navigation li:hover ul a {
    height: 40px;
    line-height: 40px;
    background: #fff;
    color: #3e3e3e;
}
/*Hover state for dropdown links*/
.navigation li:hover ul a:hover {
    color: #fff;
	background-color: #191f26;
}

/*Hide dropdown links until they are needed*/
.navigation li ul {
visibility: hidden;
padding: 0;
    margin: 0;
      padding-top: 5px;
}

/*Make dropdown links vertical*/
.navigation li ul li {
	display: block;
	float: none;
}

/*Prevent text wrapping*/
.navigation li ul li a {
	width: auto;
	min-width: 150px;
	padding:0 20px!important;
}

/*Display the dropdown on hover*/
.navigation li a:hover + .hidden, .hidden:hover {
visibility: visible;
}

.hiddenTwo {
    visibility: hidden!important;
    padding: 0!important;
    margin: 0!important;
    padding-top: 20px;
    left: 200px;
    top: 0;
}

.hidden li a:hover + .hiddenTwo, .hiddenTwo:hover{
    visibility: visible!important;
}

.subMenu {
    position: relative!important;
    padding: 0!important;
}

/*Style 'show menu' label button and hide it by default*/
.show-menu {
	text-decoration: none;
	text-align: center;
	padding: 10px 0;
	display: none;
    margin: 0 auto;
    border-top: solid 1px #e4e4e4;
    margin-top: 10px;
    color: #1c3565;
}

/*Hide checkbox*/
input[type=checkbox]{
    display: none;
}

/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #menu{
    display: block;
}
/*.navContainer, nav, .navigation{
	    width: 880px;
}*/
.hidden li {
    width: 280px;
    left: 0;
}
#firstLink {
    padding-left: 0;
}
#lastLink {
    padding-right: 0;
}
nav{
        width: 800px;
    float: right;
}
.headerFb{
      float: right;
}
.headerFb a{
   color:white;
}
.cycle-slideshow, .cycle-slideshow img {
  width: 100%;
	
	
}
/*.cycle-slideshow {
max-height: 454px; /* Must be full height of slideshow images, if having a white space between image and bottom border, adjust this value
}*/
.cycle-slide {
    width: 100%;
	position: relative;
	margin: 0px auto;
	display: block;
	padding-top: 100px;
}
.cycle-slideshow2 {
    margin: 0 0 40px 0!important;
	position: relative;
	margin: 0px auto;
	display: block;
	padding-top: 100px;
   /* max-height: 454px;  Must be full height of slideshow images, if having a white space between image and bottom border, adjust this value */
}

.left-chevron{
      width: 0;
    height: 0;
    display: inline-block;
    vertical-align: middle;
    border-top: 25px solid transparent;
    border-left: 20px solid #8689ad;
    border-bottom: 25px solid transparent;
}
main, footer {
    position: relative;
}
main p {
    font-size: 17px;
}

.learnMore{
  margin: 50px auto;
}

.companyBg {
	padding: 0 0;
	color: #fff;
	background-position: top right;
    background-repeat: no-repeat;
	min-height: 785px;
}
.companyBg h1{
	color: #fff;
	font-size:48px;
	font-weight: bold;
	line-height: 64px;
	padding: 20px 0;
	letter-spacing:-0.07em;
	padding-top: 100px;
}


.mainCopy{
	    max-width: 1224px;
    width: 100%;
    margin: 180px auto 50px auto;
    padding: 0 20px;
    box-sizing: border-box;
}
.mainCopy h1{
	    color:#cf2e2e;
	font-size: 42px;
	font-weight: bold;
	padding-bottom: 15px;
}
.mainCopy h2{
      color:#000;
	font-size: 24px;
	font-weight: bold;
}
.mainCopy h3{
      color:#555;
	font-size: 22px;
}
.mainCopy p{
	    color: #000;
}

#website{
  display: none;
}
.formFields input,
.formFields select,
.formFields textarea {
    width: 100%;
    margin-bottom: 10px;
}
.welcome article p {
    color: black;
}
.welcome {
    background: #f2f7fc;
	padding: 100px 0px!important;
}

.welcome h4{
	color: #729ec6;
	font-size:24px;
	line-height: 34px;
	font-style: italic;
}
.buttonSection {
    background: #3055ae;
	margin-top: 0px;
	min-height: 200px;
}

.supportltgray {
	background: #dcdde1;
    width: 100%;
    
    padding: 30px 0px!important;
    box-sizing: border-box;
}
.supportltgray h2{
	olor: #89adcf;
    font-size: 24px;
    line-height: 20px;
}

.drgrayBg {
	background: #191F26;
	padding: 100px 0;
	color: #fff;
	text-align: center;
	padding: 40px 0!important;
}
.drgrayBg h2{
	color: #fff;
	font-size: 26px;
	padding-top: 20px;
}
.services {
	float: left;
	width: 100%;
}
.white {
	background-color: white!important;
}
.services.boxed article {
	padding: 0;
}
.fadeIn {
	animation-name: fadeIn;
}
.one-fourth {
	float: left;
	width: 25%;
	max-width: 100%;
}
.featured-image {
	min-height: 200px;
	min-width: 100%;
	margin: 0px;
}
.services.boxed
.details {
	text-align: left;
	padding: 25px 30px;
	border-right: 1px solid #DFDFD0;
}
.services.boxed
.details h4{
	text-transform: uppercase;
	font-size: 18px;
	padding: 0 0 15px;
	color: #141414;
}
.services.boxed
.details p{
	font-size: 17px;
	color: #141414;
}
.more {
	font-weight: 600;
	padding-top: 2px;
	display: inline-block;
	position: relative;
	text-decoration: none;
	font-size: 16px;
}
.whiteBg {
	background: #fff;
	color: #fff;
	padding: 50px 20px!important;
}
.whiteBg p{
	color: #000;
	font-size: 16px;
}
.whiteBg h1{
	color: #000;
	font-size: 42px;
}
.whiteBg h3{
	color: #eb2d2e;
	font-size: 24px;
	text-align: center;
	margin-bottom: 0px;
}
.line{
	width: 100%;
  height: 0;
  border: 1px solid #141414;
  margin: 3px;
  display:inline-block;
}
.icon{
	max-width: 60%!important;
	align-content: center;
	margin: 0 auto;
	display: block;
}
.overlayTxt a {
    font-weight: bold;
}
main form input[type="checkbox"], main form input[type="radio"] {
    display: inline;
    width: auto;
}
main, footer {
    position: relative;
}
main {
    margin-top: 0px;
}
section {
    padding: 0px 0!important;
    box-sizing: border-box;
}

.ui-accordion-content p {
    font-size: 16px;
}
article {
    padding:0 0px!important;
}
.support header {
    top: 0;
}
.ui-accordion-header {
    color: white;
    font-size: 24px;
    line-height: 34px;
    cursor: pointer;
    outline: none;
    border: solid 1px white;
    border-radius: 10px;
}
.ui-accordion-content p {
    margin-top: 0!important;
    text-align: left!important;
}
.ui-accordion-header-active {
    color: #121212;
}
.ui-accordion-content ul {
    text-align: left;
}

footer {
    background: #191F26;
    padding: 30px;
    color: white;
}
footer a {
    color: white;
}
footer h6 {
	text-transform: uppercase;
	font-size: 17px;
}

footer ul {
    margin: 0;
    list-style: none;
}
.socialIcons {
    display: inline-block;
    margin-bottom: 30px;
    max-width: 100%;
}
.padding30 {
	padding-top: 30px;
}
.copyright {
    background: #191F26;
    position: relative;
	padding: 0 30px;
}
.copyright p{
	margin:0;
	color: white;
}
.copyright a{
	color: white;
}
.copyright a:hover{
	color: #B4B4B5;
}
.phone {
	float: left;
}
.parallax {
  background-image: url("../images/before-after.png");
  height: 400px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

main ul {
    font-size: 17px;
	color: #000;
	padding-top: 10px;
	margin-left: 0%;
}
.support main {
    margin-top: 50px;
}

main a {
    color: #2484bc;
}

main {
    font-size: 18px;
}
footer h2{
color: #ffffff!important;
font-size: 2.2em;	
  }
.paddingRt {
	padding-right: 15px;
}
/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/

@media screen and (min-width : 1101px){
.navigation{
	display:block!important;/* Fixes issue with desktop links keeping their mobile layout; media queries must follow each other (max = 930 & min = 931) */
}
}
/* For devices larger than 550px */
@media (min-width: 1100px) {
   .headerImg, main, footer, .reviewBg {
    position: relative;
}
.contactHeader{
	width: 100%;
    height: auto;
    top: 80px;
    position: relative;
}

.color {
  background-color: #555 !important;
}
.site-title{
		height: 200px;
  display: table;
  color: #fff;
  width: 100%;
}
.wrap {
  margin: 0 auto;
  width: 1170px;
  text-align: left;
  position: relative;
  max-width: 94%;
  display: inline-block;
}	
 img {
        max-width: 100% !important;
	 margin: 0 auto;
	display: block;
    }
  .container {
    width: 95%; }
  .column,
  .columns {
    margin-left: 3%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 20%;            }
  .four.columns                   { width: 30.6666666667%; }
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 46%;            }
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }

  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }

  .one-half.column                { width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }
}

@media screen and (max-width : 1100px){
	.cycle-slide {
    width: 100%;
	position: relative;
	margin: 0px auto;
	display: block;
		padding-top: 0px;
}	
	.cycle-slideshow2 {
    margin: 0 0 40px 0!important;
	position: relative;
	margin: 0px auto;
	display: block;
	padding-top: 0px;
   /* max-height: 454px;  Must be full height of slideshow images, if having a white space between image and bottom border, adjust this value */
}
.mainCopy{
	margin: 40px auto 50px auto;
 }
		.featured-image {
    min-height: 96px;
}
			.featured-image img{
   width: 100%;
}
	.services.boxed .details {
    padding: 20px 20px;
}
	.services.boxed .details h4 {
    font-size: 17px;
    padding: 0 0 10px;
		line-height: 18px;
}
	.services.boxed .details p {
    font-size: 17px;
    line-height: 18px;
}
	.companyBg {
    min-height: 780px;
}
.blueBg p{
    font-size: 13px;
	line-height: 17px;
}
.smiles img {
    max-width: 300px!important;
}
  .homeTests .two.columns {
    display: none;
}
  .smiles img {
    max-width: 300px;
}
	  .brands img {
    max-width: 232px;
}
  .headerBtns {
    float: none;
    width: 100%;
    margin: 0 auto;
}
.testBox .two.columns {
    width: 13.3333333333%;
	margin-bottom: 50px;
}
.testBox .eight.columns {
    width: 65.3333333333%;
	margin-bottom: 50px;
}
	.hidden li a:hover + .hiddenTwo, .hiddenTwo:hover {
    visibility: visible!important;
    position: relative;
    left: 0;
}
.support main, .support footer, .support .copyright {
    top: 0!important;
    margin: 0;
}
  header {
    background-position: inherit;
}
main, footer, .copyright {
    top: 50px;
}
.support .headerImg {
    margin-top: 210px;
}
.support main, .support footer, .support .copyright {
    top: 0;
}
.phone {
	display: none;
}
.headerImg  {
    position: relative;
       background-color: #555;
}
  main iframe{
  width: 100%;
    max-width: 560px;
}
	.navContainer, nav, .navigation {
    width: 100%;
}

.logo {
    max-width: 200px;
}
	header .columns {
		text-align: center!important;
}
.contactInfo {
    text-align: center;
	font-size: 18px;
    font-size: .08em;
}
	.contactInfo a {
    font-size: 18px;
}
.contactReq {
    text-align: center;
	font-size: 18px;
    font-size: .08em;
}
.contactReq a{
	font-size: 18px;
}
	nav {
	width: 100%;
  position: relative;
  height: auto;
	}
	/*Make dropdown links appear inline*/
	.navigation {
		position: static;
		display: none;
	}
	/*Create vertical spacing*/
	.navigation li {
		  display: block;
  float: none;
  margin-right: 1px;
      left: auto;
	}
.navigation li a {
    color: black;
}
	/*Make all menu links full width*/
.navigation li, li a {
    width: 100%;
    background: white;
}
.navigation li ul {
    width: 100%;
    left: 0;
    font-size: 15px;
}
	/*Display 'show menu' link*/
	.show-menu {
		display:block;
	}
	.navigation li a:hover + .hidden, .hidden:hover {
  max-width: 100%;
  position: relative;
	}
.navigation li:hover ul a {
    color: black;
    background: white;
    padding-left: 50px;
    font-size: 13px;
}
.navigation li:hover ul a:hover {
    color: #fff;
}
.parallaxTwo, .parallax {
    display: none;
}
#firstLink {
    padding-left: 6px;
}
#tabs li {
    width: 100%;
    box-sizing: border-box;
}
#tabs li a {
    width: 100%;
    background: none;
    display: block;
        box-sizing: border-box;
        outline: none!important;
}
.ui-tabs-panel img {
width: 100%;
    max-width: 442px;
    display: block;
    margin: 0 auto 20px auto;
}
header {
    background-position: inherit;
    background-size: unset;
    position: relative;
}
.smiles img {
    max-width: 90%;
}

.praises{
  margin: 10px auto;
    display: block;
    max-width: 350px;
}

.genServBoxes .servBtn {
    width: 100%!important;
    display: inline-block;
    margin: 0 auto 50px auto;
    max-width: 208px;
}
.genServBoxes,
 .cosServBoxes{
    max-width: 600px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
footer {
    text-align: center;
}
.tagline {
    width: 90%;
}
footer .mainBtn {
    margin: 0 auto;
    max-width: 300px;
}
	.mainBtn {
    cursor: pointer;
    width: 100%;
    max-width: 280px;
    text-align: center;
	background-color: #5e5a5a;
	margin: 40px auto!important;
		display: block;
		float: none!important;
}
.contactReq {
   margin: 0 auto;
		display: block;
		float: none!important;
}
.contactNumber {
margin: 0 auto;
		display: block;
		float: none!important;
}
footer ul {
    text-align: center;
    margin: 30px auto;
}
.headerFb {
    float: none;
}
.header__right {
    text-align: center;
}
.hiddenTwo li {
    padding-left: 20px;
    background: white;
}
}



@media screen and (max-width : 700px){
.footerOverlay {
    position: relative;
    left: 0;
}
.overlayTxt {
    line-height: 24px;
}
	.contactHeader {
    top: 68px;
}
	.companyBg {
    min-height: 585px;
}
	.featured-image {
    min-height: 96px;
}
	.services.boxed .details {
    padding: 5px 10px;
}
.services.boxed .details h4 {
    font-size: 12px;
    padding: 0 0 5px;
	line-height: 14px;
}
	.services.boxed .details p {
    font-size: 12px;
    line-height: 14px;
}
.site-title{
		height: 200px;
  display: table;
  color: #fff;
  width: 100%;
}
	.grayBg {
	background: #d0d6dc;
	padding: 100px 0;
	color: #06236c;
	background-position: top left;
    background-repeat: no-repeat;
	min-height: 360px;
}
.blueBg{
	background: #063263;
    padding: 0px 0 20px 0;
    box-sizing: border-box;
	margin: 0px auto 0 auto;
	min-height: 370px;	
}
.blueBg p{
    font-size: 13px;
	line-height: 17px;
}
	.contLeft{
	text-align:center	;
}
.contRight{
	text-align:center!important;
}
.contBtnRight{
	float:center!important;
}
	img {
	max-width: 100%;
	margin: 0 auto;
	display: block;
}
}