/*[fmt]0A40-1A0B-3*/
/*
Theme Name: Record Retrieve
Author: Digital Thing
Author URI: http://www.digitalthing.com.au
Description: Custom Built Wordpress Theme For Record Retrieve.
Version: 1.0

---------------------------------------------------------------------------------

[Table of contents]

1. CSS Reset - This avoids many common cross-browser issues and is standard on all my work.

2. Initial Styling - General tags, the background, global attributes (overridden by following regions).
2.1. Typography - These are the base style for all typography.

3. Header Region - Styles specific to header region, title, slug, top menu, etc.

4. Content Region - Styles for content appearance, blockquotes, posts, pages, wp-caption, etc.
4.1 - Common Elements - Basic Styles For Common Elements

5. Footer Region - Styles specific to the footer region.

6. Misc. & Plugins - Miscellaneous, override plugins, define last rule, fix anomalies, etc.

-----------------------------------------------------------------------------------
=== START SECTION 1 - CSS Reset ===*/
img{
    border-style: none;
}

input, textarea, select{
    font: 14px Arial, Helvetica, sans-serif;
    vertical-align: middle;
    color: #3C3C3C;
}

input[type=text], input[type=password], input[type=submit], textarea{
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}

form, fieldset{
    margin: 0;
    padding: 0;
    border-style: none;
}

header, footer, article, section, hgroup, nav, figure{
    display: block;
}

figure{
    margin: 0;
    padding: 0;
}

*:focus{
    outline: none;
}

/*=== END SECTION 1 - CSS Reset ===
=== START SECTION 2 - Initial Styling ===*/
#wrapper{
    overflow: hidden;
}

body{
    margin: 0;
    color: #373534;
    font: 14px / 17px Arial, Helvetica, sans-serif;
    background: #3C3C3C;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: none;
    min-width: 1002px;
}

/*=== START SECTION 2.1 - Typography ===*/
a{
    text-decoration: none;
    color: #EB2823;
}

a:hover{
    text-decoration: none;
}

a:active{
    background-color: transparent;
}

/*=== END SECTION 2.1 - Typography ===
=== END SECTION 2 - Initial Styling ===
=== START SECTION 3 - Header Region ===*/
#header{
    overflow: hidden;
    background: #FFF;
    border-bottom: 2px solid #EB2823;
}

#header .main, .sub-nav > nav{
    overflow: hidden;
    max-width: 960px;
    margin: 0 auto;
}

/*HEADER BUTTONS*/
.btn-holder{
    overflow: hidden;
    margin: 0 0 20px;
}

.btn-holder .opener{
    display: none;
}

.alighright{
    float: right;
}

a.btn-chat{
    float: left;
    font: bold 15px / 37px Asap, sans-serif;
    background: #3C3C3C;
    color: #FFF;
    padding: 0 22px 2px 41px;
    margin: 0 0 0 38px;
    border-radius: 0 0 14px 14px;
    position: relative;
    text-transform: uppercase;
	overflow:hidden;
}

a.btn-chat span {
	position: relative;
	display: inline-block;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
	 width: 100%;
	  text-align: center;
	  
}

a.btn-chat span::before {
	position: absolute;
	top: 100%;
	content: attr(data-hover);
	font-weight: 700;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

a.btn-chat:hover span,
a.btn-chat:focus span {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
}


a.btn-chat:hover{
    background: #222222;
}

a.btn-chat:before{
    content: '';
    width: 14px;
    height: 14px;
    background: #BAE905;
    position: absolute;
    top: 12px;
    left: 18px;
    border-radius: 7px;
    box-shadow: 0 0 4px 0 #BAE905;
    -webkit-box-shadow: 0 0 4px 0 #bae905;
}

.btn-list{
    float: left;
    padding: 0;
    margin: 0;
    list-style: none;
    font: bold 15px / 37px Asap, sans-serif;
    text-align: center;
    text-transform: uppercase;
}

.btn-list li{
    float: left;
    margin: 0 0 0 4px;
}

.btn-list a{
    float: left;
    padding: 0 5px 2px;
    min-width: 143px;
    background: #6E6E6E;
    color: #FFF;
    border-radius: 0 0 14px 0;
}


.btn-list a span {
	position: relative;
	display: inline-block;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
	  text-align: center;
	  
}

.btn-list a span:before {
	position: absolute;
	top: 100%;
	content: attr(data-hover);
	font-weight: 700;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.btn-list a:hover span,
.btn-list a:focus span {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
    white-space: nowrap;
left: 0;
}


.btn-list a:hover{
    background: #D71811;
}

.btn-login a:hover{
    background: #222222;
}

.btn-list .btn-signup{
    border-radius: 0 0 0 14px;
    background: #EB2823;
	overflow:hidden;
	-webkit-backface-visibility: hidden;
}


a.btn-signup span {
	position: relative;
	display: inline-block;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
	 min-width: 105px;
	  text-align: center;
       -webkit-backface-visibility: hidden;
	  
}

a.btn-signup span:before {
	position: absolute;
	top: 100%;
	content: attr(data-hover);
	font-weight: 700;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
    -webkit-transform: translateZ( 0 );
    -webkit-backface-visibility: hidden;
    white-space: nowrap;
left: 0;
}

a.btn-signup:hover span,
a.btn-signup:focus span {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
    -webkit-backface-visibility: hidden;
}




.btn-list .btn-signup:hover{
    border-radius: 0 0 0 14px;
    background: #DB1F1B;
}

a.btn-signup2:hover, .plan .btn:hover{
    background: #DB1F1B;
}

.navbar{
    position: relative;
    padding: 0 10px 21px;
    overflow: hidden;
}

.logo{
    float: left;
    width: 200px;
    height: 93px;
    text-indent: -9999px;
    overflow: hidden;
    background: url(images/record_logo_svg.svg) no-repeat;
    background-size: 200px 97px;
}

.no-svg .logo{
    background: url(images/sprite.png) no-repeat;
}

.logo a{
    display: block;
    height: 100%;
}

/*MAIN NAVIGATION*/
#main-nav{
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    bottom: 0;
    right: 10px;
    font: bold 15px / 17px Asap, sans-serif;
    text-transform: uppercase;
}

#main-nav li{
    float: left;
    padding: 0 0 17px;
    margin: 0 0 0 30px;
    position: relative;
}

#main-nav li:before, .sub-nav a:before{
    content: '';
    width: 25px;
    height: 14px;
    background: url(images/sprite.png) no-repeat 0 -98px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 0 0 0 -12px;
    display: none;
}

#main-nav li > ul{
    display: none;
}

#main-nav a {
	overflow: hidden;
	padding: 0 4px;
	height: 14px;
	color: #382F2D;
	display: block;
}

/*#main-nav a span {
	position: relative;
	display: inline-block;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}

#main-nav a span::before {
	position: absolute;
	top: 100%;
	content: attr(data-hover);
	font-weight: 700;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	color: #EB2823;
}

#main-nav a:hover span,
#main-nav a:focus span {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
}


#main-nav li.current_page_item span,
#main-nav li.current-page-ancestor span,
#main-nav li.current-menu-ancestor span{
   
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
}*/
#main-nav li a:hover,
#main-nav li.current_page_item a,
#main-nav li.current-page-ancestor a,
#main-nav li.current-menu-ancestor a{
   color: #EB2823;
    text-decoration: none;
}

#main-nav li.current_page_item:before,
#main-nav li.current-page-ancestor:before,
#main-nav li.current-menu-parent:before{
    display: block;
}

.sub-nav{
    overflow: hidden;
    background: #EB2823;
    font: bold 15px / 17px Asap, sans-serif;
    text-transform: uppercase;
    padding: 21px 0 0;
}

.sub-nav ul{
    padding: 0 10px;
    margin: 0;
    list-style: none;
    float: right;
}

.sub-nav li{
    float: left;
       margin: 0 0 0 25px;
}

.sub-nav a{
    float: left;
    color: #FFF;
    padding: 0 0 22px;
    position: relative;
}

.sub-nav a:before{
    background-position: -30px -98px;
}

.sub-nav a:hover{
    text-decoration: none;
}

 .sub-nav li.current_page_item a:before, .sub-nav li.current-menu-item a:before{
    display: block;
}

/*HOME SLIDESHOW*/
.carousel{
    position: relative;
}

.carousel .mask{
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.carousel .slideset{
    width: 99999px;
    float: left;
    padding-bottom: 10px;
    margin-top: 2px;
}

.carousel .videoslideset{
    width: 99999px;
    float: left;
    padding-bottom: 10px;
    margin-top: 2px;
}

.carousel .slide{
    float: left;
}

.intro-carousel .slideset{
    width: 100%;
}

.intro-carousel .mask{
    width: 100%;
}

.intro-carousel .slide{
    width: 100%;
    position: relative;
    min-height: 555px;
}

.intro-carousel .content{
    max-width: 938px;
    margin: 0 auto;
    padding: 80px 350px 120px 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.intro-carousel strong{
    display: block;
    color: #EB2823;
    font: bold 95px / 84px Asap, sans-serif;
    text-transform: uppercase;
    margin: 0 0 15px;
}

.intro-carousel strong p{
    margin:0 0 0 0!important;
}

a.btn-alt{
    float: left;
    text-transform: uppercase;
    color: #FFF;
    font: bold 23px / 50px Asap, sans-serif;
    background: #EB2823;
    padding: 0 5px;
    width: 211px;
    text-align: center;
    border-radius: 15px;
	overflow:hidden;
}


a.btn-alt span {
	position: relative;
	display: inline-block;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}

a.btn-alt span::before {
	position: absolute;
	top: 100%;
	content: attr(data-hover);
	font-weight: 700;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

a.btn-alt:hover span,
a.btn-alt:focus span {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
}

a.btn-alt:hover{
    background: #D71811 url(!Important);
}

.intro-carousel .img-holder{
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 0 0 0 -28px;
    z-index: -1;
}

.intro-carousel .slide2 .img-holder{
    margin-left: -55px;
}

.intro-carousel .slide3 .img-holder{
    margin-left: 98px;
}

.intro-carousel .slide4 .img-holder{
    margin-left: 25px;
}

.intro-carousel .slide5 .content{
    padding-right: 200px;
}

.intro-carousel .slide5 .img-holder{
    margin-left: 84px;
}

.intro-carousel .slide6 .img-holder{
    margin-left: 15px;
}

.intro-carousel .img-holder img{
    vertical-align: top;
}

.intro-carousel .btn-prev, .intro-carousel .btn-next{
    position: absolute;
    top: 50%;
    left: 0;
    margin: -70px 0 0;
    z-index: 2;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    overflow: hidden;
    background: #3C3C3C;
    border-radius: 0 8px 8px 0;
}

.intro-carousel .tp-leftarrow, .intro-carousel .tp-rightarrow{
    background-color: #3C3C3C !important;
    background-image: none !important;
    border-radius: 0 8px 8px 0 !important;
    -moz-border-radius: 0 8px 8px 0 !important;
    text-indent: -1000px;
    overflow: hidden;
}

.intro-carousel .tp-leftarrow:before, .intro-carousel .tp-rightarrow:before{
    content: '';
    width: 15px;
    height: 29px;
    background: url(images/sprite.png) no-repeat -148px -300px;
    position: absolute;
    top: 5px;
    left: 11px;
}

.intro-carousel .tp-rightarrow{
    left: auto;
    right: 10px !important;
    border-radius: 8px 0 0 8px !important;
}

.intro-carousel .tp-leftarrow{
    left: auto;
    left: 0px !important;
    /*+border-radius:0 8px 8px 0;*/
    -moz-border-radius: 0 8px 8px 0 !important;
    -webkit-border-radius: 0 8px 8px 0 !important;
    -khtml-border-radius: 0 8px 8px 0 !important;
    border-radius: 0 8px 8px 0 !important;
}

.intro-carousel .tp-rightarrow:before{
    background-position: -170px -300px;
    left: 14px;
}

.intro-carousel .btn-next{
    left: auto;
    right: 0;
    border-radius: 8px 0 0 8px;
}

.intro-carousel .btn-prev:before, .intro-carousel .btn-next:before{
    content: '';
    width: 15px;
    height: 29px;
    background: url(images/sprite.png) no-repeat -148px -300px;
    position: absolute;
    top: 5px;
    left: 11px;
}

.intro-carousel .btn-prev:hover:before{
    background: url(images/sprite.png) no-repeat -160px -509px;
}

.intro-carousel .btn-next:hover:before{
    background: url(images/sprite.png) no-repeat -182px -509px;
}

.intro-carousel .btn-next:before{
    background-position: -170px -300px;
    left: 14px;
}

/*=== END SECTION 3 - Header Region ===
=== START SECTION 4 - Content Region ===*/
#main{
    background: #FFF;
    padding: 16px 0 0;
    position: relative;
    z-index: 1;
}

#main:after{
    content: '';
    display: block;
    clear: both;
}

.main-holder{
    max-width: 942px;
    padding: 0 9px;
    margin: 0 auto;
}

.post{
    position: relative;
    padding: 0 400px 80px 0;
}

.search .post{
      position: relative;
  padding: 0;
  float: left;
  width: 46%;
  margin-right: 4%;
    min-height: 200px;
}

.full-post{
    position: relative;
    padding: 0 0px 40px 0;
}

.review-post{
    position: relative;
    padding: 0 0px 0px 0;
    width: 400px;
    float: left;
}

.page-template-page-review-php #sidebar{
    padding-top: 20px;
    width: 300px;
}

.page-template-subnav-page-php #sidebar {
width: 300px;
padding-top: 10px;
z-index: 999999;
position: relative;
}


#sidebar.sibebar_signup blockquote {
margin: 0 0 68px -9px;
border: 4px solid #C9C9C9;
padding: 10px 20px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border-radius: 25px;
position: relative;
}

#sidebar.sibebar_signup blockquote ul {
padding-left: 0px;
padding-top: 10px;
}

#sidebar.sibebar_signup blockquote li {
padding-left: 0px;
margin-bottom: 10px;
list-style: none;
font-weight: bold;
}

#sidebar.sibebar_signup blockquote li a {
color: #382F2D;
}

#sidebar.sibebar_signup blockquote li a:hover {
color: #EB2823
}

#sidebar.sibebar_signup blockquote:after {
background: none !important;
}

.page-template-subnav-page-php #sidebar .widget_title {
border: 0px none;
color: #EB2823 !important;
font: bold 22px / 30px Asap, sans-serif;
}

.page-template-page-review-php  .widget_title {
    font: bold 25px / 25px Asap, sans-serif;
}


.post:after, .full-post:after{
    content: '';
    display: block;
    clear: both;
}

/* SIGN UP PAGE STYLES */

.page-template-page-signup-php .main-holder h2 {
color: #3C3C3C !important;
font: bold 14px / 17px Helvetica, Arial, sans-serif;
border-bottom: 2px solid #3C3C3C;
padding: 0 0 2px;
}

.page-template-page-signup-php .full-post{
    position: relative;
    padding: 0 0px 0px 0;
    float: left;
    width:  550px;
}

.page-template-page-signup-php  #sidebar{
    width: 300px;
    padding-top: 20px;
}

.page-template-page-signup-php  #sidebar .widget_title{
 border: 0px none;   
 color: #eb2823 !important;
 font: bold 22px / 30px Asap, sans-serif;
}





#main h1{
    font: bold 50px / 55px Asap, sans-serif;
    color: #EB2823;
    text-transform: uppercase;
    margin: 0 0 19px -3px;
}

#main h2{
    font-size: 17px;
    line-height: 17px;
    color: #EB2823;
    text-transform: uppercase;
    margin: 0 0 17px ;
}

.page-id-16 #main h1{
    margin-top: 55px;
}

.section{
    padding: 0 0 24px;
    position: relative;
}

.section:after{
    content: '';
    display: block;
    clear: both;
}

#main .section h2{
    color: #3C3C3C;
    font: bold 14px / 17px Helvetica, Arial, sans-serif;
    border-bottom: 2px solid #3C3C3C;
    padding: 0 0 2px;
}

.post p{
    margin: 0 0 17px;
}

.post .content{
    padding: 0 0 26px;
}

.more{
    color: #6E6E6E;
    text-transform: uppercase;
}

.post blockquote, .resource-post blockquote, #sidebar blockquote{
    margin: 0 0 68px -9px;
    border: 4px solid #C9C9C9;
    padding: 9px 21px 9px 58px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 460px;
    border-radius: 25px;
    position: relative;
}
 .resource-post blockquote {
       margin: 0 0 28px -9px;
      max-width: 660px;
}

.post blockquote:before, .resource-post blockquote:before, .post blockquote:after, .resource-post blockquote:after, #sidebar blockquote:after, .post blockquote q:before, .resource-post blockquote q:before, #sidebar blockquote q:before{
    content: '';
    width: 36px;
    height: 22px;
    background: url(images/sprite.png) no-repeat -60px -98px;
    position: absolute;
    bottom: -22px;
    left: 32px;
}

.post blockquote:after, .resource-post blockquote:after, #sidebar blockquote:after{
    width: 24px;
    height: 20px;
    background-position: -102px -98px;
    bottom: 11px;
    right: 21px;
    left: auto;
}

.post blockquote q:before, .resource-post blockquote q:before, #sidebar blockquote q:before{
    content: '';
    width: 24px;
    height: 20px;
    background: url(images/sprite.png) no-repeat -130px -98px;
    top: 12px;
    left: 18px;
}

.post blockquote q, .resource-post blockquote q, #sidebar blockquote q{
    quotes: none;
    display: block;
    padding: 0 0 9px;
}

.post blockquote q:before, .resource-post blockquote q:before, #sidebar blockquote q:before, .post blockquote q:after, .resource-post blockquote q:after, #sidebar blockquote q:after{
    content: "";
}

.post blockquote cite, .resource-post blockquote cite, #sidebar blockquote cite {
    display: block;
    font-weight: bold;
    font-style: normal;
    padding: 0 35px 0 0;
}
#sidebar blockquote cite {
    font-size: 12px;
}

.btn-row{
    display: block;
}


.btn-row:after{
    content: '';
    display: block;
    clear: both;
}

a.btn-signup2{
    float: left;
    background: #EB2823;
    font: bold 23px / 50px Asap, sans-serif;
    text-transform: uppercase;
    color: #FFF;
    padding: 0 30px;
    text-align: center;
    width: auto;
    border-radius: 15px;
	display:block;
	overflow: hidden;
}


a.btn-signup2 span {
	position: relative;
	display: inline-block;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
	 width: 100%;
	  text-align: center;
	  
}

a.btn-signup2 span::before {
	position: absolute;
	top: 100%;
	content: attr(data-hover);
	font-weight: 700;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

a.btn-signup2:hover span,
a.btn-signup2:focus span {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
}



.resource-post a.btn-signup2{
    float: left;
    background: #EB2823;
    font: bold 17px / 40px Asap, sans-serif;
    text-transform: uppercase;
    color: #FFF;
    padding: 0 30px;
    text-align: center;
    width: auto;
    border-radius: 15px;
	display:block;
	overflow: hidden;
}



.resource-post a.btn-signup2 span {
	position: relative;
	display: inline-block;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
	 width: 100%;
	  text-align: center;
	  
}

.resource-post a.btn-signup2 span::before {
	position: absolute;
	top: 100%;
	content: attr(data-hover);
	font-weight: 700;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.resource-posta.btn-signup2:hover span,
.resource-post a.btn-signup2:focus span {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
}

.post-img{
    position: absolute;
    bottom: 0;
    right: 39px;
    z-index: -1;
}

.post-img2{
    right: 0;
}

.post-img-26{
    right: -389px;
    bottom: -1x;
}

.post-img-16{
    bottom: 0px;
    right: -35px;
    z-index: 0;
}

.post-img-24, .post-img-364, .post-img-1327{
    right: -102px;
}

.post-img img{
    vertical-align: top;
}

.resource-post{
    width: 660px;
    float: left;
       padding-bottom: 20px;
}

.featured_image{
    padding-bottom: 20px;
}

.blog .post, .post-type-archive-casestudies_pt .casestudies_pt{
    width: 300px;
    float: left;
    padding: 0px 30px 35px 0px;
    overflow: auto;
min-height: 450px;

}

.blog .post .header-holder, .post-type-archive-casestudies_pt .casestudies_pt .header-holder{
    margin: 7px 0 7px 0px;
    padding: 0 0 3px;
}

.blog .post h2,
.post-type-archive-casestudies_pt .casestudies_pt h2,
.blog .post .header-holder h2 a,
.archive .resource-post .header-holder h2 a,
.post-type-archive-casestudies_pt .casestudies_pt .header-holder h2 a{
    color: #3C3C3C;
    font: bold 15px / 17px Asap, sans-serif;
    margin: 0px !important;
    padding: 0px !important;
}

.blog_subhead{
    color: #3C3C3C !important;
    font: bold 15px / 17px Asap, sans-serif;
    border-bottom: 2px solid #3C3C3C;
    margin: 0 0 7px;
    padding: 0 0 3px;
    max-width: 640px;
}

.blog_more{
    float: left;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    margin: 3px 0 0;
    padding: 0 29px 0 0;
    color: #3C3C3C;
}

.blog_more:before{
    content: '';
    width: 20px;
    height: 20px;
    background: url(images/sprite.png) no-repeat -180px -108px;
    position: absolute;
    top: 0;
    right: 0;
}

.widget_title{
    color: #3C3C3C !important;
    font: bold 17px / 17px Asap, sans-serif;
    border-bottom: 2px solid #3C3C3C;
    margin: 0 0 7px;
    padding: 0 0 3px;
    text-transform: uppercase;
}

.sidebarsocial{
    width: 100%;
    margin-bottom: 20px;
    float: left;
}
.sidebarsocial ul{
    list-style: none;
    margin: 0px;
    padding: 0px;    
}

.sidebarsocial li{
   float: left;
}

.sidebarsocial li a{
   display: block;
   width:  44px;
   height: 44px;
   margin-right: 7px;   
}

.sidebarsocial li a.google {
    background: url(images/blog_followUs_icons.jpg) no-repeat -154px 0px;
}

.sidebarsocial li a.facebook {
     background: url(images/blog_followUs_icons.jpg) no-repeat  -52px 0px;
}

.sidebarsocial li a.twitter {
     background: url(images/blog_followUs_icons.jpg) no-repeat  -103px 0px;
}

.sidebarsocial li a.linkedin {
     background: url(images/blog_followUs_icons.jpg) no-repeat 0px 0px;
}

.sidebarsocial li a.rss {
         background: url(images/blog_followUs_icons.jpg) no-repeat  -206px 0px;
       margin-right: 0px;   
}

.gform_widget{
    margin-bottom: 20px;
}

#menu-faq-menu{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#menu-faq-menu li a{
    font: normal 14px / 24px Asap, sans-serif;
    color: #373534;
}

#menu-faq-menu li a:hover, #menu-faq-menu li.current-menu-item a {
    font: bold 14px / 24px Asap, sans-serif;
    color: #ED241F;
}

#sidebar{
    padding-top: 75px;
    width: 250px;
    float: right;
}

#sidebar .video-area{
    margin-top: 25px;
}

#sidebar .video-area .holder .description{
    float: left;
    clear: both;
}

#sidebar .video-area .holder{
    padding-left: 10px;
}

#sidebar .video-post{
    min-height: 100px;
}

#sidebar .video-area h2{
    width: 215px;
}

#sidebar .widget_rr_latest_case, #sidebar .widget_rr_latest_blog{
    margin-bottom: 40px;
    overflow: auto;
}

#sidebar .widget_rr_latest_case a, #sidebar .widget_rr_latest_blog a{
    color: #3C3C3C;
}

.offer-list{
    overflow: hidden;
    padding: 10px 1px 15px;
    margin: 0;
    list-style: none;
    text-align: center;
}

.offer-list li{
    float: left;
    width: 162px;
    background: url(images/separator1.png) no-repeat;
    min-height: 204px;
    padding: 85px 20px 0 21px;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.offer-list li:first-child{
    background: none;
}

.offer-list figure{
    position: absolute;
    top: 16px;
    left: 0;
    width: 100%;
}

.offer-list strong{
    display: block;
    margin: 0 0 1px;
}

.post-alt{
    padding: 79px 311px 107px 0;
}

.post-alt p{
    margin: 0;
}

.post-alt .content{
    padding: 0 189px 93px 0;
}

.inner-posts{
    overflow: hidden;
    border-top: 2px solid #EB2823;
    padding: 36px 0;
}

.inner-posts section{
    float: left;
    width: 50%;
    padding: 0 55px 0 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#main .inner-posts h2{
    color: #3D3936;
    font: bold 15px / 17px Asap, sans-serif;
    margin: 0 0 12px;
}

.page article.post{
    min-height: 485px;
}

/*RESOURCES*/
.video-area{
    overflow: hidden;
    padding: 9px 1px 14px;
}

.video-area .holder{
    background: #373534;
    padding: 8px 0 0px 14px;
    overflow: hidden;
}

.video{
    float: left;
    padding: 4px 10px 2px 0;
}

.video p{
    margin: 0px;
}

.video iframe{
    width: 546px !important;
    height: 295px !important;
}

aside .video iframe{
    width: 100% !important;
    border: none;
    height: 210px !important;
}

.switch_videos .hidden_content{
    display: none;
}

.video img{
    vertical-align: top;
    width: 100%;
}

.video-area .description{
    overflow: hidden;
}

#main .video-area h2{
    font-size: 14px;
    line-height: 17px;
    padding: 0 10px 3px 0;
    margin: 0 0 15px 2px;
    border-bottom: 2px solid #EB2823;
}

.video-post{
    color: #FFF;
    padding: 0 10px 10px 2px;
    min-height: 206px;
}

.video-post h3{
    margin: 0;
    font-size: 14px;
    line-height: 17px;
}

.video-post a{
    color: #FFF;
}

.video-post p{
    margin: 0;
}

.video-area .carousel{
    overflow: hidden;
}

.video-area .btn-prev, .video-area .btn-next{
    float: left;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    overflow: hidden;
    background: url(images/sprite.png) no-repeat 0 -396px;
    margin: 5px 9px 0 0;
}

.video-area .btn-next{
    background-position: -50px -396px;
    margin: 5px 0 0 7px;
}

.video-area .mask-wrapper{
    position: relative;
    overflow: hidden;
    float: left;
}

.video-area .mask{
    width: 270px;
    float: left;
    margin: 0 0 0 -6px;
}

.video-area .slide{
    padding: 0 0 0 6px;
}

.video-area .slide a{
    float: left;
    border: 1px solid #373534;
    padding: 2px;
}

.video-area .slide a:hover, .video-area .slide.active a{
    border-color: #777675;
}

.video-area .slide img{
    vertical-align: top;
}

.latest-posts{
    overflow: hidden;
    padding: 0 1px 6px;
}

#main .latest-posts h2{
    margin: 0 0 7px;
    padding: 0 0 3px;
    color: #3C3C3C;
    font: bold 15px / 17px Asap, sans-serif;
    border-bottom: 2px solid #3C3C3C;
}

#main .latest-posts .section-alt h2{
    margin: 0 0 3px;
}

.latest-posts a{
    color: #373534;
}

.latest-posts h3{
    font: bold 15px / 17px Asap, sans-serif;
    margin: 0 0 2px;
    text-transform: uppercase;
    color: #382F2D;
}

.latest-posts h3 a{
    color: #382F2D;
}

.latest-posts .row{
    overflow: hidden;
    margin: 0 0 55px -20px;
}

.latest-posts section{
    float: left;
    width: 50%;
    padding: 0 0 0 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.latest-posts img{
    vertical-align: top;
    width: 100%;
    margin: 0 0 13px;
}

.latest-posts p{
    margin: 0;
}

.latest-posts footer{
    overflow: hidden;
    padding: 30px 0 0;
}

.latest-posts .section-alt footer{
    padding: 13px 0 0;
}

.latest-posts .share, .post .share, .post-type-archive-casestudies_pt .share{
    float: right;
}

.single_post_footer .share{
    float: left;
}

.single_post_footer {
    margin:  20px 0px 8px 0px;
     padding:  8px 0px;
    border-top: 2px solid #3C3C3C;
    border-bottom: 2px solid #3C3C3C;
    float: left;
width: 100%;
}

.post-type-archive-casestudies_pt .share {
    display: none;
}

.single_post_footer .returnToBlog{
      float: right;
    text-transform: uppercase;
    margin: 4px 0 0;
}
.single_post_footer .returnToBlog a {
    color: #373534;
    font: 14px / 17px Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.latest-posts .share strong, .post .share strong, .post-type-archive-casestudies_pt .share strong, .single_post_footer .share strong{
    float: left;
    text-transform: uppercase;
    margin: 4px 0 0;
}


.latest-posts .share ul, .post .share ul, .post-type-archive-casestudies_pt .share ul, .single_post_footer .share ul{
    float: left;
    padding: 0;
    margin: 0;
    list-style: none;
}

.latest-posts .share li, .post .share li, .post-type-archive-casestudies_pt .share li, .single_post_footer .share li{
    float: left;
    margin: 0 0 0 5px;
}

.latest-posts .share a, .post .share a, .post-type-archive-casestudies_pt .share a, .single_post_footer .share a{
    float: left;
    width: 23px;
    height: 23px;
    text-indent: -9999px;
    overflow: hidden;
    background: url(images/sprite.png) no-repeat;
}

.latest-posts .share a.facebook, .post .share a.facebook, .post-type-archive-casestudies_pt .share a.facebook, .single_post_footer .share a.facebook{
    background-position: -160px -350px;
}

.latest-posts .share a.twitter, .post .share a.twitter, .post-type-archive-casestudies_pt .share a.twitter, .single_post_footer .share a.twitter{
    background-position: -160px -376px;
}

.latest-posts .share a.google-plus, .post .share a.google-plus, .post-type-archive-casestudies_pt .share a.google-plus, .single_post_footer .share a.google-plus{
    background-position: -160px -402px;
}

.btn-more{
    float: left;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    margin: 3px 0 0;
    padding: 0 29px 0 0;
}

.btn-more:before{
    content: '';
    width: 20px;
    height: 20px;
    background: url(images/sprite.png) no-repeat -180px -108px;
    position: absolute;
    top: 0;
    right: 0;
}

/*CONTACT*/
.contact{
    overflow: hidden;
}

.contact ul{
    padding: 0 10px 0 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
    text-align: justify;
}

.contact li, .contact ul:after{
    display: inline-block;
    vertical-align: top;
}

.contact ul:after{
    width: 100%;
    height: 0;
    font-size: 0;
    line-height: 0;
    content: '';
}

.contact li{
    text-align: center;
    position: relative;
    padding: 65px 0 22px;
    margin: 0 50px -17px 0;
}

.contact li:last-child{
    margin: 0 0 -17px;
}

.contact .holder{
    width: 144px;
}

.contact li.chat, .contact li.email{
	cursor: pointer;
}


.contact .holder:before{
    content: '';
    background: url(images/sprite.png) no-repeat;
    position: absolute;
    top: 0;
    left: 50%;
}

.contact .chat .holder:before{
    width: 66px;
    height: 50px;
    top: 1px;
    background-position: 0 -320px;
    margin: 0 0 0 -33px;
       cursor: pointer;
}

.contact .email .holder:before{
    width: 59px;
    height: 41px;
    background-position: -74px -300px;
    margin: 0 0 0 -30px;
       cursor: pointer;
}

.contact .call .holder:before{
    width: 76px;
    height: 41px;
    background-position: -74px -350px;
    margin: 0 0 0 -38px;
}

.contact strong{
    display: block;
    font: bold 15px / 17px Asap, sans-serif;
    margin: 0 0 11px;
}

.contact .call .btn{
    display: none;
}

a.btn{
    display: block;
    padding: 0 5px;
    width: 106px;
    text-align: center;
    color: #FFF;
    background: #EB2823;
    font: bold 15px / 31px Asap, sans-serif;
    text-transform: uppercase;
    margin: 0 auto 10px;
    border-radius: 10px;
}

.contact .number{
    display: block;
    color: #EB2823;
    font: bold 20px / 25px Helvetica, Arial, sans-serif;
    padding: 2px 0 14px;
}

/*PLANS / PRICING PAGE*/
.plans{
    padding: 24px 0 0;
    margin: 0 0 13px -9px;
    position: relative;
}

.plans:after{
    content: '';
    display: block;
    clear: both;
}

.plan{
    float: left;
    width: 230px;
    background: #F8F3EE;
    text-align: center;
    font: 14px / 18px Asap, sans-serif;
    color: #3C3C3C;
    position: relative;
    min-height: 450px;
    margin: 0 0 0 9px;
}

.plan-alt{
    background: #E7E0DC;
}

.plan h3{
    font: bold 18px / 21px Asap, sans-serif;
    margin: 0;
    text-transform: uppercase;
    color: #FFF;
    background: #3C3C3C;
    padding: 13px 40px 11px;
}

.plan .content{
    overflow: hidden;
    padding: 19px 15px 84px;
}

.plan-alt .content{
    padding: 19px 40px 84px;
}

.plan .price-box{
    overflow: hidden;
    font-size: 12px;
    line-height: 16px;
    padding: 0 0 15px;
    min-height: 62px;
}

.plan .price, .plan .title{
    display: block;
    font-weight: normal;
    font-size: 19px;
    line-height: 21px;
    margin: 0 0 3px;
}

.plan .title{
    padding: 0 0 8px;
    min-height: 65px;
}

.plan .price-alt{
    display: block;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 4px;
}

.plan p{
    margin: 0;
}

.plan h4{
    margin: 0 0 17px;
    text-transform: uppercase;
    color: #EB2823;
    font-size: 14px;
    line-height: 18px;
}

.plan .content ul{
    width: 164px;
    padding: 0 0 2px 16px;
    margin: 0 auto 9px;
    list-style: none;
    text-align: left;
    font-weight: bold;
    position: relative;
}

.plan .content ul:before, .plan .details h4:before{
    content: '';
    width: 100%;
    height: 1px;
    background: #D8D4CF;
    border-bottom: 1px solid #FCF9F7;
    position: absolute;
    bottom: 0;
    left: 0;
}

.plan li{
    overflow: hidden;
    position: relative;
    padding: 0 0 10px 26px;
}

.plan li:before{
    content: '';
    width: 17px;
    height: 15px;
    background: url('images/plan_bulletPoints.png') no-repeat 0px 0px;
    position: absolute;
    top: 2px;
    left: 0;
}

.plan li.disabled{
    font-weight: normal;
    color: #6E6E6E;
}

.plan li.disabled:before{
     background: url('images/plan_bulletPoints.png') no-repeat 0px -17px;
}


.details li:before{
    content: '';
    width: 9px;
    height: 9px;
    background: #EB2823;
    border-radius: 5px;
    position: absolute;
    top: 4px;
    left: 0;
}

.details li.disabled{
    font-weight: normal;
    color: #6E6E6E;
}

.details li.disabled:before{
    background: #ADAAA7;
}

.plan .learn-more{
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 0 12px 0 0;
    font: 14px / 17px Arial, Helvetica, sans-serif;
    color: #3C3C3C;
}

.plan .learn-more:before{
    content: '';
    width: 6px;
    height: 10px;
    background: url(images/sprite.png) no-repeat -96px -402px;
    position: absolute;
    top: 50%;
    margin: -5px 0 0;
    right: 0;
}

.plan .btn-row{
    position: absolute;
    bottom: 18px;
    left: 0;
    width: 100%;
}

.plan .btn{
    margin: 0 auto;
    line-height: 40px;
    width: 136px;
    border-radius: 12px;
	overflow: hidden;
}

.plan .btn span {
	position: relative;
	display: inline-block;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}

.plan .btn span::before {
	position: absolute;
	top: 100%;
	content: attr(data-hover);
	font-weight: 700;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.plan .btn:hover span,
.plan .btn:focus span {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
}



.plan .popular{
    width: 89px;
    height: 89px;
    text-indent: -9999px;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    background: url(images/text-most-popular.png) no-repeat;
}

.section .note p{
    margin: 0;
}

.call-out{
    width: 201px;
    position: absolute;
    bottom: 67px;
    right: 12px;
    min-height: 202px;
    color: #FFF;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 26px 13px 15px;
    text-align: center;
    z-index: 1;
}

.call-out:before, .call-out:after{
    content: '';
    width: 100%;
    height: 100%;
    background: #3C3C3C;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    z-index: -2;
}

.call-out:after{
    z-index: -1;
    width: 50%;
    height: 50%;
    border-radius: 0;
}

.call-out h3{
    margin: 0 0 6px;
    text-align: left;
    color: #B1DE04;
    font: bold 18px / 21px Asap, sans-serif;
    text-transform: uppercase;
}

.call-out p{
    margin: 0;
}

.plan-options ul{
    padding: 19px 0 38px;
    margin: 0 0 0 -72px;
    list-style: none;
    overflow: hidden;
    text-align: center;
    font: bold 14px / 17px Asap, sans-serif;
    color: #3C3C3C;
}

.plan-options li{
    float: left;
    padding: 89px 0 20px;
    margin: 0 0 0 72px;
    position: relative;
}

.plan-options li:before{
    content: '';
    width: 63px;
    height: 62px;
    background: url(images/sprite.png) no-repeat;
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 0 0 -32px;
}

.plan-options li.fees:before{
    background-position: 0 -438px;
}

.plan-options li.contracts:before{
    background-position: -68px -438px;
}

.plan-options li.cancel:before{
    background-position: -136px -438px;
    width: 64px;
}

.plan-options li.storage:before{
    background-position: 0 -506px;
}

.plan .details{
    position: absolute;
    top: 0;
    left: 100%;
    height: 100%;
    width: 481px;
    background: #F3ECE4;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 44px 50px 34px;
    text-align: left;
    color: #000;
    line-height: 17px;
    display: none;
}

.plan .details .close{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 44px;
    height: 43px;
    background: url(images/sprite.png) no-repeat -68px -506px;
    text-indent: -9999px;
    overflow: hidden;
}

.plan .details h4{
    text-transform: uppercase;
    font-size: 22px;
    line-height: 25px;
    position: relative;
    padding: 0 0 12px 3px;
    margin: 0 0 18px;
}

.plan .details h4:before{
    background: #D4CEC7;
    border-color: #F9F6F2;
}

.plan .details .main{
    padding: 0 0 0 22px;
}

.plan .details ul{
    width: auto;
    margin: 0;
    padding: 0;
    list-style: none;
    font-weight: normal;
}

.plan .details li{
    padding: 0 0 20px 22px;
}

.plan .details li:before{
    top: 7px;
    left: 3px;
}

.plan .details h5{
    margin: 0 0 4px;
    font-size: 16px;
    line-height: 19px;
}

/*HOW IT WORKS*/
.intro{
    overflow: hidden;
    margin: 0 0 55px;
}

.intro p{
    margin: 0;
}

.steps{
    padding: 63px 0 0;
    margin: 0 0 0 -74px;
    list-style: none;
    overflow: hidden;
    color: #6E6E6E;
    text-align: center;
    font-family: Helvetica, Arial, sans-serif;
}

.steps li{
    float: left;
    padding: 71px 0 25px;
    margin: 0 0 0 100px;
    position: relative;
    width: 180px;
}

.steps li.step2{
    width: 250px;
}

.steps li.step3{
    width: 190px;
}

.steps li:before{
    content: '';
    background: url(images/ico-sprite.png) no-repeat;
    position: absolute;
    top: 0;
    left: 50%;
}

.steps li.step1:before{
    width: 89px;
    height: 51px;
    margin: 0 0 0 -45px;
}

.steps li.step2:before{
    width: 63px;
    height: 46px;
    background-position: 0 -56px;
    margin: 0 0 0 -31px;
    top: 3px;
}

.steps li.step3:before{
    width: 72px;
    height: 50px;
    background-position: 0 -108px;
    margin: 0 0 0 -36px;
    top: 1px;
}

.steps p{
    margin: 0;
}

.steps strong{
    display: block;
    text-transform: uppercase;
    font: bold 18px / 21px Asap, sans-serif;
    margin: 0 0 15px;
}

.steps strong span{
    padding: 0 0 0 4px;
}

.info{
    overflow: hidden;
    margin: 0 -11px 0px;
    padding: 25px 0 0;
}

.tabset-open-close .holder{
    display: none;
}

.tabset-open-close .js-slide-hidden{
    position: static !important;
}

.info .tabset{
    padding: 0;
    margin: 0 0 -2px;
    list-style: none;
    display: table;
    width: 100%;
    table-layout: fixed;
    border-spacing: 2px;
    text-align: center;
    font: bold 13px / 35px Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}

.info .tabset li{
    display: table-cell;
}

.info .tabset a{
    display: block;
    background: #6E6E6E;
    color: #FFF;
    padding: 4px 5px 0;
    border-radius: 16px 16px 0 0;
}

.info .tabset a:hover, .info .tabset li.ui-state-active a{
    text-decoration: none;
    background: #3C3C3C;
}

.info .tab-content{
    overflow: hidden;
    position: relative;
    margin: 0 2px;
    padding: 23px 10px 15px;
    min-height: 459px;
    background: #F8F3EE;
    color: #3D3936;
    line-height: 16px;
}

.info h3{
    margin: 0 0 10px;
    color: #3C3C3C;
    text-transform: uppercase;
    font: bold 14px / 17px Helvetica, Arial, sans-serif;
}

.info .content-holder{
    min-height: 83px;
    padding: 0 150px 28px 18px;
    overflow: hidden;
}

.info p{
    margin: 0 0 17px;
}

.step-list{
    padding: 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
    text-align: center;
    color: #6E6E6E;
}

.step-list li{
    float: left;
    position: relative;
    padding: 87px 0 42px;
    margin: 0 0 0 133px;
    width: 184px;
}

.step-list li.item2{
    width: 200px;
}

.step-list li:first-child{
    margin-left: 0;
}

.step-list li:before, .step-list li:after{
    content: '';
    background: url(images/ico-sprite.png) no-repeat;
    position: absolute;
    top: 0;
    left: 50%;
}

.step-list li.ico1:before{
    width: 39px;
    height: 66px;
    background-position: 0 -162px;
    margin: 0 0 0 -20px;
}

.step-list li.ico2:before{
    width: 99px;
    height: 57px;
    background-position: 0 -234px;
    margin: 0 0 0 -50px;
    top: 7px;
}

.step-list li.ico3:before{
    width: 68px;
    height: 49px;
    background-position: 0 -296px;
    margin: 0 0 0 -34px;
    top: 12px;
}

.step-list li.ico4:before{
    width: 67px;
    height: 66px;
    background-position: 0 -349px;
    margin: 0 0 0 -34px;
}

.step-list li.ico5:before{
    width: 62px;
    height: 62px;
    background-position: 0 -420px;
    margin: 0 0 0 -31px;
    top: 3px;
}

.step-list li.ico6:before{
    width: 90px;
    height: 52px;
    background-position: 0 -486px;
    margin: 0 0 0 -45px;
    top: 8px;
}

.step-list li.ico7:before{
    width: 39px;
    height: 66px;
    background-position: 0 -542px;
    margin: 0 0 0 -20px;
}

.step-list li.ico8:before{
    width: 104px;
    height: 66px;
    background-position: 0 -612px;
    margin: 0 0 0 -52px;
}

.tab-photo{
    position: absolute;
    bottom: 130px;
    right: 42px;
}

.tab-photo img{
    vertical-align: top;
}

.info img.alignright{
    float: right;
    margin: 32px -121px 0 20px;
}

.step-list li:after{
    width: 33px;
    height: 27px;
    background-position: -50px -162px;
    top: 26px;
    left: -105px;
}

.step-list li:first-child:after{
    display: none;
}

.step-list2{
    padding-bottom: 16px;
}

.step-list2 li{
    width: 170px;
    margin-left: 17px;
}

.step-list2 li:after{
    left: -37px;
}

.step-list3{
    padding-left: 13px;
}

.step-list3 li{
    width: 130px;
    margin-left: 69px;
}

.step-list3 li.item2, .step-list3 li.item4{
    width: 200px;
}

.step-list3 li.item3{
    width: 180px;
}

.step-list3 li:after{
    left: -60px;
}

.info .content-alt h3{
    border-bottom: 1px solid #3C3C3C;
    padding: 0 19px 1px;
}

.info .content-alt .main{
    overflow: hidden;
    padding: 10px 18px;
}

.list-inner{
    padding: 0;
    margin: 0 0 -17px;
    list-style: none;
    overflow: hidden;
}

.list-inner li{
    overflow: hidden;
    padding: 0 0 17px;
}

.list-inner strong{
    float: left;
    font-family: Asap, sans-serif;
    width: 87px;
}

.list-inner .text{
    display: block;
    overflow: hidden;
}

.list{
    padding: 9px 0 0 19px;
    margin: 0;
    list-style: none;
    font-size: 0;
    line-height: 0;
    letter-spacing: -5px;
}

.list li{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0;
    width: 373px;
    position: relative;
    padding: 0 0 11px 8px;
}

.list li:before{
    content: '';
    width: 4px;
    height: 4px;
    background: #EB2823;
    position: absolute;
    top: 7px;
    left: 0;
    border-radius: 2px;
}

/*FAQs*/
.question{
    float: left;
    position: relative;
    width: 633px;
}

.question .opener_header{
    cursor: pointer;
    font: bold 14px Asap, sans-serif;
    padding: 10px 20px;
}

.question .opener_header .opener_arrow{
    float: right;
    position: relative;
    width: 23px;
    height: 24px;
    background: url( images/faq_sprite.png ) no-repeat 0px 0px;
    margin-top: -20px;
    margin-right: -15px;
}

.question .opener_content{
    padding: 0px 20px;
}

.question .opener_content p{
    margin: 0px 0px 10px;
}

.question.open .opener_header .opener_arrow{
    background: url( images/faq_sprite.png ) no-repeat 0px -24px;
}

.faq_wrapper{
    margin: 15px 0px 30px;
    overflow: auto;
}

.question .opener_header .question{
    display: block;
    float: left;
    color: #3C3C3C;
    font: bold 14px / 24px Asap, sans-serif;
}

.question{
    background: #F8F3EE;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    -khtml-border-radius: 15px;
    margin-bottom: 10px;
}

/*=== END SECTION 4 - Content Region ===
=== START SECTION 5 - Footer Region ===*/
#footer{
    max-width: 960px;
    margin: 0 auto;
    padding: 22px 19px 0;
    font: 12px / 14px Asap, sans-serif;
    color: #FFF;
    position: relative;
    z-index: 5;
}

#footer:after{
    content: '';
    display: block;
    clear: both;
}

#footer a{
    color: #FFF;
}

#footer a:hover{
    color: #B9E900;
}

#footer .nav-box{
    overflow: hidden;
    padding: 0 0 22px 12px;
    text-transform: uppercase;
  
}

#footer .nav{
    padding: 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
}

#footer .nav li{
    float: left;
    margin: 0 19px 0 0;
}

#footer .phone{
    float: right;
    margin: 5px 0 0 15px;
}

#footer .social{
    float: right;
    margin: 0 0 0 15px;
}

#footer  .social .linkedin{
    display: block;
    float: right;
    width: 24px;
    height:  24px;
    overflow: hidden;
    background: url('images/social_media_sprite.png') no-repeat 0px 0px;
    margin-right: 5px;
}

#footer .social .linkedin:hover{
        background: url('images/social_media_sprite.png') no-repeat 0px -26px;
}

#footer  .social .twitter{
     display: block;
    float: right;
    width: 24px;
    height:  24px;
    overflow: hidden;
    background: url('images/social_media_sprite.png') no-repeat -26px 0px;
        margin-right: 5px;
}

#footer .social .twitter:hover{
        background: url('images/social_media_sprite.png') no-repeat -26px -26px;
}


#footer .social .google{
     display: block;
    float: right;
    width: 24px;
    height:  24px;
    overflow: hidden;
    background: url('images/social_media_sprite.png') no-repeat -78px 0px;
}

#footer .social .google:hover{
        background: url('images/social_media_sprite.png') no-repeat -78px -26px;
}

#footer  .social .facebook{
     display: block;
    float: right;
    width: 24px;
    height:  24px;
    overflow: hidden;
    background: url('images/social_media_sprite.png') no-repeat -52px 0px;
        margin-right: 5px;
}

#footer .social .facebook:hover{
        background: url('images/social_media_sprite.png') no-repeat -52px -26px;
        
}



#footer .phone a{
    color: #B9E900;
}

#footer .energised-by{
    border-top: 1px solid #6E6E6E;
    padding: 8px 11px 6px;
}

#footer .energised-by:after{
    content: '';
    display: block;
    clear: both;
}

#footer .energised-by strong{
    display: block;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0 0 17px;
}

.logo-call-journey{
    float: left;
    margin: 0 0 0 -21px;
}

.logo-call-journey img{
    vertical-align: top;
}

#footer .copy-box{
    overflow: hidden;
    padding: 0 0 15px;
}

#footer .copy-box .holder{
    overflow: hidden;
    padding: 0 0 2px 12px;
    border-bottom: 1px solid #6E6E6E;
}

#footer p{
    margin: 0;
}

#footer .copy{
    float: right;
    font-family: Arial, Helvetica, sans-serif;
    text-align: right;
    width: 330px;
}

#footer .copy-alt{
    display: none;
}

#footer .copy-box .opener{
    float: left;
    margin: 17px 0 0;
    padding: 0 15px 0 0;
    position: relative;
}

#footer .copy-box .opener:before{
    content: '';
    width: 7px;
    height: 11px;
    background: url(images/sprite.png) no-repeat -160px -98px;
    position: absolute;
    top: 1px;
    right: 0;
}

#footer .copy-box.expanded .opener{
    padding-right: 17px;
}

#footer .copy-box.expanded .opener:before{
    width: 12px;
    height: 7px;
    background-position: -170px -98px;
    top: 3px;
}

#footer .copy-box .slide{
    position: relative;
    width: 100%;
    overflow: hidden;
}

#footer .by-australia {
background: url('images/footer_australia.jpg') no-repeat 0px 0px;
float: right;
width: 211px;
height: 43px;
margin-top: -20px;
}

/*=== END SECTION 5 - Footer Region ===
=== START SECTION 6 - Misc. & Plugins ===
Gravity Form Styles*/
.gform_body, .gform_body ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.gform_body li{
    clear: both;
    list-style: none !important;
    margin-top: 15px;
}

#searchform {
    margin-bottom: 20px;
}
::-webkit-input-placeholder {
   color: #373534;
}

:-moz-placeholder { /* Firefox 18- */
   color: #373534;
}

::-moz-placeholder {  /* Firefox 19+ */
    color: #373534; 
}

:-ms-input-placeholder {  
      color: #373534;
}

#field_1_1 input[type="text"], #searchform input[type="text"]{
    color: #373534;
    font: 14px / 18px sans-serif;
    padding: 0px 0px 0px 10px;
    width: 208px;
    height: 30px;
    outline: none;
    background: #F8F3EE;
    border: 0px none;
}

.gform_button, #searchsubmit{
    position: absolute;
    display: block;
    background: url(images/btn_news_subscribe.jpg) no-repeat 0px 0px;
    border: 0px none;
    cursor: pointer;
    -webkit-appearance: none;
    height: 30px;
    width: 30px;
    overflow: hidden;
    text-indent: 40px;
    margin-top: -30px;
    margin-left: 218px;
}

.validation_error, .validation_message, .gform_body label, .gfield_description{
    display: none;
}

.gfield_error input[type="text"], .gfield_error input[type="password"], .gfield_error select, .gfield_error textarea{
    border: 2px solid #E52C35;
    background: #FFF9F9;
}



.wp-pagenavi{
    width: 96%;
    text-align: center;
    padding-top: 10px;
    clear: both;
    display: block;
}

.wp-pagenavi .current{
    font: bold 14px / 24px Asap, sans-serif;
    padding: 0px 5px;
    color: #B1B1B1;
}

.wp-pagenavi .page{
    font: bold 14px / 24px Asap, sans-serif;
    color: #3C3C3C;
    padding: 0px 5px;
}

.wp-pagenavi .nextpostslink{
    float: right;
    display: block;
    text-align: right;
    text-transform: uppercase;
    font: bold 14px / 24px Asap, sans-serif;
    white-space: nowrap;
    color: #3C3C3C;
}

.wp-pagenavi .previouspostslink{
    float: left;
    display: block;
    text-align: right;
    text-transform: uppercase;
    font: bold 14px Asap, sans-serif;
    white-space: nowrap;
    color: #3C3C3C;
}

.footer_callbutton{
    display: none;
}



/*.page-id-20 ol {*/
    /*counter-reset: clause;*/
    /*list-style: none outside none;*/
    /*margin-left: 30px*/
/*}*/

/*.page-id-20 ol li {*/
    /*counter-increment: clause;*/
    /*text-indent: -43px;*/
    /*margin-bottom: 20px*/
/*}*/

/*.page-id-20 ol li:before {*/
    /*content: counter(section) "." counters(clause, ".") ". ";*/
    /*margin: 0 10px 0 10px*/
/*}*/

/*.page-id-20 ol li ol {*/
    /*counter-reset: item;*/
    /*list-style: lower-alpha;*/
    /*text-indent: 0*/
/*}*/

/*.page-id-20 ol li ol li {*/
    /*counter-increment: item;*/
    /*text-indent: 0;*/
    /*margin-left: -55px;*/
    /*margin-bottom: 0;*/
    /*margin-top: 10px;*/
/*}*/

/*.page-id-20 ol li ol li:before {*/
    /*content: "";*/
    /*margin: 0*/
/*}*/

.page-id-20 ol{
    counter-reset:clause;
    line-height:20px;
}

.page-id-20 ol ol{
    list-style: none;
    padding:10px 0;
}

.page-id-20 ol li{
    counter-increment: clause;
    margin:10px 0;
    font-weight:bold;
    color: #EB2823;
    text-transform: uppercase;
    font-size: 16px;
}
.page-id-20 ol li p{
    color: #373534;
    font: 14px / 17px Arial, Helvetica, sans-serif;
    text-transform: none;
}

.page-id-20 ol li li{
    color: #373534;
    font: 14px / 17px Arial, Helvetica, sans-serif;
    text-transform: none;
    text-indent: -30px;
}

.page-id-20 ol ol li:before{
    content: counters(clause, ".") "";
    padding-left:0px;
    margin-right:10px;
    font-weight:bold;
    text-indent: -20px;
}

.page-id-20 ol ol ol{
    list-style-type: lower-alpha;
}

.page-id-20 ol ol ol li{
     text-indent: 0px;
}

.page-id-20 ol ol ol ol{
    list-style-type: lower-roman;
}

.page-id-20 ol ol ol li:before{
    content: "";
    margin-right:5px;
}

.has_dropdown .rr_opener_content{
    display:none;
}


#menu-item-830{
display: none;
}

.checkStatus{
	float: right; 
margin-top: -20px;
clear: both;
}

/*=== END SECTION 6 - Misc. & Plugins ===*/
@media only screen and (max-width: 1050px){
    body{
        min-width: 1px;
    }

    .intro-carousel .slide{
        min-height: 340px;
    }

    .intro-carousel .content{
        padding: 47px 350px 65px 0;
        max-width: 698px;
    }

    .intro-carousel strong{
        font-size: 58px;
        line-height: 52px;
        margin: 0 0 8px;
    }

    .btn-alt{
        font-size: 14px;
        line-height: 31px;
        border-radius: 10px;
        width: 127px;
    }

    .intro-carousel .img-holder{
        margin-left: -77px;
    }

    .intro-carousel .slide2 .img-holder{
        margin-left: -94px;
    }

    .intro-carousel .slide3 .img-holder{
        margin-left: 1px;
    }

    .intro-carousel .slide4 .img-holder{
        margin-left: -44px;
    }

    .intro-carousel .slide5 .img-holder{
        margin-left: -8px;
    }

    .intro-carousel .slide6 .img-holder{
        margin-left: -50px;
    }

    .intro-carousel .btn-prev, .intro-carousel .btn-next{
        margin: -56px 0 0;
        width: 25px;
        height: 29px;
    }

    .intro-carousel .btn-prev:before, .intro-carousel .btn-next:before{
        width: 11px;
        height: 20px;
        top: 4px;
        left: 4px;
        background-position: -188px -300px;
    }

    .intro-carousel .btn-next:before{
        left: 10px;
        background-position: -188px -322px;
    }

    .intro-carousel .btn-prev:hover:before{
        background: url(images/sprite.png) no-repeat -167px -543px;
    }

    .intro-carousel .btn-next:hover:before{
        background: url(images/sprite.png) no-repeat -180px -542px;
    }

}

@media only screen and (max-width: 979px){
    .btn-holder{
        margin: 0 11px 14px;
    }

    .video iframe{
        max-width:100%!important;
    }

    .btn-list, a.btn-chat{
        font-size: 13px;
        line-height: 30px;
    }

    a.btn-chat{
        padding: 0 20px 4px 38px;
        margin: 0 0 0 34px;
    }

    a.btn-chat:before{
        width: 13px;
        height: 13px;
        top: 9px;
        left: 16px;
        box-shadow: 0 0 2px 0 #BAE905;
        -webkit-box-shadow: 0 0 2px 0 #bae905;
    }

    .btn-list a{
        padding-bottom: 4px;
        min-width: 127px;
    }

    .logo{
        background: url(images/record_logo_svg.svg) no-repeat;
        background-size: 200px 97px;
    }

    .no-svg .logo{
        width: 150px;
        height: 71px;
        background-position: 0 -130px;
    }

    .navbar{
        padding: 0 10px 20px 13px;
    }

    #main-nav{
        font-size: 14px;
    }

    #main-nav li{
        margin: 0 0 0 29px;
        padding: 0 0 18px;
    }

    #main-nav li:before{
        height: 13px;
        background-position: 0 -97px;
    }

    .sub-nav{
        font-size: 13px;
    }

    .sub-nav ul{
        padding: 0 13px;
    }

    .sub-nav li{
        margin: 0 0 0 45px;
    }

    .sub-nav a{
        padding: 0 0 21px;
    }

    .sub-nav a:before{
        height: 13px;
        background-position: -30px -97px;
    }

    #main{
        padding: 51px 0 0;
    }

    .main-holder{
        padding: 0 12px;
    }

    .post{
        padding: 0 220px 91px 0;
    }

    .post-img{
        right: -2px;
        bottom: 0;
    }

    .post-img4{
        right: -12px;
    }

    .post-img5{
        right: 0;
    }

    #footer{
        padding: 22px 0 0;
    }

    #footer .nav-box{
        padding: 0 12px 22px;
    }

    #footer .energised-by{
        padding: 8px 35px 6px;
    }

    #footer .copy-box .holder{
        padding: 0 10px 2px 35px;
    }

    .post-alt{
        padding: 8px 286px 72px 10px;
    }

    .post-alt .content{
        padding: 0 0 93px;
    }

    .contact .holder{
        width: auto;
    }

    .contact ul{
        padding: 0;
    }

    #main .inner-posts h2{
        margin: 0 0 9px;
    }

    .inner-posts{
        padding: 36px 24px 36px 0;
    }

    .inner-posts section{
        padding: 0 25px 0 0;
    }

    .video-area{
        padding-bottom: 36px;
    }

    .video{
        width: 447px;
        padding-right: 15px;
    }

    .video img{
        height: 273px;
    }

    .video-area .mask{
        width: 180px;
    }

    .video-post{
        padding-right: 60px;
        min-height: 184px;
    }

    .latest-posts{
        padding-bottom: 26px;
    }

    .latest-posts .row{
        margin: 0 0 66px -15px;
    }

    .latest-posts section{
        padding: 0 0 0 15px;
    }

    #main .latest-posts h2{
        margin: 0 0 13px;
    }

    .latest-posts img{
        margin: 0 0 44px;
    }

    .latest-posts h3{
        margin: 0 0 7px;
    }

    .steps{
        margin: 0 0 0 -68px;
    }

    .steps li{
        margin: 0 0 0 68px;
        padding-bottom: 13px;
    }

    .intro-carousel{
        margin: -51px 0 0;
    }

    .page article.post{
        min-height: 245px;
    }

    #sidebar{
        display:none;
    }

    article.resource-post{
        float:none;
        width:100%;
    }

    .blog_subhead{
        max-width:100%;
    }

    .resource-post article{
        width:42%!important;
        margin:0 4% 20px 4%;
        padding:0!important;
    }

    .question{
        width:100%;
        max-width: 633px;
    }

}

@media only screen and (max-width: 979px) and (min-width: 768px){
    .section{
        padding: 0 0 36px;
    }

    .plans{
        padding: 17px 0 0;
        margin-bottom: 11px;
    }

    .plan{
        width: 188px;
        font-size: 11px;
        line-height: 15px;
        min-height: 367px;
    }

    .plan h3{
        font-size: 15px;
        line-height: 18px;
        padding: 9px 55px;
    }

    .plan .popular{
        width: 72px;
        height: 73px;
        background-position: 0 -96px;
    }

    .plan .price-box{
        font-size: 10px;
        line-height: 13px;
        min-height: 51px;
        padding: 0 0 11px;
    }

    .plan .price, .plan .title{
        font-size: 15px;
        line-height: 18px;
        margin: 0 0 2px;
    }

    .plan .title{
        min-height: 51px;
    }

    .plan .price-alt{
        font-size: 11px;
        line-height: 14px;
    }

    .plan h4{
        font-size: 11px;
        line-height: 15px;
        margin: 0 0 14px;
    }

    .plan .content{
        padding: 15px 15px 68px;
    }

    .plan-alt .content{
        padding: 15px 35px 68px;
    }

    .plan .content ul{
        width: 146px;
        padding: 0 0 2px;
        margin: 0 auto 7px;
    }

    .plan li{
        padding: 0 0 8px 34px;
    }

    .plan li:before{
        width: 7px;
        height: 7px;
        border-radius: 4px;
        left: 12px;
    }

    .plan .learn-more{
        font-size: 12px;
        line-height: 15px;
        padding: 0 10px 0 0;
    }

    .plan .learn-more:before{
        width: 6px;
        height: 9px;
        background-position: -106px -402px;
    }

    .plan .btn-row{
        bottom: 14px;
    }

    .plan .btn{
        font-size: 12px;
        line-height: 33px;
        width: 110px;
    }

    .call-out{
        width: 164px;
        min-height: 165px;
        font-size: 11px;
        line-height: 14px;
        right: 0;
        bottom: 72px;
        padding: 21px 10px 15px;
    }

    .call-out h3{
        font-size: 15px;
        line-height: 17px;
    }

    .section .note{
        font-size: 12px;
        line-height: 15px;
    }

    .plan-options ul{
        padding: 19px 0 2px;
    }

    .plan .details{
        width: 400px;
        padding: 24px 43px 50px 28px;
        line-height: 14px;
    }

    .plan .details h4{
        font-size: 18px;
        line-height: 21px;
        padding-bottom: 10px;
        margin-bottom: 14px;
    }

    .plan .details h5{
        font-size: 13px;
        line-height: 16px;
        margin: 0 0 3px;
    }

    .plan .details li{
        padding: 0 0 16px 19px;
    }

    .plan .details li:before{
        top: 5px;
    }

    .plan .details .close{
        width: 35px;
        height: 34px;
        background-position: -120px -506px;
        bottom: 7px;
        right: 7px;
    }

    .plan .details .main{
        padding: 0 0 16px 4px;
    }

    .info{
        padding: 16px 0 0;
        margin: 0 -1px 0px;
    }

    .info .tabset{
        line-height: 15px;
        border-spacing: 1px;
        margin: 0 0 -1px;
    }

    .info .tabset a{
        padding: 6px 35px 7px;
        border-radius: 12px 12px 0 0;
    }

    .info .tab-content{
        margin: 0 1px;
        padding: 29px 10px 15px;
        min-height: 449px;
    }

    .info .content-holder{
        padding: 0 18px 28px;
    }

    .step-list li{
        margin: 0 0 0 82px;
    }

    .step-list li:after{
        left: -55px;
    }

    .step-list2, .step-list3{
        font-size: 11px;
        line-height: 14px;
        margin: -4px 0 0;
    }

    .step-list2 li, .step-list3 li{
        width: 130px;
        margin: 0 0 0 21px;
        padding: 70px 0 36px;
    }

    .step-list3 li{
        width: 86px;
        margin: 0 0 0 69px;
    }

    .step-list3 li.item2, .step-list3 li.item4{
        width: 155px;
    }

    .step-list3 li.item3{
        width: 120px;
    }

    .step-list2 li:after, .step-list3 li:after{
        width: 26px;
        height: 23px;
        background-position: -50px -196px;
        top: 21px;
        left: -32px;
    }

    .step-list3 li:after{
        left: -50px;
    }

    .step-list2 li.ico1:before, .step-list3 li.ico1:before{
        width: 32px;
        height: 54px;
        background-position: 0 -682px;
        margin: 0 0 0 -16px;
    }

    .step-list2 li.ico3:before, .step-list3 li.ico3:before{
        width: 56px;
        height: 40px;
        background-position: 0 -842px;
        margin: 0 0 0 -28px;
        top: 10px;
    }

    .step-list2 li.ico4:before, .step-list3 li.ico4:before{
        width: 55px;
        height: 54px;
        background-position: -40px -682px;
        margin: 0 0 0 -27px;
    }

    .step-list2 li.ico5:before, .step-list3 li.ico5:before{
        width: 51px;
        height: 51px;
        background-position: 0 -740px;
        margin: 0 0 0 -25px;
    }

    .step-list2 li.ico6:before, .step-list3 li.ico6:before{
        width: 74px;
        height: 43px;
        background-position: 0 -794px;
        margin: 0 0 0 -37px;
    }

    .step-list2 li.ico7:before, .step-list3 li.ico7:before{
        width: 31px;
        height: 54px;
        background-position: -72px -420px;
        margin: 0 0 0 -15px;
    }

    .step-list2 li.ico8:before, .step-list3 li.ico8:before{
        width: 83px;
        height: 53px;
        background-position: 0 -890px;
        margin: 0 0 0 -41px;
    }

    .tab-photo{
        right: 38px;
        bottom: 78px;
    }

    .info img.alignright{
        display: none;
    }

    .info .content-holder2{
        min-height: 261px;
    }

    .list li{
        width: 50%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }



}

@media only screen and (max-width: 810px){
    .steps li{
        margin: 0 0 0 50px;
    }

    .step-list li{
        margin: 0 0 0 50px;
    }

    .step-list li:after{
        left: -40px;
    }

    .step-list2 li{
        margin: 0 0 0 10px;
    }

    .step-list2 li:after{
        left: -15px;
    }

    .video{
        width: 420px;
    }

    .plan{
        width: 180px;
    }

    #sidebar{
        display:none;
    }

}

@media only screen and (max-width: 767px){
    .btn-chat, #main-nav, .sub-nav, .btn-login, #footer .nav-box{
        display: none;
    }

.single_post_footer .returnToBlog, .headerLiveChat{
       display: none;
}

    #sidebar{
        display: none;
    }

    .btn-holder{
        margin: 0;
    }

    .btn-holder .alighright{
        width: 100%;
    }

    .btn-list{
        width: 49%;
        font-size: 16px;
        line-height: 44px;
    }

    .btn-list li{
        margin: 0;
        float: none;
    }

    .btn-list a{
        float: none;
        min-width: 1px;
        display: block;
        border-radius: 0 !important;
        padding: 0;
    }

    .navbar{
        padding: 22px 0 27px;
    }

#menu-item-830{
display: block;
}

    .nav-slide{
        width: 100%;
        overflow: hidden;
        background: #6E6E6E;
        font: bold 20px / 22px Asap, sans-serif;
        text-transform: uppercase;
    }

    .nav-slide ul{
        padding: 10px 15px 26px;
        margin: 0;
        list-style: none;
    }

    .nav-slide li{
        overflow: hidden;
    }

    .nav-slide li:before{
        content: '';
        height: 1px;
        background: #FFF;
        border: solid #B2B2B2;
        border-width: 1px 0;
        display: block;
    }

    .nav-slide ul li:first-child:before{
        display: none;
    }

    .nav-slide a{
        color: #FFF;
        display: block;
        padding: 15px 31px 15px 8px;
        position: relative;
    }

    .nav-slide a.has-drop-down-a:before{
        content: '';
        width: 19px;
        height: 12px;
        background: url(images/sprite.png) no-repeat 0 -300px;
        position: absolute;
        top: 21px;
        right: 6px;
    }

    .nav-slide li.active a.has-drop-down-a:before{
        background-position: -24px -300px;
    }

    .nav-slide li.active ul{
        display: block;
    }

    .nav-slide ul ul{
        background: #7A7878;
        padding: 0 17px 0;
        margin: 0 0 10px;
        font-size: 18px;
        line-height: 20px;
        display: none;
    }

    .nav-slide ul ul li{
        padding: 11px 0 8px;
    }

    .nav-slide ul ul li:before{
        display: none;
    }

    .nav-slide ul ul a{
        display: inline;
        padding: 0;
    }

    .logo{
        background: url(images/record_logo_svg.svg) no-repeat;
        background-size: 190px 97px;
        float: none;
        display: block;
        margin: 0 auto;
        width: 190px;
        height: 97px;
    }

    .no-svg .logo{
        width: 180px;
        height: 84px;
        background-position: 0 -206px;
        margin: 0 auto;
        float: none;
        display: block;
    }

    #main{
        padding: 26px 0 0;
    }

    .post{
        max-width: 290px;
        margin: 0 auto;
        padding: 0;
        text-align: center;
    }

    #main h1{
        margin: 0 0 17px;
        font-size: 40px;
        line-height: 48px;
        text-align: center;
    }

    .post .content{
        padding: 0 0 14px;
    }

    .post blockquote{
        max-width: none;
        margin: 0 -10px 66px -9px;
        border-color: #E2E2E2;
        border-radius: 30px;
        text-align: left;
        padding: 21px 15px 29px 44px;
    }

    .post blockquote:after{
        right: 15px;
        bottom: 24px;
    }

    .post blockquote:before{
        width: 35px;
        height: 20px;
        background-position: -160px -130px;
        bottom: -20px;
        left: 37px;
    }

    .post blockquote q:before{
        left: 11px;
        top: 14px;
    }

    a.btn-signup2{
        float: none;
        display: block;
        margin: 0 auto;
    }

    .post-img{
        position: static;
        padding: 42px 9999px 0;
        margin: 0 -9999px;
        overflow: hidden;
    }

    .pi1, .pi2{
        float: left;
        left: 50%;
        position: relative;
    }

    .pi2{
        left: -50%;
    }

    #footer .energised-by{
        padding: 0 30px;
        border: none;
    }

    .logo-call-journey{
        margin: 0 0 18px -15px;
    }

    #footer .copy{
        display: none;
    }

    #footer .copy-alt{
        display: block;
        float: none;
        text-align: center;
        width: auto;
        padding: 21px 5px 35px;
        border-top: 1px solid #6E6E6E;
    }

    #footer .copy-alt .copy-content{
        max-width: 300px;
        margin: 0 auto;
    }

    #footer .copy-box{
        padding: 0;
    }

    #footer .copy-box .holder{
        padding: 0 30px;
        border: none;
    }

    #footer .copy-box .opener{
        margin: 0 0 22px;
    }

    .offer-list li{
        background: none;
        margin: 0 auto;
        float: none;
        padding: 69px 0 20px;
        min-height: 1px;
    }

    .offer-list figure{
        top: 0;
    }

    .btn-holder .opener{
        display: block;
        background: #6E6E6E;
        height: 44px;
        position: relative;
        text-indent: -9999px;
        overflow: hidden;
    }

    .btn-holder .opener:before{
        content: '';
        width: 40px;
        height: 25px;
        background: url(images/sprite.png) no-repeat -160px -160px;
        position: absolute;
        top: 9px;
        right: 15px;
    }

    .post-alt{
        max-width: 300px;
    }

    .post-alt .content{
        padding: 0 0 45px;
    }

    .contact ul:after{
        display: none;
    }

    .contact li{
        display: block;
        margin: 0;
        padding: 65px 0 30px;
    }

    .contact .number{
        display: none;
    }

    .contact .call a.btn{
        display: block;
        font: bold 20px / 34px Helvetica, Arial, sans-serif;
        width: 140px;
    }

    .inner-posts{
        text-align: left;
        padding: 22px 0 0;
        margin: 0 0 -12px;
    }

    #main .inner-posts h2{
        margin: 0 0 12px;
    }

    .inner-posts section{
        float: none;
        padding: 0 0 30px;
        width: auto;
    }

    .post-img5{
        padding-top: 0;
    }

    .intro-carousel{
        margin: -26px 0 0;
        text-align: center;
    }

    .intro-carousel .slide{
        min-height: 1px;
    }

    .intro-carousel .btn-prev, .intro-carousel .btn-next{
        display: none;
    }

    .intro-carousel .content{
        padding: 15px 55px 155px !important;
        min-height: 520px;
    }

    .intro-carousel strong{
        font-size: 50px;
        line-height: 52px;
        margin: 0 0 30px;
    }

    .intro-carousel .slide5 strong{
        padding: 8px 10px 0;
        font-size: 40px;
        line-height: 40px;
    }

    .intro-carousel .slide6 strong{
        padding: 0 30px;
    }

    .intro-carousel a.btn-alt{
        float: none;
        margin: 0 auto;
        display: block;
    }

    .intro-carousel .img-holder{
        left: 0;
        width: 100%;
        margin: 0 !important;
        overflow: hidden;
    }

    .video-area{
        max-width: 299px;
        margin: 0 auto;
        padding: 0 0 36px;
    }

    .video-area .holder{
        padding: 8px 11px 16px 13px;
    }

    .video{
        float: none;
        padding: 0 0 18px;
        width: auto;
    }

    .video img{
        height: 169px;
    }

    .video-post{
        padding: 0 55px 16px 0;
        min-height: 1px;
    }

    #main .video-area h2{
        margin: 0 0 15px;
        padding: 0 0 3px;
    }

    .video-area .carousel{
        padding: 0 0 0 2px;
    }

    .latest-posts{
        padding: 0;
        max-width: 299px;
        margin: 0 auto;
        text-align: center;
    }

    .latest-posts .row{
        margin: 0 0 12px;
    }

    .latest-posts section{
        float: none;
        padding: 0 0 47px;
        width: auto;
    }

    .latest-posts .section-alt{
        padding: 0 0 63px;
    }

    #main .latest-posts h2{
        margin: 0 0 15px;
    }

    #main .latest-posts .section-alt h2{
        margin: 0 0 13px;
    }

    .latest-posts img{
        margin: 0 0 22px;
    }

    .latest-posts h3{
        margin: 0 0 16px;
    }

    .latest-posts footer{
        text-align: left;
        padding: 25px 0 0;
    }

    .latest-posts .section-alt footer{
        padding: 28px 0 0;
    }

    .section{
        max-width: 298px;
        margin: 0 auto;
    }

    #main .section h2{
        text-align: center;
    }

    .plans{
        margin: 0;
        padding: 20px 0 0;
    }

    .plan{
        width: 230px;
        margin: 0 auto 29px;
        float: none;
    }

    .section .note{
        text-align: center;
        margin: 0 0 55px;
    }

    .call-out{
        position: relative;
        left: 50%;
        margin: 0 0 27px -113px;
        bottom: auto;
        right: 0;
    }

    .plan-options ul{
        margin: 0;
        padding: 28px 0 14px;
    }

    .plan-options li{
        width: 50%;
        margin: 0;
        padding: 89px 0 35px;
    }

    .plan .details{
        left: 0;
        top: 66px;
        width: 100%;
        padding: 13px 12px 60px;
        height: auto;
        min-height: 384px;
    }

    .plan .details h4{
        padding: 0 0 18px;
        margin: 0 0 16px;
    }

    .plan .details li:before{
        left: 0;
    }

    .plan .details li{
        padding: 1px 0 19px 19px;
    }

    .plan .details h5{
        font-size: 15px;
        line-height: 18px;
    }

    .plan .details .close{
        right: 5px;
        bottom: 6px;
    }

    .plan .details .main{
        padding: 0 0 19px;
    }

    .intro{
        text-align: center;
        max-width: 296px;
        margin: 0 auto 41px;
    }

    .steps{
        max-width: 296px;
        margin: 0 auto 19px;
        padding: 32px 0 0;
    }

    .steps li{
        float: none;
        margin: 0 auto;
        padding-bottom: 45px;
    }

    .info{
        padding: 29px 0 0;
        margin: 0 0 0px;
    }

    .info .tab-content{
        padding: 29px 12px 60px 16px;
        min-height: 1px;
        margin: 0;
    }

    .info .content-holder{
        padding: 0;
    }

    .info h3{
        margin: 0 0 13px;
    }

    .step-list{
        padding: 10px 0 0;
        margin: 0 0 -14px;
    }

    .step-list li, .step-list li:first-child{
        float: none;
        margin: 0 auto 50px;
        padding-bottom: 29px;
    }

    .step-list2 li, .step-list2 li:first-child{
        padding: 70px 0 29px;
        margin-bottom: 36px;
    }

    .step-list li:after{
        left: 50%;
        top: -50px;
        width: 27px;
        height: 33px;
        margin: 0 0 0 -13px;
        background-position: -72px -842px;
    }

    .step-list2 li:after{
        width: 22px;
        height: 27px;
        background-position: -80px -794px;
    }

    .info .content-alt h3{
        padding: 0 0 6px;
    }

    .info .content-alt .main{
        padding: 5px 0;
    }

    .list-inner strong{
        float: none;
        display: block;
    }

    .list-inner .dash{
        display: none;
    }

    .list-inner li{
        padding: 0 0 20px;
    }

    .step-list2 li.ico1:before{
        width: 32px;
        height: 54px;
        background-position: 0 -682px;
        margin: 0 0 0 -16px;
    }

    .step-list2 li.ico3:before{
        width: 56px;
        height: 40px;
        background-position: 0 -842px;
        margin: 0 0 0 -28px;
    }

    .step-list2 li.ico4:before{
        width: 55px;
        height: 54px;
        background-position: -40px -682px;
        margin: 0 0 0 -27px;
    }

    .step-list2 li.ico5:before{
        width: 51px;
        height: 51px;
        background-position: 0 -740px;
        margin: 0 0 0 -25px;
    }

    .step-list2 li.ico6:before{
        width: 74px;
        height: 43px;
        background-position: 0 -794px;
        margin: 0 0 0 -37px;
    }

    .step-list2 li.ico7:before{
        width: 31px;
        height: 54px;
        background-position: -72px -420px;
        margin: 0 0 0 -15px;
    }

    .step-list2 li.ico8:before{
        width: 83px;
        height: 53px;
        background-position: 0 -890px;
        margin: 0 0 0 -41px;
    }

    .step-list2 li:before{
        top: 0 !important;
    }

    .tab-photo{
        position: static;
        text-align: center;
        padding: 18px 0 7px;
    }

    .info img.alignright{
        display: none;
    }

    .info .content-holder2{
        padding: 0 0 30px;
    }

    .list{
        padding: 0;
    }

    .list li{
        display: block;
        width: auto;
    }

    .tabset-open-close{
        background: #3C3C3C;
        border-radius: 13px 13px 0 0;
    }

    .tabset-open-close:after{
        content: '';
        display: block;
        clear: both;
    }

    .tabset-open-close .opener{
        position: absolute;
        top: 9px;
        right: 16px;
        text-indent: -9999px;
        overflow: hidden;
        width: 40px;
        height: 25px;
        background: url(images/sprite.png) no-repeat -118px -402px;
    }

    .tabset-open-close .holder{
        overflow: hidden;
        padding: 14px 70px 12px 16px;
        position: relative;
        display: block;
    }

    .tabset-open-close .active-tab{
        display: block;
        overflow: hidden;
        color: #FFF;
        font: bold 13px / 17px Helvetica, Arial, sans-serif;
        text-transform: uppercase;
    }

    .tabset-open-close .slide{
        position: relative;
        overflow: hidden;
        width: 100%;
    }

    .info .tabset{
        border-spacing: 0;
        display: block;
        text-align: left;
        width: auto;
        padding: 0 16px 16px;
    }

    .info .tabset li{
        display: block;
    }

    .info .tabset a{
        display: inline;
        background: none;
        border-radius: 0;
    }

    .info .tabset a:hover{
        text-decoration: underline;
    }

    .tabset-open-close .js-slide-hidden{
        position: absolute !important;
    }

      .footer_callbutton {
        display: block;
        padding: 0 5px;
        text-align: center;
        color: #373534 !important;
        background: #B9E900;
        font: bold 15px / 31px Asap, sans-serif;
        text-transform: uppercase;
        border-radius: 10px;
        margin: 0 auto;
        margin-bottom: 30px;
        line-height: 40px;
        width: 180px;
        border-radius: 12px;
    }

#footer .social{
    display: none;
}

    .resource-post article{
        float:none!important;
        display:block!important;
        margin:0 auto 30px auto;
        padding:0!important;
        width:100%!important;
        max-width: 290px!important;
    }

    .resource-post article img{
        max-width:100%!important;
    }

    .resource-post article .featured_image{
        display:block;
        text-align:center;

    }

    .carousel .slideset{
        padding-bottom:0!important;
    }

    .page-id-20 ol li{
        position:relative;
        padding-right:30px;
    }

    .page-id-20 ol li.has_dropdown .marker{
        background: url(images/faq_sprite.png ) no-repeat 100% 0px;
        position:absolute;
        right:0;
        top:0;
        width:24px;
        height:24px;
    }

    .page-id-20 ol li.has_dropdown.dropdown_open .marker{
        background: url(images/faq_sprite.png ) no-repeat 100% -24px;
    }

}

@media only screen and (min-width: 768px){
    .nav-slide{
        display: none !important;
    }

}

@media only screen and (max-width: 420px){

    .intro-carousel .content{
        padding: 15px 10px 135px !important;
    }

.checkStatus{
	clear: both;
	float: none; 
	margin-top: 0px;
	width: 100%;
}

#footer .by-australia {
background: url('images/footer_australia.jpg') no-repeat 0px 0px;
float: none;
margin: 100px auto 20px auto;
width: 211px;
height: 43px;
}

.checkStatus a{
	display: block; 
	margin: auto;
width: 196px;
margin-bottom: 30px;
}
	
}

@media only screen and (max-width: 320px){
    body{
        min-width: 320px;
    }

    #sidebar{
        display: none;
    }

    .post{
        padding: 0 15px;
    }

    .post blockquote{
        margin: 0 -8px 66px -5px;
    }

    #footer .copy-alt{
        padding: 21px 15px 35px;
    }

    .post-alt{
        max-width: 100%;
        padding: 0;
    }

    .intro-carousel .slide5 strong{
        padding: 8px 0 0;
    }

    .intro-carousel .slide6 strong{
        padding: 0;
    }

}