body,div,dl,dt,dd,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,select,textarea,p,blockquote,th,td {margin:0; padding:0; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
table {border-collapse:collapse; border-spacing:0;}
fieldset,img,input {border:0;}
:focus {outline: none;}
address,caption,cite,code,dfn,th,var,strong,em {font-style:normal; font-weight:normal;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%; font-weight:normal; margin:0px; padding:0px;}
q:before,q:after {content:'"';}
abbr,acronym {border:0;}
p {margin-top:18px; margin-bottom:18px;}
textarea {overflow: auto; border:0;}

html{
    background-color:#ffffff;
    color:#444349;
    font-family: 'Raleway', sans-serif;
    font-size:22px;
    font-weight:300;
}

body{
    float:left;
    min-height:100%;
}

h1{
    font-family: 'Jura', sans-serif;
    font-size:110px;
    font-weight:300;
    color:#ffffff;
    line-height:1.5;
}

h2{
    font-family: 'Jura', sans-serif;
    font-size:45px;
    font-weight:300;
    color:#13a64f;
    margin-bottom:30px;
    line-height:1.15;
}

h3{
    font-family: 'Jura', sans-serif;
    font-size:45px;
    font-weight:300;
    color:#ffffff;
}

h4{
    font-family: 'Raleway', sans-serif;
    font-size:28px;
    font-weight:300px;
}

h5{
    font-family: 'Jura', sans-serif;
    font-size:24px;
    font-weight:400px;
}

li{
    margin:20px 0px 20px 0px;
}

a:link {
	text-decoration: none;
	color: #cccccc;
}
a:visited {
	text-decoration: none;
	color: #cccccc;
}
a:hover, a:active, a:focus {
	text-decoration: underline;
	color: #cccccc;
}


/* -- HEADER AND MENU PARTS -- */
#headerHolder{
    float:left;
    width:1px;
    height:155px;
    background-color:#ffffff;
    border-bottom:1px solid #13a64f;
}

#header{
    float:left;
    height:155px;
    width:1530px;
}

#headerLeft{
    float:left;
    width:286px;
}

#headerRight{
    float:right;
    width:1244px;
}

#logo{
    float:left;
    width:286px;
    height:81px;
    margin:10px 0px 0px 10px;
}

.topNumber{
    font-family: 'Raleway', sans-serif;
    font-size:30px;
    font-weight:700;
}

.mobileSub{
    position:absolute;
    top:130px;
    right:0px;
    width:190px;
    background:rgba(255,255,255,0.75);
    font-size:18px;
    line-height:2;
    z-index:2000;
}

.mobileSub a{
    color:#333333;
    text-decoration:none;
    margin-right:20px;
}

.mobileSub a:hover{
    color:#fe0000;
}

.mobileSub a:active{
    color:#ff9100;
}

#topMenu{
    float:right;
    width:1244px;
    height:81px;
    font-family: 'Jura', sans-serif;
    font-size:23px;
    color:#13a64f;
}

#topMenu div span {
    position:absolute;
    visibility:hidden;
    margin:22px 0px 0px -40px;
    z-index:1500;
}

#topMenu div span span {
    position:absolute;
    visibility:hidden;
    display:block;
    margin:-44px 0px 0px 90px;
    z-index:1500;
}

.menuItem{
    float:left;
    width: 200px;
    height:81px;
    text-align:center;
    cursor:pointer;
    background-color:transparent;
    padding-top:20px;
}

.menuItem a{
    color:#13a64f;
    text-decoration: none;
}

.menuItem a:hover{
    color:#444349;
}

.menuItem a:active{
    color:#13a64f;
}

.menuItemOver{
    float:left;
    width:248px;
    height:81px;
    text-align:center;
    cursor:pointer;
    background-color:transparent;
    padding-top:20px;
}

.menuItemOver a{
    color:#333333;
    text-decoration: none;
}

.menuItemOver a:hover{
    color:#ff0000;
}

.menuItemOver a:active{
    color:#ffcc00;
}

.subItem{
    width:180px;
    height:40px;
    background:#ffffff;
    padding:10px 0px 0px 8px;
    text-align:left;
    margin:2px;
}

.subItemOver{
    width:180px;
    height:40px;
    background:rgba(19,166,79,0.75);
    padding:10px 0px 0px 8px;
    text-align:left;
    margin:2px;
}

.subItemOver a{
    color:#ffffff;
}

.subItemOver a:hover{
    color:#ffffff;
}

/*SUPPORT CONTACT FORM CSS*/
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#page-wrapper {
  width: 640px;
  background: #FFFFFF;
  padding: 1em;
  margin: 1em auto;
  border-top: 5px solid #69c773;
  box-shadow: 0 2px 10px rgba(0,0,0,0.8);
}

h1 {
  margin-top: 0;
}

.field {
  margin: 1em 0;
}

label {
  display: block;
  margin-top: 2em;
  margin-bottom: 0.5em;
  color: #999999;
}

input {
  width: 100%;
  padding: 0.5em 0.5em;
  font-size: 1.2em;
  border-radius: 3px;
  border: 1px solid #D9D9D9;
}

textarea {
  width: 100%;
  height: 200px;
  padding: 0.5em 0.5em;
  font-size: 1.2em;
  border-radius: 3px;
  border: 1px solid #D9D9D9;
}

button {
  display: inline-block;
  border-radius: 3px;
  border: none;
  font-size: 0.9rem;
  padding: 0.5rem 0.8em;
  background: #69c773;
  border-bottom: 1px solid #498b50;
  color: white;
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
  margin: 0;
  width: 100%;
  text-align: center;
}

button:hover, button:focus {
  opacity: 0.75;
  cursor: pointer;
}

button:active {
  opacity: 1;
  box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.1) inset;
}

.success {
  padding: 1em;
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #468847;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.error {
  padding: 1em;
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #b94a48;
  background-color: #f2dede;
  border: 1px solid rgba(185, 74, 72, 0.3);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}


/*--- MOBILE MENU ---*/
#mobileMenuHolder{
	position:absolute;
	top:60px;
	right:10px;
	width:40px;
	height:40px;
	z-index:25;
	font-size:20px;
}

.mobileMenu {
	margin:0;
	padding:0;
	text-align: left;
	box-sizing:content-box;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
}

.mobileSub {
	position:absolute;
	right:10px;
	top:90px;
	visibility:hidden;
	z-index:1100;
	background:rgba(255,255,255,0.95);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
	padding:8px;
	width:200px;
}

.mobileSub a {
	color:#2a264c;
	text-decoration:none;
}

.mobileSub a:hover {
	color:#d4ad45;
}

.mobileMenuItem{
	float:left;
	width:100%;
	height:40px;
}

#phoneTop{
    float:right;
    width:430px;
    height:50px;
    background:#444349;
    text-align:center;
    padding-top:10px;
    font-family: 'Jura', sans-serif;
    font-size:28px;
    color:#13a64f;
}

/* -- FRONT PAGE CONTENT -- */

#frontContentHolder{
    float:left;
    width:1px;
    font-family: 'Jura', sans-serif;
    line-height:1.75;
    font-size:24px;
    color:#444349;
}

#grayBarHolder{
    float:left;
    width:1px;
    height:165px;
    background:#ced1d6;
}

#grayBarContent{
    float:left;
    width:1530px;
    height:165px;
    font-family: 'Jura', sans-serif;
    font-size:25px;
    color:#444349;
    line-height: 1.15;
    padding:40px 80px 0px 10px;
    background:#ced1d6 url('../images/deco-gray.png') top right no-repeat;
}

#backBarHolder{
    float:left;
    width:1px;
    height:245px;
    background-image:url('../images/bg-slide.png');
    margin-bottom:80px;
}

#backBarContent{
    float:left;
    width:1530px;
    height:245px;
    font-family: 'Jura', sans-serif;
    font-size:25px;
    color:#444349;
    line-height: 1;
    padding:40px 80px 0px 10px;
    color:#ffffff;
    font-size:45px;
}

.backText{
    padding:20px;
}

#frontContent{
    float:left;
    width:1530px;
}

.division{
    float:left;
    width:1530px;
    margin-top:120px;
}

.divisionIcon{
    float:left;
    width:206px;
    height:206px;
    text-align:center;
    background-position:0px 57px;
    background-repeat: no-repeat;
}

.divisionIconLabel{
    font-family: 'Jura', sans-serif;
    font-size:25px;
    color:#13a64f;
}

.divisionRight{
    background-image:url('../images/bg-button-right.png');
}

.divisionLeft{
    background-image:url('../images/bg-button.png');
}

.divisionContent{
    float:left;
    width:1190px;
    padding:10px;
    background:url('../images/line-gray.png') 0px 57px repeat-x;
    font-family: 'Raleway', sans-serif;
}

.divisionDetails{
    float:left;
    width:130px;
    height:206px;
}

#questionBoxHolder{
    float:left;
    width:1px;
    background:url('../images/bg-gray-square.jpg');
    margin-top:120px;
}

.questionBox{
    float:left;
    width:1530px;
    margin:40px 0px 40px 0px;
}

.questionButton{
    float:right;
    width:129px;
    height:40px;
    background-image:url('../images/button-plus.png');
    background-position: center center;
    background-repeat: no-repeat;
}

.questionButtonClose{
    float:right;
    width:129px;
    height:40px;
    background-image:url('../images/button-close.png');
    background-position: center center;
    background-repeat: no-repeat;
}

.questionContent{
    float:left;
    width:100%;
    height:auto;
    background:#ffffff;
    margin-top:-40px;
    overflow:hidden;
}

.questionText{
    float:left;
    width:100%;
    padding:20px;
}

.questionBorder{
    float:left;
    width:1401px;
    height:1px;
    background:#13a64f;
}

#frontContactHolder{
    float:left;
    width:1px;
}

#frontContact{
	float:left;
	width:1530px;
	margin-left:1px;
	font-family: 'Raleway', sans-serif;
	color:#444349;
	margin-top:120px;
}

#frontContactText{
    float:left;
    width:100%;
    padding:10px;
}

#footCenterLeft{
	float:left;
	width:765px;
	padding:10px;
}

#footCenterRight{
	float:right;
	width:765px;
	padding:10px;
}

.frontInput{
	float:left;
	width:745px;
	height:40px;
	margin-bottom:10px;
	border:1px solid #444349;
	padding:4px 4px 4px 10px;
	font-family: 'Raleway', sans-serif;
	font-size:18px;
}

.frontTextarea{
	float:left;
	width:745px;
	height:140px;
	margin-bottom:10px;
	border:1px solid #444349;
	padding:4px 4px 4px 10px;
	font-family: 'Raleway', sans-serif;
	font-size:18px;
}

.formButton{
	float:right;
	width:200px;
	height:40px;
	font-size:20px;
	text-align:center;
	border:1px solid #444349;
	padding-top:7px;
	margin-right:10px;
}

.formButtonHolder{
	margin-bottom:40px;
	width:100%;
	text-align:center;
}

#phoneBottom{
    text-align:center;
    font-size:30px;
}

#phoneBottom a:link{
    color:#13a64f;
}

#phoneBottom a:hover{
    color:#13a64f;
}

#phoneBottom a:active{
    color:#13a64f;
}

#phoneBottom a:visited{
    color:#13a64f;
}

#contentFootHolder{
	float:left;
	width:1px;
	background-color:#ced1d6;
	padding:60px 0px 60px 0px;
	margin-top:100px;
}

#contentFoot{
	float:left;
	width:1530px;
	font-weight:300;
	font-family: 'Jura', sans-serif;
    font-size:18px;
    font-weight:300;
	color:#ffffff;
	text-align:center;
}

#contentFoot a:link{
	color:#ffffff;
	text-decoration: none;
}

#contentFoot a:hover{
	color:#ffffff;
	text-decoration: underline;
}

#contentFoot a:active{
	color:#ffffff;
	text-decoration: underline;
}

#contentFoot a:visited{
	color:#ffffff;
	text-decoration: none;
}

.divider{
    float:left;
    width:100%;
    height:1px;
    border:1px solid #cccccc;
    margin:40px 0px 40px 0px;
}

.flexHolder{
    float:left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content:space-around;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width:100%;
    padding:20px;
}

.oneThird{
    float:left;
    width:300px;
    margin:10px;
}

.address{
    float:left;
    width:300px;
}

.map{
    float:left;
    width:300px;
    height:300px;
    margin-top:20px;
}

/*--- Liquid Slider Extras ---*/

#main{
    background-image:url('../images/bg-slide.png');
    background-position: top center;
    background-size: cover;
    color:#ffffff;
}

.slideHeadline{
    font-size:110px;
}
.slideText{
    font-size:45px;
}

.freeScan{
    padding:6px;
    background:#13a64f;
    margin:20px 0px 20px 0px;
    font-family: 'Jura', sans-serif;
    font-size:24px;
    font-weight:300;
}

.freeScan a:link{
    color:#ffffff;
    text-decoration: none;
}

.freeScan a:hover{
    color:#ffffff;
    text-decoration: none;
}

.freeScan a:active{
    color:#ffffff;
    text-decoration: none;
}

.freeScan a:visited{
    color:#ffffff;
    text-decoration: none;
}

.slideHolder{
    float:left;
    width:1px;
    height:1px;
}

.slideContent{
    position:relative;
    width:1530px;
    height:100%;
    margin:0px auto;
    padding:60px 40px 0px 40px;
}

.buttonHolder{
	position:absolute;
	top:-72px;
	left:0px;
	width:250px;
	height:110px;
	margin:0px auto;
	z-index:12;
}

.buttonMain{
	float:left;
	width:70px;
	height:70px;
	border-radius:35px;
	background-color:transparent;
	text-align:center;
	padding-top:0px;
	cursor: pointer;
	color:#666666;
}

.buttonMainTwo{
	width:30px;
	height:110px;
	background-color:rgba(255,255,255,0.5);
	background-position:7px 6px;
	background-repeat:no-repeat;
	padding:6px 0px 0px 7px;
	box-shadow:0px 0px 6px 6px rgba(0,0,0,0.025);
	cursor: pointer;
	color:#666666;
}

#buttonBack{
	float:left;
	background-image:url('../images/left-off.png');
}
#buttonNext{
	float:right;
	background-image:url('../images/right-off.png');
}

.buttonNav{
	opacity:0;
}


/***********************************************************************
*
*  Liquid Slider
*  Kevin Batdorf
*
*  http://liquidslider.kevinbatdorf.com
*
*  GPL license 
*
************************************************************************/

/******************************************************
* No JavaScript
* Use this to apply styles when Javascript is disabled,
* and be sure to include the ".no-js" class in your html 
* markup.
*******************************************************/
.no-js .liquid-slider {
  height:620px;
  overflow:scroll;
}

/******************************************************
* Preloader
* Use this to apply styles when Javascript is disabled,
* and be sure to include the ".no-js" class in your html 
* markup.
*******************************************************/
.liquid-slider-wrapper .liquid-slider-preloader {  
  background: url(../images/loading.gif) no-repeat center 75px;
  opacity:.90;
  /* Do not edit below this line */
  width:100%;
  height:200%;
  position:absolute;
  top:0;
  left:0;
}

/******************************************************************
* Base Styles 
* The styles here will apply to everything. I recommend you keep
* the styles in here specific to mobile defices, then use
* the media queries at the bottom to define further styles for larger
* screen-sizes. Think Mobile First. But be cautious of how
* your site will look in older IE browsers.
*
* Additional media queries are at the bottom of this document
******************************************************************/
.liquid-slider-wrapper {
  margin:0 auto;
  /* Do not edit below this line */
  clear: both;
  overflow: auto;
  position: relative;
}

/******************************************************
* Main Container
* This is the main container (minus the navigation).
* Be sure to match the width with the .panel class, 
* or it won't work properly. Also, width only applies
* if you are not using the responsive setting.
*
* The responsive slider will interpret the width as the
* max width instead
*******************************************************/
.liquid-slider-wrapper .liquid-slider {
  /*background: #f2f2f2;*/
  width: 1030px;
  /* Do not edit below this line */
  float: left;
  overflow: hidden;
  position: relative;
}
.liquid-slider-wrapper .panel-container {
  /* Do not edit below this line */
  position: relative;

}
.liquid-slider-wrapper .liquid-slider .panel-container .fadeClass {
  /* Do not edit below this line */
  position: absolute;
  top: 0; 
  left: 0;
  display: none;
}

/******************************************************
* Panels
* This is for the panels. If you are using the 
* responsive setting, this will act as the max-width
* for the entire slider.
*******************************************************/
.liquid-slider-wrapper .liquid-slider .panel {  
  width: 1030px;
  /* Do not edit below this line */
  display: block;
  float: left;
}

/******************************************************
* These provide a base starting point for images and
* video. However, you will have to add more rules
* based on the content you use. Use the @media queries 
* at the bottom of this file.
*******************************************************/
.liquid-slider-wrapper .liquid-slider .panel img{
  /*
  width:100%;
  height:auto;  
  margin:0 5px;
  */
}

.liquid-slider-wrapper .liquid-slider .panel video {
  /*
  width:100%;  
  height:auto;
  */
}

/******************************************************
* This is mainly used to adjust the padding inside each 
* panel. If you are using the responsive setting, you
* need to use the settings below as this will not apply.
*******************************************************/
.liquid-slider-wrapper .liquid-slider .panel-wrapper {  
  /*padding: 20px;*/
  /* Do not edit below this line */
  position:relative;
}

/*****************************************************
* This will adjust styles for all navigation tabs
* less of course the select box used for mobile 
* navigation. The .current styles will apply only to 
* the current tab.
*
* You may use this section to create navigation for
* mobile devices if you set mobileNavigation: false
* Be sure to edit media queries for larger devices below
* I have included an example below in comments.
*
* .currentCrossLink refers to external crosslinking.
*******************************************************/
.liquid-slider-wrapper .liquid-nav a {
  /*background: #d8d8d8;
  color: #333333;*/
  margin-right: 1px;
  padding: 3px 6px;  
}
.liquid-slider-wrapper .liquid-nav a:hover {
  /*background: #f2f2f2;
  color: #333333;*/
  text-shadow: none;
}
.liquid-slider-wrapper .liquid-nav .current {
  /*background: #f2f2f2;*/
}
.currentCrossLink {
  font-weight: bold;
}
.liquid-slider-wrapper .liquid-nav ul {  
  padding:0;
  /* Do not edit below this line */
  clear: both;
  display: block;
  margin: auto;
  overflow: hidden;
}
.liquid-slider-wrapper .liquid-nav ul li {
  /* Do not edit below this line */
  display: inline;
}
.liquid-slider-wrapper .liquid-nav ul li a {
 
  /* Do not edit below this line */
  display: block;
  float: left;
  text-decoration: none;
}
/*****************************************************
* Mobile Menu
* This will adjust styles for selectbox styles. I have
* included a simple example to create a custom select
* box.
*******************************************************/
.liquid-slider-wrapper .liquid-nav {
  overflow:hidden;
  clear:both;
}
.liquid-slider-wrapper .liquid-slider-select-box {  
  /* Delete these if you want the standard select box.
     Also delete the rules below */

  width: 100%;
  height: 35px;
  overflow: hidden;
  background: url(../images/menu.png) no-repeat right #ddd;
  
}
.liquid-slider-wrapper .liquid-slider-select-box select {  
  /* If you want the standard select box, use 
  width:100%
  And delete the rest of the styling here */

  width: 150%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance:none;
  background: transparent;
  padding: 5px;
  font-size: 110%;
  border: 1px solid #bbb;
  height: 35px;
  cursor:pointer;
}

/******************************************************
* Arrows
* This section refers to both the non-graphical and 
* graphical navigation arrows. 
*
* Some settings will be overwritten when using the 
* responsive setting.
*******************************************************/
.liquid-slider-wrapper .liquid-nav-left, .liquid-slider-wrapper .liquid-nav-right {
  /* Do not edit below this line */
  float: left;
}
.liquid-slider-wrapper .liquid-nav-left a, .liquid-slider-wrapper .liquid-nav-right a {
  /* non-graphical arrows */
  background: #000;
  color: #fff;
  padding: 5px;
  width: 100px;
  /* Do not edit below this line */
  display: block;
  text-align: center;
  text-decoration: none;
}
.liquid-slider-wrapper .liquid-nav-left-arrow, .liquid-slider-wrapper .liquid-nav-right-arrow {
  cursor: pointer;
  /* Do not edit below this line */
  float: left;
}
.liquid-slider-wrapper .liquid-nav-left-arrow a, .liquid-slider-wrapper .liquid-nav-right-arrow a {
  /* Do not edit below this line */
  display: block;
}
.liquid-slider-wrapper .liquid-nav-left, .liquid-slider-wrapper .liquid-nav-left-arrow {
  /* Do not edit below this line */
  clear: both;
}
.liquid-slider-wrapper .liquid-nav-right-arrow {
  width: 25px;
  height: 25px;
  background: url(../images/arrow.png) no-repeat top right;
  margin-top: 50px;
  margin-right: 5px;
  /* Do not edit below this line */
  position:relative;
}
.liquid-slider-wrapper .liquid-nav-left-arrow {
  width: 25px;
  height: 25px;
  background: url(../images/arrow.png) no-repeat top left;
  margin-top: 50px;
  margin-left: 5px;
  /* Do not edit below this line */
  position:relative;
}
.liquid-slider-wrapper .liquid-nav-left-arrow:hover {
  /* Left graphical arrows hover */
  background: url(../images/arrow.png) no-repeat bottom left;
}
.liquid-slider-wrapper .liquid-nav-left-arrow:active {
  /* Left graphical arrows click */
}
.liquid-slider-wrapper .liquid-nav-right-arrow:hover {
  /* Right graphical arrows hover */
  background: url(../images/arrow.png) no-repeat bottom right;
}
.liquid-slider-wrapper .liquid-nav-right-arrow:active {
  /* Right graphical arrows click */
}
.arrows .liquid-slider {
  /* Margin between slider and arrows */
  margin: 0 10px;
}

/******************************************************
* Responsive Styles
* Here are the main responsive styles. This mostly 
* covers the arrows, and most of the settings can be
* applied above.
*******************************************************/
.liquid-responsive .liquid-slider {
  /* Do not edit below this line */
  width: 100%;
  margin: 0;
}
.liquid-responsive .liquid-slider .panel .panel-wrapper {
  /*padding: 10px;*/
}
.liquid-responsive .liquid-nav-left {
  /* Left non-graphical arrows */
  /* Do not edit below this line */
  position: absolute;
  left: 0;
  z-index: 1;
}
.liquid-responsive .liquid-nav-left a {
  /* Left non-graphical arrows */
  /*background: #9A9A9A;*/
  width: 80px;
}
.liquid-responsive .liquid-nav-left a:hover {
  /* Left non-graphical hover */
  /*background: #747474;*/
}
.liquid-responsive .liquid-nav-right {
  /* Right non-graphical arrows */
  /* Do not edit below this line */
  position: absolute;
  right: 0;
  z-index: 1;
}
.liquid-responsive .liquid-nav-right a {
  /* Right non-graphical arrows */
  /*background: #9A9A9A;*/
  width: 80px;
}
.liquid-responsive .liquid-nav-right a:hover {
  /* Right non-graphical arrows hover */
  /*background: #747474;*/
}
.liquid-responsive .liquid-nav-left-arrow {
  /* Do not edit below this line */
  position: absolute;
  left: 0;
  z-index: 1;
}
.liquid-responsive .liquid-nav-right-arrow {
  /* Do not edit below this line */
  position: absolute;
  right: 0;
  z-index: 1;
}

/******************************************************************
* Larger Mobile Devices
* This is for devices like the Galaxy Note or something that's 
* larger than an iPhone but smaller than a tablet. 
******************************************************************/
@media only screen and (min-width: 481px) {
  .liquid-slider-wrapper .liquid-slider .panel img{
    /* Example */
    /*
    width:24%;
    margin:2px;
    */
  }

}

/******************************************************************
* Tablet & Smaller Laptops
* This will include tablets and some netbooks.
******************************************************************/
@media only screen and (min-width: 768px) {
  .liquid-slider-wrapper .liquid-slider .panel img{
    /* Example */
    /*
    width:24%;
    */
  }
  .liquid-responsive .liquid-slider .panel .panel-wrapper {
    /*padding: 20px 35px;*/
  }
}

/******************************************************************
* DESKTOP 
* This is the average viewing window. So Desktops, Laptops, and 
* in general anyone not viewing on a mobile device. Here's where
* you can add resource intensive styles.
******************************************************************/
@media only screen and (min-width: 1030px) {
  

}

/******************************************************************
* LARGE VIEWING SIZE 
* This is for the larger monitors and possibly full screen viewers.
******************************************************************/
@media only screen and (min-width: 1240px) {
  

}

/******************************************************************
* RETINA (2x RESOLUTION DEVICES)
* This applies to the retina iPhone (4s) and iPad (2,3) along with 
* other displays with a 2x resolution. You can also create a media
* query for retina AND a certain size if you want. Go Nuts.
******************************************************************/

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-device-pixel-ratio: 1.5) {
  

}