/* Colors
    
blue:
#15699f 

deepblue:
#0b1531

turqoise:
#f73434

lightgreen:
#d2e5ea

red:
#f73434:
#db1912


    -webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
    
    

    46
*/



/*! ------------------------------------- HTML5 Boilerplate v5.0 | MIT License | htt12p://h5bp.com/ */



/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color:#041927;
    font-family:'opensansregular';
}
ol, ul {
/*     list-style: none; */
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}


.clear:before,
.clear:after {
    content: " ";
    display: table;
}

.clear:after {
    clear: both;
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; 
   box-sizing: border-box; 
   }

input, button, submit { border:none; outline: 0;    
    outline-style: none;     
    outline-width: 0; 
    } 
    
input,button {
    -webkit-border-radius:0; 
    border-radius:3px;
}

a:hover{
    text-decoration:none;
}


a:-webkit-any-link {
    color:#041927;
    color: rgb(9,121,148);
    font-family:"montserratregular";
}
a:link{
	color:#041927;
    color: rgb(9,121,148);
    font-family:"montserratregular";
}
a:-moz-any-link{
    color:#041927;
    color: rgb(9,121,148);
    font-family:"montserratregular";
}









p a:-webkit-any-link,p a:link{
	font-family:"loraregular";
	font-weight:normal;

}


p a:-moz-any-link{
	font-family:"loraregular";
	font-weight:normal;

}






/*! -------------------------------------FORM DROPDOWN PLUGIN STYLING*/

.mfs-form{
    float:left;
    width:100%;
}
.mfs-container {
    position: relative; 
    width: 100%;
    color: #666666; 
    font-family: Helvetica, Arial; 
    font-size: 14px;
}

.mfs-container:hover .mfs-selected-option span{
    opacity:0.8;
}

.mfs-container select {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 1;
    opacity: 0;
}
.mfs-container.notouch select {
    display: none;
}
.mfs-options {
    position: absolute; 
    width: 100%; 
    padding: 0; 
    margin: 0; 
    list-style-type: none; 
    background: #ffffff; 
    border: 1px solid #cccccc;
    z-index: 10;
}

.mfs-form ul{
    margin-top:2px;
    margin-bottom:5px;
    padding-left:0;
    list-style: none;
}

.mfs-form li{
	line-height:1;
}

li.mfs-option{
	margin-bottom:0;
}

.mfs-options li a {
    display: block; 
    padding: 8px 8px; 
    text-decoration: none; 
    color: #041927;
    font-family:"opensansregular";
}
.mfs-optgroup-option {
    padding-left: 10px;
}
.mfs-options li.mfs-optgroup {
    padding: 4px 5px;
    color: #999999;
}
.mfs-options li.selected {
    background-color: #097994!important; 
}
.mfs-options li.selected a {
    color: #ffffff;
}
.mfs-options li.active {
    background-color: rgba(4, 25, 39, 0.1);
}
a.mfs-selected-option {
    font-family:"opensansregular";
    color:#041927;
    font-size:15px;
    display: block; 
    padding: 10px; 
    text-decoration: none; 
    background: #ffffff; 
    border: 1px solid #d8d8d8; 
    white-space: nowrap;
    overflow: hidden;
    border-radius:3px;
}

/* dropdown box button */
a.mfs-selected-option span {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    margin-right: 3px;
    margin-top: 3px;
    margin-bottom: 3px;
    padding: 7px;
    background-color: #E7E8EA;
    border-radius: 2px; 
    border: 1px solid #D0CDCD;
    background-image: linear-gradient(#FDFDFD, #E6E6E6);
}

a.mfs-selected-option span:after {
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 14px;
    height: 22px;
    border-top: 9px solid rgb(4, 25, 39);
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    content: "";
        -webkit-transition: border-top-color 250ms ease-out;
    -moz-transition: border-top-color 250ms ease-out;
    -o-transition: border-top-color 250ms ease-out;
    transition: border-top-color 250ms ease-out;
}



.mfs-container:hover a.mfs-selected-option span:after{
    border-top-color:#0c8fad;
}


/* a.mfs-selected-option */


/* !-------------------------------------------GENERAL FORM STYLING */

input{
    font-size: 15px;
    display: block;
    padding: 10px;
    text-decoration: none;
    background: #ffffff;
    border: 1px solid #d8d8d8;
    white-space: nowrap;
    overflow: hidden;
    border-radius: 3px;
    width:100%;
}

textarea{
    font-size: 15px;
    display: block;
    padding: 10px;
    text-decoration: none;
    background: #ffffff;
    border: 1px solid #d8d8d8;
    /*white-space: nowrap;*/
    overflow: hidden;
    border-radius: 3px;
    width:100%;
    min-height:200px;
}

/* input[type="submit"]#personnelSubmit, .selfContainmentSearchBox */ input[type="submit"],button[type="submit"]{
	width:auto;
	margin-bottom:30px;
}

.selfContainmentSearchBox input[type="submit"]{
	margin-top:20px;
	float:none!important;
}


/* button[type="submit"],input[type="submit"]#personnelSubmit, .selfContainmentSearchBox */ input[type="submit"],button[type="submit"]{
    font-family: "montserratregular";
    border-radius:3px;
    text-transform: uppercase;
    font-size: 13px;
    padding: 10px 12px;
    float:left;
    color:#fff;
    border:1px solid rgba(204,43,43,1);
    -webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
    
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f73535+0,cc2b2b+100 */
background: rgb(247,53,53); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3MzUzNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjYzJiMmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(247,53,53,1) 0%, rgba(204,43,43,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,53,53,1)), color-stop(100%,rgba(204,43,43,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(247,53,53,1) 0%,rgba(204,43,43,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(247,53,53,1) 0%,rgba(204,43,43,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(247,53,53,1) 0%,rgba(204,43,43,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(247,53,53,1) 0%,rgba(204,43,43,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f73535', endColorstr='#cc2b2b',GradientType=0 ); /* IE6-8 */

}



button[type="submit"].blue{
    border:1px solid #0b1531;
    background: #222e4c;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #222e4c 0%, #0b1531 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#222e4c), color-stop(100%,#0b1531));
    background: -webkit-linear-gradient(top, #222e4c 0%,#0b1531 100%);
    background: -o-linear-gradient(top, #222e4c 0%,#0b1531 100%);
    background: -ms-linear-gradient(top, #222e4c 0%,#0b1531 100%);
    background: linear-gradient(to bottom, #222e4c 0%,#0b1531 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222e4c', endColorstr='#0b1531',GradientType=0 );
}


button[type="submit"].green{
    border:1px solid #097994;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#11a2c3+0,097994+100 */
    background: rgb(17,162,195); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzExYTJjMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwOTc5OTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(17,162,195,1) 0%, rgba(9,121,148,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(17,162,195,1)), color-stop(100%,rgba(9,121,148,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(17,162,195,1) 0%,rgba(9,121,148,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(17,162,195,1) 0%,rgba(9,121,148,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(17,162,195,1) 0%,rgba(9,121,148,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(17,162,195,1) 0%,rgba(9,121,148,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#11a2c3', endColorstr='#097994',GradientType=0 ); /* IE6-8 */

}







button[type="submit"].green:hover{
    background-image:none;
    background-color:#fff;
    border:1px solid #097994;
    color:#097994;
}


button[type="submit"].blue:hover{
    background-image:none;
    background-color:#fff;
    border:1px solid #0b1531;
    color:#0b1531;
}



button[type="submit"]:hover,input[type="submit"]#personnelSubmit:hover,.selfContainmentSearchBox input[type="submit"]:hover{
    background-image:linear-gradient(#FFFFFF, #FFFFFF);
    color:rgba(247,53,53,1);
    border:1px solid rgba(247,53,53,1);
}







.submit{
    font-family: "montserratregular";
    border-radius:3px;
    text-transform: uppercase;
    font-size: 13px;
    padding: 10px 12px;
}


.submit.go{
    position: absolute;
    top: 3px;
    right: 6%;
    padding: 11px 10px 12px;
    
}

body{
/*  -webkit-overflow-scrolling: touch; */
}



.body-inner{
    overflow-x:hidden;
/*  -webkit-overflow-scrolling: touch; */
    
}


.generalform{
    background-color:#f3f3f3;
    padding:10px 10px 20px;
    width: 106.25%;
    margin-left: -3.125%;
    float:left;
    margin-bottom:20px;
}


.generalform button[type="submit"]{
    margin-top:20px;
}



.seperator-strip{
    background-color:#CECECE;
    height:1px;
    width:100%;
    margin-top:20px;
    margin-bottom:20px;
    float: left;
}



.mini-link{
    font-family: 'franklingothicbold';
    letter-spacing: 1px;
    font-size:11px;
    text-transform:uppercase;
    padding:5px 7px;
    cursor:pointer;
    border-radius:1px;
}

.mini-link.red{
    background-color:#f73535;
}

.mini-link.blue{
    background-color:#222e4c;
}

.mini-link.green{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#11a2c3+0,097994+100 */
    background: rgb(17,162,195); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzExYTJjMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwOTc5OTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(17,162,195,1) 0%, rgba(9,121,148,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(17,162,195,1)), color-stop(100%,rgba(9,121,148,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(17,162,195,1) 0%,rgba(9,121,148,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(17,162,195,1) 0%,rgba(9,121,148,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(17,162,195,1) 0%,rgba(9,121,148,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(17,162,195,1) 0%,rgba(9,121,148,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#11a2c3', endColorstr='#097994',GradientType=0 ); /* IE6-8 */

}

.mini-link.red:hover{
    color:#f73535;
    background-color:#fff;
}

.mini-link.green:hover{
    color: #11A2C3;
    background-image:none;
    background-color:#fff;
}


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


/* !-------------------file upload styling*/

input[type="file"] {
        opacity: 0;
        position: absolute;
        top: 0;
        z-index:2;
        padding:0;
        margin:0;
        width:100%;
        height:38px;
        cursor:pointer;
}
#file {
    width:100%;
    height:38px;
    position:relative;
}

#file button{
    position: absolute;
    z-index: 1;
    right: 3px;
    top: 3px;
    font-family: "montserratregular";
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 13px;
    padding: 8px 9px;
    background-image: linear-gradient(#FDFDFD, #E6E6E6);
    border: 1px solid rgba(0, 0, 0, 0.2);
}

#file label {
    width:100%;
}
#file #text {
font-family: "opensansitalic";
    color: rgba(0,0,0,0.5);
    font-size: 15px;
    display: block;
    padding: 10px;
    text-decoration: none;
    background: #ffffff;
    border: 1px solid #d8d8d8;
    white-space: nowrap;
    overflow: hidden;
    border-radius: 3px;
    position:absolute;
    top:0;
}


/* !------------------print-button */

.print-button{
    font-family: "opensansbold";
    background-color: transparent;
    text-align: center;
    font-size: 14px;
    background-color: rgba(4, 25, 39, 0.4);
    color: #fff;
    border-radius: 2px;
    float: left;
    clear: both;
    margin-top: 30px;
    padding: 7px 10px 8px;
}


.print-button i{
    font-size:18px;
    margin-right:7px;
}

.print-button:hover{
    background-color:#fff;
    color: rgba(4, 25, 39, 0.8);
/*     border:1px solid rgba(4, 25, 39, 0.8); */
}



/* !------------------checkboxes plugin */

.checkboxradio_container{
    float: left;
    margin-top: 15px;
    width: 100%;
    margin-bottom: 15px;
}

.prettycheckbox,.prettyradio{
    display: inline-block;
    padding: 0;
    margin: 0;
    float: left;
    width: 100%;
    margin-top:5px;
    margin-bottom: 5px;
    position:relative;
}
.prettycheckbox>a,.prettyradio>a{height:30px;width:30px;display:block;float:left;cursor:pointer;margin:0;background:url('../images/radioandcheck.png')}
.prettycheckbox>a:focus,.prettyradio>a:focus{outline:0 none}
.prettycheckbox label,.prettyradio label,.checkboxradio_container label{
    font-family: 'opensansregular';
    font-size: 13px;
    line-height: 1.4;
    display: block;
    float: left;
    padding: 0;
    cursor: pointer;
    margin-top: 7px;
    width:85%;
}
.prettycheckbox a.disabled,.prettycheckbox label.disabled,.prettyradio a.disabled,.prettyradio label.disabled{cursor:not-allowed}
.prettycheckbox>a{
    background-position:0 0;
    margin-right:5px;
    float:left;
}

.checkboxradio_container input[type="checkbox"]{
    background-position:0 0;
    margin-right:5px;
    float:left;
    color:red;
}


.prettycheckbox>a:focus{background-position:-30px 0}
.prettycheckbox>a.checked{background-position:-60px 0}.prettycheckbox>a.checked:focus{background-position:-90px 0}
.prettycheckbox>a.checked.disabled{background-position:-150px 0}.prettycheckbox>a.disabled{background-position:-120px 0}
.prettyradio>a{background-position:-180px 0}.prettyradio>a:focus{background-position:-210px 0}.prettyradio>a.checked{background-position:-240px 0}
.prettyradio>a.checked:focus{background-position:-270px 0}
.prettyradio>a.checked.disabled{background-position:-330px 0}
.prettyradio>a.disabled{background-position:-300px 0}


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


/* !-------------------------------------FONTS & BUTTONS*/

@font-face {
    font-family: 'montserratregular';
    src: url('../fonts/montserrat/montserrat-regular-webfont.eot');
    src: url('../fonts/montserrat/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/montserrat/montserrat-regular-webfont.woff2') format('woff2'),
         url('../fonts/montserrat/montserrat-regular-webfont.woff') format('woff'),
         url('../fonts/montserrat/montserrat-regular-webfont.ttf') format('truetype'),
         url('../fonts/montserrat/montserrat-regular-webfont.svg#montserratregular') format('svg');
    font-weight: normal;
    font-style: normal;
}




@font-face {
    font-family: 'opensansbold';
    src: url('../fonts/opensans/opensans-bold-webfont.eot');
    src: url('../fonts/opensans/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans/opensans-bold-webfont.woff2') format('woff2'),
         url('../fonts/opensans/opensans-bold-webfont.woff') format('woff'),
         url('../fonts/opensans/opensans-bold-webfont.ttf') format('truetype'),
         url('../fonts/opensans/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'opensansbolditalic';
    src: url('../fonts/opensans/opensans-bolditalic-webfont.eot');
    src: url('../fonts/opensans/opensans-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans/opensans-bolditalic-webfont.woff2') format('woff2'),
         url('../fonts/opensans/opensans-bolditalic-webfont.woff') format('woff'),
         url('../fonts/opensans/opensans-bolditalic-webfont.ttf') format('truetype'),
         url('../fonts/opensans/opensans-bolditalic-webfont.svg#open_sansbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'opensansitalic';
    src: url('../fonts/opensans/opensans-italic-webfont.eot');
    src: url('../fonts/opensans/opensans-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans/opensans-italic-webfont.woff2') format('woff2'),
         url('../fonts/opensans/opensans-italic-webfont.woff') format('woff'),
         url('../fonts/opensans/opensans-italic-webfont.ttf') format('truetype'),
         url('../fonts/opensans/opensans-italic-webfont.svg#open_sansitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'opensansregular';
    src: url('../fonts/opensans/opensans-regular-webfont.eot');
    src: url('../fonts/opensans/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans/opensans-regular-webfont.woff2') format('woff2'),
         url('../fonts/opensans/opensans-regular-webfont.woff') format('woff'),
         url('../fonts/opensans/opensans-regular-webfont.ttf') format('truetype'),
         url('../fonts/opensans/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'opensanssemibold';
    src: url('../fonts/opensans/opensans-semibold-webfont.eot');
    src: url('../fonts/opensans/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans/opensans-semibold-webfont.woff2') format('woff2'),
         url('../fonts/opensans/opensans-semibold-webfont.woff') format('woff'),
         url('../fonts/opensans/opensans-semibold-webfont.ttf') format('truetype'),
         url('../fonts/opensans/opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'loraitalic';
    src: url('../fonts/lora/lora-italic-webfont.eot');
    src: url('../fonts/lora/lora-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lora/lora-italic-webfont.woff2') format('woff2'),
         url('../fonts/lora/lora-italic-webfont.woff') format('woff'),
         url('../fonts/lora/lora-italic-webfont.ttf') format('truetype'),
         url('../fonts/lora/lora-italic-webfont.svg#loraitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}




@font-face {
    font-family: 'loraregular';
    src: url('../fonts/lora/lora-regular-webfont.eot');
    src: url('../fonts/lora/lora-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lora/lora-regular-webfont.woff2') format('woff2'),
         url('../fonts/lora/lora-regular-webfont.woff') format('woff'),
         url('../fonts/lora/lora-regular-webfont.ttf') format('truetype'),
         url('../fonts/lora/lora-regular-webfont.svg#loraregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'fontawesome';
    src: url('../fonts/fontawesome/fontawesome-webfont.eot');
    src: url('../fonts/fontawesome/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/fontawesome/fontawesome-webfont.woff2') format('woff2'),
         url('../fonts/fontawesome/fontawesome-webfont.woff') format('woff'),
         url('../fonts/fontawesome/fontawesome-webfont.ttf') format('truetype'),
         url('../fonts/fontawesome/fontawesome-webfont.svg#fontawesomeegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'franklingothicbold';
         src: url('../fonts/franklingothic/bold.woff') format('woff'),
         url('../fonts/franklingothic/bold.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'franklingothicbold_cond';
         src: url('../fonts/franklingothic/Franklin Gothic Demi Cond Regular.woff') format('woff'),
         url('../fonts/franklingothic/Franklin Gothic Demi Cond Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}





/* titletext */
h1{
    font-family:'franklingothicbold';
    font-size:28px;
    line-height:1.1;
    color:  #041927;
    padding-bottom:0.25em;
    padding-top:0.25em;
}

/* section headings */
h2{
    font-family:'opensanssemibold';
    color: #041927;
    font-size: 28px;
    line-height: 1.3;
    padding-top:0.25em;
    padding-bottom:0.25em;
}

h2.uppercase {
    text-transform: uppercase;
    font-family:'franklingothicbold';
    font-size: 22px;
}

h3{
    font-family:'opensansbold';
    font-size:18px;
    line-height:1.3;
    padding-top:0.25em;
    padding-bottom:0.25em;
}


h4{
    font-family:'opensansregular';
    font-size:18px;
    line-height:1.3;
    padding-top:0.25em;
    padding-bottom:0.25em;
}



h5{
    font-family:'loraregular';
    font-size:18px;
	line-height:1.3;
	font-weight:bold;
	padding-top:0.25em;
    padding-bottom:0.25em;
}



h6{
    font-family:'loraregular';
    font-size:18px;
    line-height:1.3;
    padding-top:0.25em;
    padding-bottom:0.25em;

}


p{
    font-family:'loraregular';
    font-size:15px;
    line-height:1.6;
    margin-bottom:10px;
}


li {
    line-height: 1.6;
    margin-bottom: 0.6em;
    font-family: "loraregular";
}

.italic {
    font-style: italic;
}

.bold {
    font-weight: bold;
}

.midcol .tabs li{
	margin-bottom:0;
}

label,.label{
/*
    font-family: "opensansregular";   
     padding-bottom: 10px; 
	padding-bottom:0.5em;
    padding-top: 1em;
    display: inline-block;
    padding-left: 2px;
    line-height: 1.4;
*/
    
    
    font-family: "opensansregular";
    padding-bottom: 0.5em;
    padding-top: 2em;
    display: inline-block;
    padding-left: 2px;
    line-height: 1.4;
    font-size: 15px;
}





.pagetitle{
    font-family:'franklingothicbold';
    margin-bottom:10px;
}

.username{
    font-family: 'opensansbold';
    font-size: 20px;
    line-height: 1.2;
    padding-bottom: 0.5em;
}

.left {
    float: left;
}


::-webkit-input-placeholder {color: rgba(0,0,0,0.5); font-family:'opensansitalic';}
:-moz-placeholder {color: rgba(0,0,0,0.5); font-family:'opensansitalic';} /* Firefox 18- */
::-moz-placeholder {color: rgba(0,0,0,0.5); font-family:'opensansitalic';} /* Firefox 19+ */
:-ms-input-placeholder {  color: rgba(0,0,0,0.5); font-family:'opensansitalic';}



.left{
    float:left;
}

img {
    max-width: 100%;
}

.des_small{
    font-family:'opensansitalic';
    font-size:14px;
    line-height:20px;
}



.sectionhead{
    font-family:'franklingothicbold';
    font-size:19px;
    line-height:24px;
    margin-top:30px;
    margin-bottom:10px;
    float: left;
    clear:both;
}


.downloadcontainer .sectionhead{
    margin-top:0;
}

.downloadcontainer ul{
	list-style: none;
	padding-left:0;
}


.standardlink{
    font-size:14px;
    line-height:21px;
    font-family:'montserratregular';
    cursor:pointer;
}


.standardlink i{
    margin-right:7px;
}


img.half-width {
    float: left;
    margin-right: 40px;
    margin-bottom: 20px;
}


.formGroup{
	margin-bottom:20px;
}

/* general buttons */

.button_flat{
    font-family:'franklingothicbold';
    letter-spacing:1px;
    font-size:14px;
    float:left;
    line-height:18px;
    text-transform: uppercase;
    text-decoration:none;
    background-color:#f73535;
    color:#fff !important; 
    padding:10px 14px;
    -webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
}

.button_flat:hover{
    cursor:pointer;
    color:#f73535 !important;
    background-color:#fff;
}


.largebutton a{
    font-family:'montserratregular';
    font-size:14px;
    line-height:18px;
    display:inline-block;
    width:100%;
    padding-top:10px;
    padding-bottom:10px;
    cursor:pointer; 
    padding-left:10px;  
}

.largebutton a i{
    font-size:19px;
    vertical-align:middle;
    margin-right:5px;
    line-height:1;
}





.largebutton:hover{
    text-decoration: underline;
}


/* big curved button */


.largebutton.curved a{
    margin-top:3px;
    margin-bottom:2px;
    border-radius:2px;
    position:relative;
    background-color:#fff;
    background-image: linear-gradient(#FDFDFD, #E6E6E6); 
    z-index:100;
        border-bottom: 1px solid #BDBDBD;
    /*
        box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
        -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
        -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
    */      
}


.usersinfo .largebutton.curved a{
	color:#041927;
	border:none;
	border-bottom: 1px solid #DADADA;
	text-decoration:none;
}



.largebutton.curved a:before{
    border-radius: inherit;
    background-image: linear-gradient(#E6E6E6, #F1F1F1);
    content: '';    
    display: block;
    height: 100%;
    position: absolute;
    top: 0; left: 0;
    opacity: 0;
    width: 100%;
    z-index: -100;
/*      border: 1px solid #D6D4D4; */
    -webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
}



.largebutton:hover a:before{
    opacity: 1;
    background-image: linear-gradient(#FFFFFF, #FFFFFF);  
}

.largebutton:active a:before{
    opacity: 1;
    background-image: linear-gradient(#D6D4D4);  
}


/* largebutton curved download button */

.downloadcontainer li{
    float: left;
    width: 100%;
    border-bottom: 1px solid #CECECE;
    padding-bottom: 5px;
    padding-top: 5px;
    font-family:'montserratregular';
    position: relative;
    margin-bottom:0;
}

.downloadcontainer .download-info li{
    font-family:'lato';
    border-bottom:none;
}



.downloadcontainer li:last-child{
    border-bottom:none;
}

.download-info{
    float: left;
}

.largebutton{
    float:left;
    display:inline-block;
    border-radius: 3px;
}


.largebutton.green a, #details_correct{
        padding-right: 5px;
         border: 1px solid #097994;
         color:#fff;
         border-radius: 3px;
         
         
            /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#11a2c3+0,097994+100 */
            background: rgb(17,162,195); /* Old browsers */
            /* IE9 SVG, needs conditional override of 'filter' to 'none' */
            background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzExYTJjMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwOTc5OTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
            background: -moz-linear-gradient(top,  rgba(17,162,195,1) 0%, rgba(9,121,148,1) 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(17,162,195,1)), color-stop(100%,rgba(9,121,148,1))); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top,  rgba(17,162,195,1) 0%,rgba(9,121,148,1) 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top,  rgba(17,162,195,1) 0%,rgba(9,121,148,1) 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top,  rgba(17,162,195,1) 0%,rgba(9,121,148,1) 100%); /* IE10+ */
            background: linear-gradient(to bottom,  rgba(17,162,195,1) 0%,rgba(9,121,148,1) 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#11a2c3', endColorstr='#097994',GradientType=0 ); /* IE6-8 */


}





.largebutton.green:hover a,#details_correct:hover{
    color:#097994;
}


.largebutton.red a{
         padding-right: 5px;
         border: 1px solid #db1912;
         color:#fff;
         border-radius: 3px;
         /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f73535+0,cc2b2b+100 */
background: rgb(247,53,53); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3MzUzNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjYzJiMmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(247,53,53,1) 0%, rgba(204,43,43,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,53,53,1)), color-stop(100%,rgba(204,43,43,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(247,53,53,1) 0%,rgba(204,43,43,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(247,53,53,1) 0%,rgba(204,43,43,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(247,53,53,1) 0%,rgba(204,43,43,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(247,53,53,1) 0%,rgba(204,43,43,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f73535', endColorstr='#cc2b2b',GradientType=0 ); /* IE6-8 */

}

.largebutton.red:hover a{
    color:#f73535;
}

.download-title{
    display:inline-block;
    font-size:14px;
    line-height: 1.2;
    position: absolute;
    left:57px;
    top:50%;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    

}


#details_correct:hover{
	background: linear-gradient(to bottom, rgba(255,255,255,255) 0%,rgba(255,255,255,1) 100%);
}

.button-text{
    display:none;
    float: right;
    padding-right: 15px;
}

.no-icon .button-text{
    padding-right:0;
    display:block;
}

.largebutton.no-icon a{
    padding-right:10px;
}




/* big flat colored button */

.largebutton.colored{
    margin-top:2px;
    margin-bottom:2px;
    clear:both;
}

.largebutton.colored a{
    font-family:'montserratregular';
    padding-top:15px;
    padding-bottom:15px;
}

/* turqoise colored button */

.turqoisebutton{
    color:#fff;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0c8fad+38,097994+100 */  
    background-image: linear-gradient(#11A2C3, #097994);
}

.turqoisebutton:hover{
    background:#fff;
    color:#097994;
}

.largebutton.colored.turqoise{
    color:#fff;
}

.largebutton.colored.turqoise:hover{
    color:#097994;
    background-color:#fff;
}


/* tag button */

.tag-container{
    float:left;
    position:relative;
    margin-top:15px;
    margin-bottom:5px;
}

.button_tag{
    font-family:'franklingothicbold';
    text-decoration:none;
    cursor:pointer;
    border-radius: 2px;
    letter-spacing:1px;
    font-size:13px;
    margin:2px;
    float:left;
    display:block;
    line-height:18px;
    text-transform: uppercase;
    background-color: rgba(11, 21, 49, 0.35);
    color:#fff;
    padding:6px 10px;
    -webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
}


a:link.button_tag{color:white;}
a:-moz-any-link.button_tag{color:#fff;}
a:-webkit-any-link.button_tag{color:white;}


a:link.button_tag:first-child{margin-left:0;}
a:-moz-any-link.button_tag:first-child{margin-left:0;}
a:-webkit-any-link.button_tag:first-child{margin-left:0;}




.big .button_tag{
    font-size:16px;
    padding:8px 12px;
}





a:-webkit-any-link.button_tag:hover,
a:link.button_tag:hover{
	color: rgba(11, 21, 49, 0.6);
	background-color:#fff;
    text-decoration: none;
    text-shadow:none;
}

a:-moz-any-link.button_tag:hover{
	color: rgba(11, 21, 49, 0.6);
	background-color:#fff;
    text-decoration: none;
    text-shadow:none;
}



.button_tag.is-checked{
/*  background-color: rgba(11, 21, 49, 1)!important; */
    color:#fff!important;
    text-decoration:none!important;
    text-shadow:none;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #222e4c 0%, #0b1531 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#222e4c), color-stop(100%,#0b1531));
    background: -webkit-linear-gradient(top, #222e4c 0%,#0b1531 100%);
    background: -o-linear-gradient(top, #222e4c 0%,#0b1531 100%);
    background: -ms-linear-gradient(top, #222e4c 0%,#0b1531 100%);
    background: linear-gradient(to bottom, #222e4c 0%,#0b1531 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222e4c', endColorstr='#0b1531',GradientType=0 );
}

/* turqoise colored button */


.sidebutton a{
    color: rgba(4, 25, 39, 1);
    font-family:'montserratregular';
    font-size:14px;
    line-height:16px;
    display:block;
    width:100%;
    cursor:pointer;     
    padding-top:10px;
    padding-bottom:10px;
    clear:both;
    -webkit-transition: margin-left 150ms ease-out;
    -moz-transition: margin-left 150ms ease-out;
    -o-transition: margin-left 150ms ease-out;
    transition: margin-left 150ms ease-out;
}




.sidebutton a:hover{
    color:#097994;
}





a.underlined{
    font-family:'montserratregular';
    font-size:15px;
    line-height:21px;
}


/* tags */

.tagstitle{
    position:absolute;
    line-height:33px;
}



.filters-button-group{
    margin-left:47px;
}







/* !------------------------------------- tab styles styles */

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

.tabs li{
    height:60px;
    display:table;
    float:left;
    width:33.333%;
    
}

.tabs li a{
    line-height:1.2;
    font-family:'franklingothicbold_cond';
    font-size: 15px;
    text-transform:uppercase;
    display:inline-block;
    color:#097994;
    background-color:#d2e5ea;
    vertical-align: middle;
    display:table-cell;
    text-align:center;
    padding-left:5px;
    padding-right:5px;
    border-right:2px solid #fff;
    text-decoration: none;
}

.tabs li a:hover{
    text-decoration:none;
    cursor:pointer;
    background-color:rgba(210, 229, 234, 0.3);
}

.tabs li:first-child a{
    border-top-left-radius:7px;
}

.tabs li:last-child a{
    border-right:none;
}


.tabs li a.current{
    background-color:#097994;
    color:#fff;
    text-decoration: none;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0c8fad+38,097994+100 */
    background: #0c8fad; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIzOCUiIHN0b3AtY29sb3I9IiMwYzhmYWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDk3OTk0IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(top,  #0c8fad 38%, #097994 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(38%,#0c8fad), color-stop(100%,#097994)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #0c8fad 38%,#097994 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #0c8fad 38%,#097994 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #0c8fad 38%,#097994 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #0c8fad 38%,#097994 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c8fad', endColorstr='#097994',GradientType=0 ); /* IE6-8 */


}

.tab-content{
    display:none;
    width:100%;
     padding-top: 20px;
}

/* !------------------------------------- newsletter general styles */

.newsletter_layout{
    width:100%;
    margin-bottom:30px;
    padding-bottom:30px;
    border-bottom:1px solid #E3E5E8;
    float:left;
}

.newsletter_layout img{
    width:100%;
}

.newsletter_layout img{
    margin-bottom:10px;
}


.tab-content.current{
    display: inherit;
}

.tabdes{

font-size:14px!important;}

/* !------------------------------------- newsletter component styles */
.newsletter_layout .imagedes{
    margin-bottom:15px;
}

.newsletter_layout.one img{
    margin-top:10px;
}

.newsletter_layout.two .imagecontainer{
    
}

.newsletter_layout.three .imagecontainer{
    float:right;
    width:100%;
}

.newsletter_layout.three .newslettercol{
    margin-bottom:20px;
}

.newsletter_layout.four p{
    margin-bottom:10px
}



/* !------------------------------------- general styles */

.wrapper{
    width:93.75%;
    margin: 0 auto;
    max-width:1400px;
}

.wrapperstandard{
    max-width:1200px;
}

html,body,.body-inner{
    height:100%;
/*  overflow-x:hidden; */
}


html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

.relative{
    position: relative;
}




.spacer.clear{
    width: 100%;
    height: 1px;
    margin-top: 40px;
    margin-bottom: 40px;
    content: "";
    float: left;
    display: table;
    clear: both;
}

.siteoverlay{
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background-color:rgba(255,255,255,0.4);
    z-index:200;
    cursor:pointer;
    transition:visibility 0s linear 0.5s,opacity 0.2s;
    -moz-transition:visibility 0s linear 0.5s,opacity 0.2s;
    -o-transition:visibility 0s linear 0.5s,opacity 0.2s;
    transition:visibility 0s linear 0.5s,opacity 0.2s;
    visibility:hidden;
    opacity:0;  
}

.right{
    float:right!important;
}

.sb-active .siteoverlay{
    visibility:visible;
    opacity:1;
    transition-delay:0s;
}

.downloadsection{
    background-color:#f3f3f3;
    width:100%;
    float:left;
    padding-top:40px;
    padding-bottom:40px;
}


/* heroimages */

#home-slideshow {
    height: 270px;
    overflow-y: hidden;
    position: relative;
}

#home-slideshow > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#home-slideshow a {
    color: inherit;
    text-decoration: none;
}

#home-slideshow .slideshow-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}

#home-slideshow .nzmca-data-logo {
    width: 100%;
    margin: 0 auto;
    display: block;
    transform: translate(-7%, -25%);
    max-width: 230px;
}

#home-slideshow .white-shadow {
    width: 200px;
    height: 40px;
    opacity: 0.4;
    border-radius: 40%;
    background: white;
    box-shadow: 0 0 80px 55px white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-67%, -25%);
    z-index: -1;
}

.herocontainer{
    background-size: 200%;
    background-position: center center;
    position: relative;
    float: left;
    width:100%;
    height:270px;
    margin-bottom:20px;
}

/*
.standard-herocontainer h1{
    font-family: 'opensansbolditalic';
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
    color:#fff;
    position:relative;
    margin-top:180px;
    text-align:center;
    z-index:1;
}
*/

.standard-herocontaineroverlay{
    position:absolute;
    height:270px;
    left:0;
    right:0;
    bottom:0;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0+0,0.5+100 */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC41Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.5))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 ); /* IE6-8 */



}






.herocontaineroverlay{
    position: absolute;
    background-color:rgba(0, 0, 0, 0.2);
    top: 0;
    bottom:0;
    right:0;
    left:0;
}


/* breadcrumbs */
.breadcrumbs{
    display:none;
    margin-bottom:10px;
}

.breadcrumbs li{
    display:inline-block;
}

.breadcrumbs li a{
    opacity:0.6;
    cursor:pointer;
    color:#041927;
    font-family: 'opensansitalic';
}

.breadcrumbs li a:hover{
    opacity:1;
    text-decoration: underline;
}

.breadcrumbs i{
    opacity:0.5;
}

.breadcrumbs li a.active{
    opacity:1;
    text-decoration: none;
    cursor:initial;
}

.breadcrumbs li .home i{
    opacity:0.6;
    font-size:17px;
    color: #041927;
}

.breadcrumbs li .home i:hover{
    opacity:1;
}


/* !-------------------------------------sidebar styles */


.sb-slidebar{
    background-color:#f8f8f8;
}

.pushy{
    background-color: rgba(11, 21, 49, 0.04);   
}

#slidebarmenu{
    position: relative;
    width:100%;
    list-style:none;
    padding-left:0;
    /*  -webkit-transform: translate(0, 65px);
     -moz-transform: translate(0, 65px);
      -ms-transform: translate(0, 65px);
       -o-transform: translate(0, 65px);
          transform: translate(0, 65px);*/
  -webkit-transition: -webkit-transform 200ms ease-in; /* Changed here */ 
     -moz-transition: -moz-transform 200ms ease-in;
       -o-transition: -o-transform 200ms ease-in;
          transition: transform 200ms ease-in;
}

#slidebarmenu > ul,#slidebarmenu>li>ul{
	list-style:none;
    padding-left:0;
}

.loginopen #slidebarmenu, .loginopen .menu-quick-links{
    -webkit-transform: translate(0, 288px);
     -moz-transform: translate(0, 288px);
      -ms-transform: translate(0, 288px);
       -o-transform: translate(0, 288px);
          transform: translate(0, 288px);
}


.searchopen #slidebarmenu, .searchopen .menu-quick-links{
    -webkit-transform: translate(0, 65px);
     -moz-transform: translate(0, 65px);
      -ms-transform: translate(0, 65px);
       -o-transform: translate(0, 65px);
          transform: translate(0, 65px);
}



.logindropdown,.searchdropdown{
    width: 100%;
    cursor:pointer;
    padding-left: 5%;
    padding-right: 5%;
    top: 65px;
    position: absolute;
    border-bottom: 1px solid #DCDCDC;
    padding-bottom: 20px;
    margin-bottom: 20px;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: -webkit-transform 200ms ease-in;
    -moz-transition: -moz-transform 200ms ease-in;
    -o-transition: -o-transform 200ms ease-in;
    transition: transform 200ms ease-in;    
}

.searchdropdown button[type="submit"]{
    position: absolute;
    right: 18px;
    top: 4px;

}

.logindropdown input[type=text]{
    margin-top:10px;
    margin-bottom:10px;
}

.logindropdown .des_small{
    margin-top:15px;
    color:#333;
    float:left;
    clear:both;
}

.logindropdown button[type="submit"]{
	margin-bottom:0;
}

.logindropdown .des_small a{
    color:#097994;
}



.loginopen .logindropdown,.searchopen .searchdropdown{
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
}


.searchdropdown input[type=search]{
	padding-right:85px;
}

   

#slidebarmenu li{
    width:100%;
	margin-bottom:0;
}


/*
#slidebarmenu > li.active{
	color:#db1912;
}
*/

#slidebarmenu > li.active .toplevel_link i{
	color:#db1912;
	opacity:0.7;
}


#slidebarmenu > li.active .toplevel_link.activelink i{
	color: rgba(11, 21, 49, 1);
}


#slidebarmenu li:last-child{
	margin-bottom:10px;
}

#slidebarmenu>li>ul>li.current>a{
	color:#db1912;
	position:relative;
}

#slidebarmenu>li>ul>li.current>a:before{
	color:#db1912!important;
}




.toplevel_link{
    font-family: 'franklingothicbold';
    text-transform:uppercase;
    font-size:18px;
    line-height:2.5;
    width:100%;
    display:inline-block;
    padding-left:13px;
    border-top:1px solid rgba(11, 21, 49, 0.1);
}

a.toplevel_link{
	color:#041927;
	font-family: 'franklingothicbold';
	padding-left:32px;
	text-decoration: none;
}

a.toplevel_link i{
	display:none;
}

a.toplevel_link:hover{
	background-color: #e1e2e4!important;
	text-decoration: none;
}









#slidebarmenu>li:hover .toplevel_link{
    cursor:pointer;
    background-color:#e1e2e4;
    color: rgba(11, 21, 49, 1);
}


.toplevel_link:hover{
    color: rgba(11, 21, 49, 0.8);
}

#slidebarmenu>li:hover .toplevel_link i{
    opacity:1;
}

#slidebarmenu .toplevel_link i{
    font-weight: bold;
    font-size: 18px;
    margin-right: 10px;
    opacity:0.5;
    -webkit-transition: transform 100ms ease-out;
    -moz-transition: transform 100ms ease-out;
    -o-transition: transform 100ms ease-out;
    transition: transform 100ms ease-out;
}

#slidebarmenu>li>ul>li>a{
    font-family:'opensansregular';
    font-size:15px;
    line-height:1.6;
    width:100%;
    display:inline-block;
    color: rgba(4, 25, 39, 1);
    padding-right:15px;
    padding-left:30px;
    padding-top:8px;
    padding-bottom:8px;
    text-decoration: none;
}


#slidebarmenu>li>ul>li>a.not-logged-in{
/*     font-family: 'opensansitalic'; */
    opacity: 0.5;
}

#slidebarmenu>li>ul>li>a.not-logged-in:hover{
	 opacity: 1;
	 color: rgba(4, 25, 39, 0.95);
}

#slidebarmenu>li>ul>li>a.not-logged-in:hover, #slidebarmenu>li>ul>li>a.logged-in:hover{
/*     color:#097994; */
}

#slidebarmenu>li>ul>li>a.not-logged-in:before,#slidebarmenu>li>ul>li>a.logged-in:before{
	content:"\f007";
	margin-right:5px;
	color: rgba(4, 25, 39, 0.5);
	font-size:13px;
	display:inline-block;
	font-family: "FontAwesome";
}

#slidebarmenu>li>ul>li>a.not-logged-in:hover:before{
	    color: rgba(4, 25, 39, 0.5);
}
	




#slidebarmenu>li>ul>li>a.logged-in{
    font-size: 14px;
}

#slidebarmenu>li>ul>li>a.logged-in:before{
	content:"\f007";
	margin-right:5px;
	font-size:13px;
	color: rgba(4, 25, 39, 0.5);
	display:inline-block;
	font-family: "FontAwesome";	
}


#slidebarmenu>li>ul>li>a:hover{
/*     color:#db1912; */
     text-decoration: underline; */
cursor:pointer;
/*     background-image: linear-gradient(rgba(0,0,0,0) 50%,#c90 50%); */
}


#slidebarmenu>li>ul>li>a:hover:before{
	color: rgba(4, 25, 39, 0.8);
}



/*
#slidebarmenu>li>ul>li>a:hover:before{
	color:#db1912;
}
*/








#slidebarmenu li:first-child .toplevel_link{
    border-top:none!important;
}





#slidebarmenu a:hover i{
    color:#f73535;
}

#slidebarmenu>li>ul{
    max-height:0;
    overflow:hidden;
    -webkit-transition: max-height 200ms ease-out;
    -moz-transition: max-height 200ms ease-out;
    -o-transition: max-height 200ms ease-out;
    transition: max-height 200ms ease-out;
}



/* expand the menu item */
#slidebarmenu>li .activelink + ul{
    max-height:1500px;
}

.toplevel_link.activelink i{
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform-origin: right middle 0;
    opacity:1!important;
}


.menu-quick-links {
    border-top: 5px solid #041927;
    padding: 10px 30px;
}

.menu-quick-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu-quick-links ul li a {
    text-decoration: none;
    color: rgba(4, 25, 39, 1);
    font-size: 14px;
    line-height: 20px;
    font-family: "opensansregular";
    display: block;
}

.menu-quick-links ul li a:hover {
    text-decoration: underline;
}

.social-media-links-menu {
    padding: 20px 0;
    float: left;
}

.social-media-links-menu .social-media-links-facebook, .social-media-links-menu .social-media-links-twitter{
    width: 35px;
    height: 35px;
    background-size: cover;
    background-repeat: no-repeat;
    float:left;
    margin-right:5px;
    opacity: 1;
}

.social-media-links-menu .social-media-links-facebook{
    background-image: url("../images/social-facebook-red.png");
}

.social-media-links-menu .social-media-links-twitter{
    background-image: url("../images/social-twitter-red.png");
}



.menu_topbar{
    width:100%;
    float:left;
    background-color:rgba(11, 21, 49, 0.1);
    margin-bottom:10px;
}

.menu_topbar a{
    cursor:pointer;
}

.menu_topbar .loginsignup{
    font-family:'montserratregular';
    cursor:pointer;
    color:#fff;
    display:inline-block;
    font-size:14px;
    line-height:1;
    padding: 7px 7px;
    margin-top:12px;
    margin-bottom:12px;
/*  border:1px solid rgba(208, 211, 216, 0.9); */
    -webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
    color: rgba(4, 25, 39, 0.85);
    background-color:transparent;
}

.menu_topbar .loginbutton, .menu_topbar .logoutbutton{
/*  background-color:rgba(255, 255, 255, 0.3); */
    background-color: rgba(4, 25, 39, 1);
    border:1px solid rgba(0, 0, 0, 0.2);
    text-decoration:none;
    color:#fff;
    border-radius:3px;
    float:left;
}

.menu_topbar .loginbutton:hover, .menu_topbar .logoutbutton:hover{
    background-color:rgba(255, 255, 255, 1);
    border:1px solid rgba(0, 0, 0, 0.2);
    color: rgba(4, 25, 39, 0.85);
}



.loginopen .loginbutton{
    color: rgba(4, 25, 39, 0.85);
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.signin,.logged-in-member{
    font-family: "opensansitalic";
    display: inline-block;
    font-size: 12px;
    line-height: 1.4;
    margin-left: 12px;
    margin-top: 10px;
    float: left;
}

.logged-in-member{
	margin-top:10px;
}





.signin a:-webkit-any-link,
.signin a:link{
	font-family:"montserratregular";
    text-decoration: underline;
    font-size: 13px;
    color: #041927;
}


.logged-in-member a:-webkit-any-link,
.logged-in-member:link{
	font-family:"montserratregular";
    text-decoration: underline;
    font-size: 13px;
    color: #041927;
    display:block;
}



.signin a:-moz-any-link{
	font-family:"montserratregular";
    text-decoration: underline;
    font-size: 13px;
    color: #041927;
}

.logged-in-member a:-moz-any-link{
	font-family:"montserratregular";
    text-decoration: underline;
    font-size: 13px;
    color: #041927;
    display:block;
}





.signin a:hover{
	text-decoration: none;
}

.logged-in-member a:hover{
	color:#097994;
	}




.menu_topbar{
    padding-left:5%;
    padding-right:5%;
    position:relative;
}

/*
.loginopen .menu_topbar:after{
    content: "";
    position: absolute;
    bottom: -11px;
    left: 11%;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 12px solid #DEDFE3;
    
}
*/


.menu_topbar .loginsignup.signupbutton:hover{
    text-decoration:underline;
}

.menu_topbar .searchicon{
    right: 20px;
    display: inline-block;
    position: absolute;
    margin-top: 12px;
}



.searchicon i{
    font-size:25px;
    line-height:1;
    line-height:29px;
    color:  rgba(4, 25, 39, 0.8);
    cursor:pointer;
}

.searchopen .searchicon i{
    color:rgba(0, 0, 0, 1)!important;   
}


.menu_topbar .searchicon:hover i{
        color: #db1912;
}








/* GRID */

.grid-date{
    float: left;
    width: 100%;
    font-size: 12px;
    font-family: "opensansitalic";
    font-size: 14px;
    margin-top: -7px;
    padding-top: 5px;
    color: rgba(4, 25, 39, 0.6);
    clear: both;
    margin-bottom: 0;
}

.grid,.staticgrid,.gridwrapper,.staticgridwrapper{
    position:relative;
    width:100%;
    max-width:2000px;
    margin:0 auto 25px;
    clear:both;
}

.staticgrid,.staticgridwrapper{
    max-width:1400px;
    margin-bottom:15px;
}

.gridwrapper{
    margin-bottom:15px;
}

.gridwrapper:after{
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;	
}





.grid-item .title span {
    font-size: 15px;
    text-transform: uppercase;
    color: rgba(4, 25, 39, 0.5);
    white-space: pre;
}


/* -----!GRID SIZING */


.grid-sizer, /* grid sizer used to measure tile width for responsive grid */
.grid-item,.staticgrid-item{
    width:90%;
    margin-left:5%;
    margin-right:5%;
}

.gridwrapper,.staticgridwrapper{
    padding-left:5%;
    padding-right:5%;
}


/* twotiles */
@media screen and ( min-width: 450px ) {
    .grid,.staticgrid,.gridwrapper,.staticgridwrapper{
        width:95%;
    }
    
    .grid-sizer,
    .grid-item{
        width:46%;
        margin-left:2%;
        margin-right:2%;
    }   
    
    .gridwrapper{
        padding-left:2%;
        padding-right:2%;
    }   
    
    .staticgridwrapper{
        padding-left:0;
        padding-right:0;
    }
}

/* threetiles */
@media screen and ( min-width: 767px ) {
    .grid,.staticgrid,.gridwrapper{
        width:95%;
    }
    
    .grid-sizer,
    .grid-item,.staticgrid-item{
        width:31.3%;
        margin-left:1%;
        margin-right:1%;
    }   
    
    .staticgrid-item{
	    height:420px;
    }
    
    .staticgrid-item .button_flat{
	    left:0;
	    bottom:0;
		position:absolute;
    }
    
    .downloadcontainer{
        width:100%;
        float:left;
    }   
    .gridwrapper{
        padding-left:1%;
        padding-right:1%;
    } 

    .benefit-icon {
        width: 100px;
        margin-right: 25px;
        margin-top: 15px;
        margin-bottom: 10px;
        float:left;
    }

    .benefit-container .pagetitle {
        margin-left: 125px;
    }

    .article-container .pagetitle {
        margin-bottom: 5px;
    }  
}

@media screen and ( min-width: 1100px ) {
    
    .grid-sizer,
    .grid-item,.staticgrid-item{
        width:23%;
    }       
    
    .staticgrid-item{
	    height:400px;
    }
    
    .downloadcontainer{
        width:74.3%;
    }
}

@media screen and ( min-width: 1700px ) {
    
    .grid-sizer,
    .grid-item{
        width:18%;
    }      
    
    .staticgrid-item{
	    height:390px;
    } 
    
    .downloadcontainer{
        width:74.3%;
    }
}


/* GRID-SIZING END */



/* !-----GRID CONTENT */

.grid-item{
    min-height:45px;
    background:#fff;
    margin-top:15px;
    margin-bottom:15px;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.4);
    -moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.4);
    -webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.4);    
}


.grid-item img{
    width:100%;
    float: left;
}


.grid-item.monthtile{
    font-family:'Montserratregular';
    font-size:16px;
    line-height:18px;
    color:#fff;
    padding:15px 20px;  
    cursor:initial;
    
    margin-bottom: 5px!important;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#222e4c+0,0b1531+100 */
background: #222e4c; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIyMmU0YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwYjE1MzEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #222e4c 0%, #0b1531 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#222e4c), color-stop(100%,#0b1531)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #222e4c 0%,#0b1531 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #222e4c 0%,#0b1531 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #222e4c 0%,#0b1531 100%); /* IE10+ */
background: linear-gradient(to bottom,  #222e4c 0%,#0b1531 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222e4c', endColorstr='#0b1531',GradientType=0 ); /* IE6-8 */


}

.grid-item .title{
    float:left;
    font-family:'franklingothicbold_cond';
    font-size:24px;
    line-height:28px;
    padding-left:25px;
    padding-right:25px;
    width:100%;
}

.grid-item .title span{
    font-size: 15px;
    text-transform: uppercase;
    color: rgba(4, 25, 39, 0.5);
    white-space: pre;
}


.grid-item .description{
    float:left;
    margin-left:25px;
    margin-right:25px;
}

.grid-item .button_flat{
    float: left;
    margin-left:25px;
    margin-right:25px;
}

.grid-item .videocontainer{
    position: relative;
    float: left;
    width:100%;
}

.grid-item .videooverlay, .staticgrid-item .videooverlay{
    position: absolute;
    bottom:0;
    top:0;
    right:0;
    left:0;
    background-color:rgba(0,0,0,0.2);
}

.grid-item .playbutton, .staticgrid-item .playbutton{
    width:70px;
    height:70px;
    border-radius:70px;
    background-color:rgba(255,255,255,0.4);
    position: absolute;
    z-index:1;
    margin:auto;
    left:0;
    top:0;
    bottom:0;
    right:0;
}

.grid-item .video_rightarrow, .staticgrid-item .video_rightarrow{
    width: 0;
    height: 0;
    margin: 21px 0px 0 27px;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 22px solid rgba(4, 25, 39, 0.90);;
    transform:scale(1);
    -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}


.grid-item.imagetile .button_flat{
    position: absolute;
    bottom:25px;
    left:0;
}


/* !-----GRID CONTENT END */

/* !-----STATICGRID CONTENT */

.staticgrid-item{
    float:left;
    position:relative;
    min-height:45px;
    background:#fff;
    margin-top:15px;
    margin-bottom:15px;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.4);
    -moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.4);
    -webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.4);    
}

.staticgrid img{
    width:100%;
    float:left;
    /*display:none;*/
}

.staticgrid-item img:first-child{
	display:block!important;
}

.staticgrid-item .titlecontainer{
    background-color: rgba(39, 39, 39, 0.85);
    display:table;
    position: absolute;
    top:0;
    width:100%;
    min-height:80px;
}

.staticgrid-item .title{
    font-family:'franklingothicbold_cond';
    font-size:22px;
    line-height:28px;
    color:#fff;
    display:table-cell;
    padding-left:20px;
    padding-right:20px;
    vertical-align: middle;
}

.staticgrid-item .button_flat{
    margin-left:20px;
    margin-bottom:20px;
    margin-top:20px;
}

.staticgrid-item.feature{
    background-color:#f3f3f3;
}

.staticgrid-item.feature .title{
    color: rgba(4, 25, 39, 1);;
    padding-left:0;
    padding-right:0;
}

.staticgrid-item.feature .des_small{
    color:#097994;
}

.staticgrid-item.feature .featurecontent{
    margin-left:20px;
    margin-right:20px;
    margin-top:20px;
/*     position: absolute; */
/*     width:80%; */
}

/* !-----STATICGRID CONTENT END*/

/* !-------------------------------------header styles */


header{
/*  background-color:rgba(0, 0, 0, 0.7); */
    background-color:rgba(19, 21, 22, 0.8);
    border-top:3px solid #db1912;
    position: fixed;
    z-index:10000;
    top:0;
    width:100%;
}

.covi-logo{
    display:none;
}

.pushy-active header{
    position: absolute;
}

.pushy-active #container{
    overflow-y: hidden;
}

.headerstandard_imagecontainer{
    background-image:url('../images/headerback.jpg');
    background-size:cover;
    background-position:center center;
}


header,.headerstandard_imagecontainer{
    height:60px;
    margin-bottom:10px;
}

.header-container .logotitle{
        display:none;
}



.logo{
    float: left;
}


.logo img{
    margin-top: 10px;
    width: 100px;
    position: absolute;
    margin-left: -50px;
    left: 50%;
}


.logotitle{
    font-family: 'opensanssemibold';
    text-align: center;
    width:100%;
    position: absolute;
    z-index:101;
    left:0;
    top:75px;
    font-size:14px;
    line-height:18px;
    color:#fff;
}

.minititle{
    position: absolute;
    text-align:center;
    width:100%;
    line-height:1.2;
    z-index:99;
    margin:0 auto;
    color:#fff;
    font-family: 'opensanssemibold';
    top:90px;
}



.membersportal .logotitle{
    display:none;
}

.motorcaravanner .logotitle{
    display:none;
}



.menuicon, .login-icon{
    float: left;
    margin-top:10px;
    -webkit-transition: opacity 100ms ease-out;
    -moz-transition: opacity 100ms ease-out;
    -o-transition: opacity 100ms ease-out;
    transition: opacity 100ms ease-out;
}

.menuicon:hover, .login-icon:hover{
    opacity:0.5;
    cursor:pointer;
}

.menuicon .strip{
    background-color:#fff;
    width:27px;
    height:4px;
    margin-top:5px;
    margin-bottom:5px;
}

.menuicon .strip.menu-text, .login-icon .strip.menu-text {
    background: none;
    color: #fff;
    font-size: 9px;
    text-transform: uppercase;
}

.login-icon i {
    color: #fff;
    font-size: 18px;
    margin-bottom: 2px;
    margin-top: 3px;
}

.login-icon {
    margin-left: 15px;
    text-align: center;
}






/* shopping-cart */


.cart-container{
    float: right;
    position: relative;
    margin-top: 10px;
    cursor: pointer;
}

.cart-container .cart-descript{
    display: none;
    }


.cart-icon{
    color: rgba(255,255,255,0.7);
    font-size: 35px;
    float: right;
    cursor: pointer;
    padding: 0px 0px 0px 0px;
    border-radius: 3px;
}



.cart-counter{
    width: 18px;
    height: 18px;
    border-radius: 18px;
    line-height: 17px;
    position: absolute;
    right: -5px;
    top: -3px;
    text-align: center;
    font-size: 12px;
    font-family: "opensansbold";
    background-color: #0b1531;
    color:#fff ;
}




.cart-dropdown{
    background-color: rgb(245, 245, 247);
    width: 300px;
    position: absolute;
    right: 2%;
    top: 0;
     box-shadow: 1px 1px 10px rgba(0,0,0,0.6);
    -moz-box-shadow: 1px 1px 10px rgba(0,0,0,0.6);
    -webkit-box-shadow: 1px 1px 10px rgba(0,0,0,0.6);
     -webkit-transform: translate(0, -102%);
     -moz-transform: translate(0, -102%);
      -ms-transform: translate(0, -102%);
       -o-transform: translate(0, -102%);
          transform: translate(0, -102%);
    -webkit-transition: -webkit-transform 200ms ease-in; /* Changed here */ 
     -moz-transition: -moz-transform 200ms ease-in;
       -o-transition: -o-transform 200ms ease-in;
          transition: transform 200ms ease-in;
}



.cart-dropdown.cart-open{
    -webkit-transform: translate(0, 0);
     -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}


.cart-dropdown .title{
    font-size:17px;
    font-family:'opensansbold';
    padding:20px 15px;
    margin-bottom:5px;
    background-color: rgba(11, 21, 49, 0.1);
}

.close-cart{
    float:right;
    font-size:14px;
    line-height:17px;
    cursor:pointer;
    color: rgba(4, 25, 39, 0.5);
}

.close-cart i{
    margin-left:5px;
}


.close-cart:hover{
    color: rgba(4, 25, 39, 1);
}



.cart-dropdown ul{
    font-size:12px;
    padding-left:15px;
    padding-right:15px;
    padding-bottom:15px;
    list-style: none;
}

.cart-dropdown ul li{
    font-family:"montserratregular";
    line-height: 1.3;
    position: relative;
    border-top:1px solid rgba(4, 25, 39, 0.1);
    margin-bottom:0;
}

.cart-dropdown ul li a{
	color:#041927;
	display:block;
	padding-top:8px;
    padding-bottom:8px;
    width:210px;
}




.cart-dropdown ul li.total{
    font-family: "opensansbold";
    font-size: 15px;
    padding-top: 20px;
    padding-bottom: 15px;
    margin-bottom: 0px;
}

.cart-dropdown ul li.total .final-amount{
    float:right;
    font-size:17px;
}
    

.cart-dropdown ul li:first-child{
    border-top:none;
}


.cart-dropdown .remove{
    cursor:pointer;
    right:0;
    top:3px;
    background-color: rgba(4, 25, 39, 0.2);
    position: absolute;
    width:24px;
    height:24px;
    border-radius:2px;
    text-align:center;
    padding:0;
}

.cart-dropdown .amount{
	position: absolute;
    right: 40px;
    top: 0;
    font-family: "opensansregular";
    line-height: 36px;
    width: 20px;
    text-align: right;
    font-size: 13px;
}


.cart-dropdown .remove i{
    font-size:16px;
    color: rgb(245, 245, 247);
    line-height:22px;
}

.cart-dropdown .remove:hover{   
     background-color: rgba(4, 25, 39, 1);
}

.cart-dropdown .mini-checkout{
    float:right;
    margin-bottom:20px;
    margin-top:5px;
}

.go-to-main-cart{
    float: right;
    margin-top: 5px;
    font-family: "montserratregular";
    border-radius: 3px;
    color: rgba(4, 25, 39, 0.5);
    font-size: 13px;
    padding: 10px 12px;
    border: 1px solid rgba(4, 25, 39, 0.3);
    cursor:pointer;
    margin-right:10px;
    text-decoration:none;
}

a:link.go-to-main-cart{color: rgba(4, 25, 39, 0.5);}
a:-webkit-any-link.go-to-main-cart{color: rgba(4, 25, 39, 0.5);}
a:-moz-any-link.go-to-main-cart{color: rgba(4, 25, 39, 0.5);}




.go-to-main-cart:hover{
    border-color:transparent;
    text-decoration:underline;
}


.cart-container:hover .cart-icon,.cart-container:hover .cart-descript{
    color: rgba(255,255,255,1); 
    border-color:rgba(255,255,255,0.8);
}

.cart-container:hover .cart-counter{
    color:#fff;
    
}

/* UPSELL SECTION */

.upsell-section{
    float:left;
    width:100%;
}




.upsell-section li{
    position:relative;
    width:48%;
    float:left;
    margin-bottom:10px;
    margin-top:10px;
    margin-right:4%;
}

.upsell-section li:nth-child(2n+2){
    margin-right:0;
}

.upsell-section .upsell-darkoverlay li .tile-overlay{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    z-index:1;
    background-color:rgba(0,0,0,0.5);
}

.upsell-section .no-darkoverlay li .tile-overlay{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    z-index:1;
    background-color: rgba(0,0,0,0.05);
    opacity:1;
    -webkit-transition: background-color 250ms ease-out;
    -moz-transition: background-color 250ms ease-out;
    -o-transition: background-color 250ms ease-out;
    transition: background-color 250ms ease-out;
}


.upsell-section .no-darkoverlay li:hover .tile-overlay{
    background-color:rgba(0,0,0,0);
}



.upsell-section .no-darkoverlay .image-container{
    position: relative;
    margin-bottom:7px;
}

.upsell-title{
    margin-bottom:10px;
    font-size:28px;
}

.upsell-section .no-darkoverlay .upsell-info{
    height:100px;
    height:50px;
/*  float:left; */
}



.upsell-darkoverlay .upsell-info{
    color:#fff;
    z-index:2;
    text-align:center;
    height:auto;
    display:table;
    width:100%;
    position:absolute;
    width:120px;
    height:120px;
    top:0;
    bottom:0;
    margin-left: 50%;
    transform: translateX(-50%);
}

.upsell-darkoverlay .upsell-info h3{    
    padding:15px;
} 

.upsell-info h3{
    font-family:"opensansbold"; 
    text-transform:uppercase;
    font-size:13px;
    line-height:1.4;
}

.upsell-darkoverlay{
	list-style: none;
	padding-left:0;
}



.upsell-darkoverlay li:hover h3{
    text-decoration: underline;
}

.upsell-darkoverlay li:hover i{
    background-color:rgba(247, 53, 53, 0.8);
}


.no-darkoverlay a{
    
}


/* UPSELL SECTION */

.upsell-section{
    float:left;
    width:100%;
}


.upsell-section li{
    position:relative;
    width:48%;
    float:left;
    margin-bottom:10px;
    margin-top:10px;
    margin-right:4%;
}

.upsell-section li:nth-child(2n+2){
    margin-right:0;
}

.upsell-section .upsell-darkoverlay li .tile-overlay{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    z-index:1;
    background-color:rgba(0,0,0,0.5);
}

.upsell-section .no-darkoverlay li .tile-overlay{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    z-index:1;
    background-color: rgba(0,0,0,0.05);
    opacity:1;
    -webkit-transition: background-color 250ms ease-out;
    -moz-transition: background-color 250ms ease-out;
    -o-transition: background-color 250ms ease-out;
    transition: background-color 250ms ease-out;
}


.upsell-section .no-darkoverlay li:hover .tile-overlay{
    background-color:rgba(0,0,0,0);
}



.upsell-section .no-darkoverlay .image-container{
    position: relative;
    margin-bottom:7px;
}

.upsell-title{
    margin-bottom:10px;
    font-size:28px;
}

.upsell-section .no-darkoverlay .upsell-info{
    height:100px;
    height:50px;
/*  float:left; */
}







.upsell-info h3{
    font-family:"opensansbold"; 
    text-transform:uppercase;
    font-size:13px;
    line-height:1.4;
}



.upsell-darkoverlay li:hover h3{
    text-decoration: underline;
}

.upsell-darkoverlay li:hover i{
    background-color:rgba(247, 53, 53, 0.8);
}


.no-darkoverlay a{
    
}




/* !-------------------------------------Footer */

footer{
    width:100%;
    background-color:#041927;
    margin-top: 50px;
    float:left;
}

footer .gridwrapper{
	margin-bottom:0;
}

.footer-signup-container{
    float: right;
    padding-top: 8px;
    padding-bottom: 8px;
}

footer .des_small{
    color:#fff;
    display:inline;
}

.footer-signup:-webkit-any-link,.footer-signup:link{
    font-family: 'montserratregular';
    border-radius:2px;
    cursor: pointer;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    text-decoration: none;
    line-height: 1;
    padding: 6px 6px 7px 6px;
    margin-top: 12px;
    margin-bottom: 12px;
    border:1px solid rgba(247, 53, 53, 0.4);
    margin-left:7px; 
    -webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
    background: rgba(247, 53, 53, 0.8);
}

.footer-signup:-moz-any-link{
	    font-family: 'montserratregular';
    border-radius:2px;
    cursor: pointer;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    text-decoration: none;
    line-height: 1;
    padding: 6px 6px 7px 6px;
    margin-top: 12px;
    margin-bottom: 12px;
    border:1px solid rgba(247, 53, 53, 0.4);
    margin-left:7px; 
    -webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
    background: rgba(247, 53, 53, 0.8);
}

.footer-signup:hover:-webkit-any-link{
    background: rgba(247, 53, 53, 1);
}





/* !-------------------------------------Homepage */

.homeherocontainer,
.homeherocontainer-1{
    background-image:url("../images/heroimage.jpg");
}

.homeherocontainer-2{
    background-image:url("../images/heroimage-2.jpg");
}

.homeherocontainer-3{
    background-image:url("../images/heroimage-3.jpg");
}

.homeherocontainer-4{
    background-image:url("../images/heroimage-4.jpg");
}

.homeherocontainer-5{
    background-image:url("../images/heroimage-5.jpg");
}

.homeherocontainer-6{
    background-image:url("../images/heroimage-6.jpg");
}

.homeherocontainer-7{
    background-image:url("../images/heroimage-7.jpg");
}

.homeherocontainer-8{
    background-image:url("../images/heroimage-8.jpg");
}

.homeherocontainer-9{
    background-image:url("../images/heroimage-9.jpg");
}



.homeherocontainer .title,
#home-slideshow .title{
    font-family: 'opensansbolditalic';
    font-size:28px;
    line-height:36px;
    text-align: center;
    margin:130px auto 0;
    width:70%;
    color:#fff;
    z-index:1;
    position: relative;
}

.homeherocontainer-4 .title,
#home-slideshow .homeherocontainer-4 + .title {
    margin-top: 200px;
}

.hero-image-60-jubilee-logo {
    position: absolute;
    z-index: 999;
    width: 140px;
    left: 50%;
    margin-left: -70px;
    top: 80px;
}




/* ----------------TILES VERTICAL SPACING */


/* standardgriditem */


.grid-item.standard .title{
    margin-top:15px;
    margin-bottom:10px;
}


.grid-item.standard .button_flat{
    margin-bottom:25px;
}


/* textgriditem */

.grid-item.text .title{
    margin-top:25px;
    margin-bottom:10px;
}


.grid-item.text p{
    margin-bottom:20px;
}

.grid-item.text .button_flat{
    margin-bottom:25px;
    text-decoration:none;
}

/* videogriditem */

.grid-item.video .title{
    margin-top:15px;
    margin-bottom:20px;
}


/* ----------------TILES HOVER */

.playbutton,.grid-item .button_flat,.grid-item .videooverlay,.staticgrid-item .videooverlay,.turqoisebutton,a.mfs-selected-option span{
    -webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
}


.grid-item:hover{
/*  outline:2px solid rgba(219, 25, 18, 0.7); */
/*     cursor:pointer; */
     box-shadow: 2px 2px 7px rgba(0,0,0,0.4);
     -moz-box-shadow: 2px 2px 7px rgba(0,0,0,0.4);
     -webkit-box-shadow: 2px 2px 7px rgba(0,0,0,0.4);
}

.video:hover .playbutton{
/*  background-color:transparent; */
}



.grid-item:hover .videooverlay, .staticgrid-item:hover .videooverlay{
    opacity:0;
}



.grid-item:hover .playbutton, .staticgrid-item:hover .playbutton{
    background-color:rgba(255,255,255,0.8);

}

.grid-item:hover .video_rightarrow, .staticgrid-item:hover .video_rightarrow {
    border-left-color:  rgba(4, 25, 39, 1);;   
    transform:scale(1.1);
}






/* !-------------------------------------3 Column Layout*/
    


.rightcol{
    position: relative;
}
    
    
.leftcol,.rightcol{
    width:100%;
}



.rightcol{
    float:left;
}

    

.midcol{
    width:100%;
    float:left;
}

/* !-------------------------------------2 Column Layout*/

.standard_rightcol{
    display:none;
}

.standard_leftcol{
    width:100%;
}




/* !-------------------------------------MembersPortal*/

.members-portal-ads{
   
    float: left;
    width: 100%;
    padding-left:25px;
}

.members-portal-ad{
    float: left;
    margin: 10px 1% 20px 0;
    width: 32.6666667%;
	
}

.members-portal-ad:last-child{
	margin-right:0;
}

.members-portal-ad img{
	float: left;
	width:100%;
}

.members-portal-article-buttons a:first-child{
	margin-bottom:0px;
	margin-top:30px;
}

.members-portal-article-buttons .button_flat{
	background-color:#041927;
}



.members-portal-article-buttons .button_flat:hover{
	background-color:#fff;
	color:#041927!important;
}

.profile-pic-size-limit {
    margin-bottom: 1em;
    font-size: 13px;
    text-align: center;
}

.cancel_edit{
	font-size: 13px;
    padding: 10px 12px;
    font-family: "montserratregular";
    text-transform:uppercase;
    line-height:1;
}

.leftcol .largebutton.curved i{
    color:#15699f;
    display:none;
}

.members_pagetitle{
	font-family: 'franklingothicbold_cond';
	font-size:34px;
    border-bottom: 1px solid rgb(204, 209, 211);
    margin-bottom: 5px;
}

/*
.members_pagetitle span{
    color:#15699f;
}
*/

.welcome{
    margin-bottom:10px;
    margin-top:10px;
}


.profilepic_container{
    width:30%;
    float:left;
    margin-bottom:10px;
    margin-top:10px;
}

.userprofilepic{
    width:100%;
    position: relative;
    float:left;
}

.template-input{
    padding: 13px 18px;
    border-radius: 2px;
    background-color: #EDEDED;
    border:1px solid #fff;
    height:150px!important;
    float:right;
    width:100%!important;
}

.userprofilepic.right + div{
	float:right;
}

.userprofilepic{
	margin-top:10px;
}

.user_1{
/*     width: 98%; */
    height: auto;
     margin-top: 1%;
    width:100%;
    border-radius: 500px;
    /*left: 1%;*/
    /*top: 1%;*/
    /*float: left;*/
    /*position: absolute;*/
    /*top: 1%;*/
}

#circle_mask{
    position:relative;
    top:0;
    width:100%;
    bottom:0;
    z-index:1;
}

.usersinfo{
    width:65%;
    float: right;
}

.usersinfo .largebutton{
    width:100%;
    margin-bottom:5px;
}


.leftcol .button_curved{
    float:left;
    width:100%;
}

.leftcol .button_flat{
    float:left;
    margin-top:20px;
    margin-bottom:30px;
}

.leftcol a:-webkit-any-link.button_flat{
	font-family: 'franklingothicbold';
    letter-spacing: 1px;
}




.areaselector{
    background-color:#d2e5ea;
    padding:20px;
    text-align: center;
    float:left;
    width:100%;
}



.areaselector .des_small{
    margin-bottom:10px;
}

.areaselector .des_small span{
    font-family:'opensansbolditalic';
}

.standardlink{
    color:#097994;
}


.tabs{
    float:left;
    margin-top:20px;
    padding-left:0;
}


.sidebarcontent{
    background-image:url("../images/sidebarpic-2.jpg");
    background-size:cover;
    background-repeat:no-repeat;width:100%;
    padding-left:20px;
    padding-right:20px;
    float:left;
    margin-top:20px;
    margin-bottom:20px;
}

.sidebarcontent a i{
    color:#097994;
}

.sidebarcontent .largebutton{
    width:100%;
}


/* ! tab-styles - what's on */
.whats_on, .specialevents{
    float:left;
    padding-bottom:30px;
    margin-bottom:30px;
    border-bottom:1px solid #E3E5E8;
    width:100%;
}

.whats_on .button_flat, .specialevents .button_flat{
    margin-top:20px;
}

.whats_on img{
    width:100%;
    margin-bottom:10px;
}

/* ! tab-styles - special events */

.specialevents{
    position: relative;
}

.specialevents .article_text h2{
	padding-top:0;
}


.dateoverlay{
    position:absolute;
    border-bottom-right-radius: 2px;
    font-size:20px;
    line-height:40px;
    font-family: 'franklingothicbold_cond';
    top:0;
    left:0;
    background-color:rgba(0,0,0,0.7);
    color:#fff;
    width:50px;
    height:40px;
    text-align:center;
    vertical-align:middle;
}



.popup-box{ 
    display:none;
    background-color:#f3f3f3;
    border-radius:1px;
    width:90%;
    height:500px;
    max-width:700px;
    padding:30px;
    position:absolute;
    margin:auto;
    right:0;
    left:0;
    top:0;
    bottom:0;   
}

.second_siteoverlay.overlayactive .popup-box{
    display:block;
    cursor:initial;
}

.popup-box.change-region-interest .des_small{
    margin-top:10px;
    margin-bottom:15px;
    color: rgba(4, 25, 39, 0.9);
}

.popup-box .popup-title{
    font-family:"opensansbold";
    font-size:20px;
    line-height:1.4;
}

.popup-box.change-region-interest .mfs-form{
    margin-bottom: 10px;
}

.popup-box .close-popup-box{
    position: absolute;
    right: -12px;
    top: -12px;
    font-size: 19px;
    color: #fff;
    background-color: rgba(4, 25, 39, 1);
    line-height: 26px;
    width: 32px;
    text-align: center;
    height: 32px;
    border-radius: 39px;
    border: 2px solid #fff;
    cursor:pointer;
    -webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
}

.popup-box .close-popup-box:hover{
    background-color: rgb(44, 67, 82);
}
    


/* !-------------------------------------Motor Caravanner */

.caravanherocontainer{
    background-image:url("../images/motorcaravanner.jpg"); 
}

.gpsherocontainer{
    background-image:url("../images/gps2.jpg"); 
}


.downloadcontainer .sectionhead{
    font-size:20px;
}


.masthead_container{
    position:relative;
    z-index:10;
    padding-top:110px;
    margin:0 auto;
    width:280px
}

.masthead{  
    width:100%;
}


/* !-------------------------------------Articlepage */
.flatcol{
    background-color:#f3f3f3;
    min-height:500px;
}

.article-container img{
    height:auto;
}

.article-info, .article-info a{
    font-family:"opensansregular";
    line-height: 1.4;
    font-size:13px;
    color: rgba(4, 25, 39, 0.8);
    width:100%;
    margin-bottom:20px;
}

.article-info a:hover{
    color: rgba(4, 25, 39, 1);
}


.pagetitle{
    margin-bottom:5px;
    font-size:36px;
    line-height:1;
}


.article-container img{
    height:auto;
    width:100%;
    float:left;
}


.benefits-list img{
    height:auto;
    width:100%;
}

.post-article-content{
    margin-top:20px;
    padding-top:20px;
    border-top:1px solid rgba(4, 25, 39, 0.2);
    clear:both;
    float: left;
    width: 100%;
}

.post-article-tags, .post-article-area{
    float:left;
    clear:left;
}

.post-article-tags .title{
    display: inline-block;
    float: left;
    line-height: 20px;
    margin: 2px 2px 2px 0;
}

.post-article-tags .button_tag{
    background-color: rgba(11, 21, 49, 0.3);
    padding: 2px 7px;
    font-size:12px;
    border-radius:1px;
    float:none;
    display:inline-block;
}

.post-article-tags .button_tag:hover{
    background-color:#fff;
    text-decoration: underline;
}

.post-article-area{
    margin-top:10px;
}


.post-article-area a{
    font-family:"montserratregular";
    color: rgba(4, 25, 39, 0.5);
    cursor:pointer;
    text-decoration: underline;
    font-size:15px;
}

.post-article-area a:hover{
    color: rgba(4, 25, 39, 1);
}


.other-articles-link{
    
    display:inline-block;
    letter-spacing: 0;
    line-height: 1.4;
    color: rgba(4, 25, 39, 1);
    cursor: pointer;
}

.article-container .userprofilepic{
    width:50px;
    margin-right:15px;
}

.more-articles{
    font-family: "montserratregular";
    cursor: pointer;
    color: rgba(4, 25, 39, 0.5);
    float: left;
    margin-top: 20px;
}

.more-articles:hover .view-author{
    text-decoration: underline;
/*  color:#0c8fad; */
        color: rgba(4, 25, 39, 1);
}



.more-articles .view-author{
        font-size:13px;
        margin-top:5px;
}

.more-articles-text{
    float: left;
}


.member-name{
    color: rgba(4, 25, 39, 1);
    margin-top: 9px;
}

.article-container img.half-width{
    margin-bottom:20px;
}


.mfs-form.member-articles{
    padding: 10px 15px 10px;
    background-color: #E7E8EA;
    width: 100%;
    border-radius: 2px;
    margin-top: 0;
}

.mfs-form.member-articles.sans-tags{
    top:0;
}

.mfs-form.member-articles .title{
    font-size: 14px;
    margin-bottom: 7px;
}


.mfs-form.member-articles ul{
    margin-top: 2px;
    margin-bottom: 5px;
}

/* National members */

.nationalmember{
    width:106.250%;
    float:left;
    margin-left:-3.125%;
    list-style: none;
    padding-left:0;
}


.nationalmember li{
    padding-left: 3.125%;
    padding-right: 3.125%;
    float: left;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #C7C6C6;
    margin-bottom:0;
}

.nationalmember-pic {
    position: relative;
    float: left;
}

.nationalmember-pic img{
    width:50px;
    float: left;
    margin-right:10px;
}

.nationalmember-pic .user_2 {
    position: absolute;
    width: 40px;
    left: 40%;
    top: 40%;
    border: 2px solid #fff;
}

.nationalmember-name {
    font-family: "opensansbold";
    color: rgba(4, 25, 39, 1);
    margin-bottom: 3px;
    font-size: 18px;
}

.nationalmember-address {
    color: rgba(4, 25, 39, 0.7);
    margin-top: 10px;
    margin-left: 10px;
    margin-left: 61px;
    margin-bottom: 5px;
    line-height: 1.4;
    font-size: 14px;
}


.life-members-heading{
	color:#097994;
	font-family: "opensansbold";
	margin-top:30px;
	margin-bottom:30px;
}

.article-info .park-url {
    color: #097894;
}



.benefits-list{
	padding-left:0;
}

.benefits-list li {
    position: relative;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.4);
    -moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.4);
    -webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.4);
}

.benefits-list li {
    content: "";
    display: table;
    clear: both;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 15px 10px;
}

.benefits-list .image-container {
    position: relative;
}

.benefits-list .image-container {
    position: relative;
    width: 50%;
    float: left;
    padding: 0px 20px 0 0;
}

.benefits-info {
    padding: 0px 0 0px 50%;
}

.benefits-info h3 {
    font-size: 15px;
    line-height: 1.6;
}

.article-container .benefit-icon {
    width: 40px;
    height: auto;
    margin-right: 10px;
    float: left;
    margin-top: 5px;
}

.benefit-container .pagetitle {
    margin-left: 50px;
}

.upsell-section {
    float: left;
    width: 100%;
}

.upsell-title {
    margin-bottom: 10px;
    font-size: 28px;
}

.upsell-section li {
    position: relative;
    width: 48%;
    height:120px;
    float: left;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-right: 4%;
}



.upsell-darkoverlay .upsell-info h3 {
    padding: 15px;
}

.upsell-info h3 {
    font-family: "opensansbold";
    text-transform: uppercase;
    font-size: 13px;
    line-height: 1.4;
}

.upsell-section .upsell-darkoverlay li .tile-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(0,0,0,0.8);
}

.upsell-darkoverlay li:hover h3 {
    text-decoration: underline;
}

.tile-overlay img{
    width: 100%;
    height: auto;
}

.nationalmember-address{
        color: rgba(4, 25, 39, 0.7);
    margin-top:10px;
    margin-left:10px;
    margin-left:61px;
    margin-bottom: 5px;
    line-height:1.4;
    font-size:14px;
}

.nationalmember-address i{
    font-size:18px;
    margin-right:6px;
    color:#097994;
}

.benefits-list li{
    position: relative;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.4);
    -moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.4);
    -webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.4);
}

.benefits-list .image-container{
    position: relative;
}



.benefits-list .image-container{
    position: relative;
    width: 50%;
    float: left;
    padding: 0px 20px 0 0;
}

.benefits-info{
    padding: 0px 0 0px 50%;
}
    
        
    /*  Tiles */
    .grid-item .title{
        font-size:24px;
        line-height:28px;
    }
    
     .staticgrid-item .title{
         line-height:28px;
         padding-top:5px;
         padding-bottom:10px;
     }

     .upsell-section li {
        position: relative;
        width: 120px;
        float: left;
    }

    .upsell-section li, .upsell-section li:nth-child(2n+2) {
        margin-right: 20px;
    }

    .benefits-list li {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .benefits-list .image-container {
        padding: 0 15px 15px 0;
        width: 50%;
        max-width: 260px;
    }

    .benefits-info {
        float: none;
        width: auto;
        padding: 20px 20px 0 0;
    }

    .benefits-info h3 {
        font-size: 18px;
    }

    .benefits-list .button_flat {
        margin-top: 20px;
    }

    .article-container .benefit-icon {
        width: 60px;
        margin-right: 15px;
        margin-bottom:15px;
    }



    .upsell-section li, .upsell-section li:nth-child(2n+2) {
        margin-right: 20px;
    }

    .upsell-section li {
        position: relative;
        width: 120px;
        float: left;
    }
    
    .upsell-info h3 {
        font-size: 13px;
    }

.benefits-info h3{
    font-size:15px;
    line-height:1.6;
}

.benefits-list li{
    content: "";
    display: table;
    clear: both;
    width:100%;
    margin-top:10px;
    margin-bottom:10px;
    padding:20px 20px;
}



.benefits-list .button_flat{
    display:inline-block;
    margin-top:15px;
    float:none;
    text-decoration:none;
}

/*
.article-container .benefit-icon{
    width:40px;
    height:auto;
    margin-right:10px;
    float:left;
    margin-top:5px;
}
*/

.benefit-container .pagetitle{
    margin-left:75px;
    margin-bottom:10px;
}

.benefit-container .article-info{
    margin-left:50px;
}

.article-info .park-url{
        color:#097894;
    }

.article-info .park-url i{
    margin-right:5px;
}


/* holiday Park */

.holiday-park-content{
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #E3E5E8;
    float: left;
}




/* spring clean */

.mfs-form.spring-clean{
    position:relative;
    padding: 10px 15px 10px;
    background-color: rgba(11, 21, 49, 0.1);
    width: 100%;
/*     padding-right:68px; */
    border-radius: 2px;
/*     margin-top: 20px; */
    margin-bottom: 5px;
}

.mfs-form.spring-clean .title{
    font-size: 14px;
    margin-bottom: 7px;
}


.mfs-form.spring-clean ul{
    margin-top: 2px;
    margin-bottom: 5px;
}


.mfs-form.spring-clean .largebutton.curved.green .button-text{
    display:block;
}

.mfs-form.spring-clean .largebutton.curved.green{
    float:right;
    margin-right:0;
}

.tag-container.spring-clean .filters-button-group{
    margin-left:0;
    margin-top:0;
    margin-bottom:20px;
    float:left;
}



/* travel Directory */
.travel-directory-form{
    margin-bottom:10px;
}

.travel-directory-form.generalform{
    padding-bottom:30px;
}

.travel-directory-form .seperator-strip{
    margin-top:10px;
}

.travel-getstarted .travel-icon{
    position: absolute;
    left:0;
}



.travel-icon{
    width:30px;
    height:30px;
    background-color: rgba(4, 25, 39, 0.9);
    position:absolute;
    z-index:0;
    border-radius:2px;
}




.travel-icon img{
    width:100%;
    padding:2px;
}

.travelicons{
    position:relative;
    float:left;
    width:100%;
    margin-bottom:0px;
}

.travelicons .prettycheckbox>a{
    margin-left:35px;
}

.travelicons label{
    width:75%;
}


.form-left{
    width:100%;
    float: left;
}

.form-right{
    width:100%;
    position:relative;
    float: right;
}


.form-left label:first-child{
    padding-top:0;
}

.form-right .label:first-child{
    padding-top:30px;
}


.travel-form-header{
    width:100%;
    float:left;
    margin-top:10px;
    position:relative;
}

.travel-form-header .largebutton.travel-map-button{
	top:-5px;
}


.travel-form-header .title{
    font-size: 15px;
    font-family: "opensansbold",sans-serif;
    text-transform:uppercase;
    float: left;
    width: 100%;
    padding-right: 57px;
    line-height: 1.4;
    margin-top: 3px;
}

#searchTermsBox{
	padding-right:80px;
}


.id-area-container{
    padding-right: 57px;
}




.largebutton.travel-map-button{
    position:absolute;
    right:0;
    bottom:0;
    top: 5px;
    margin:0;
}

#directoryResult h2{
    font-family: "opensansbold";
/*     float: left; */
}

/*
.largebutton.travel-map-button .button-text{
    display:block;
}
*/



.map-slide{
	position:fixed;
    width:100%;
    background-color: rgba(22, 27, 31, 0.8);
    border-radius:3px;
/*     position:absolute; */
    top:0;
    bottom:0;
    left:0;
    right:0;
    z-index:10000;
    height:100%;
    -ms-transform: translate(200%,0); /* IE 9 */
    -webkit-transform: translate(200%,0); /* Safari */
    transform: translate(200%,0);
    transition: transform 0.3s ease-Out; /* IE 10, Fx 16+, Op 12.1+ */
}

.map-slide.visible{
    -ms-transform: translate(0,0); /* IE 9 */
    -webkit-transform: translate(0,0); /* Safari */
    transform: translate(0,0);
}

.close-map i{
    font-size:30px;
    cursor:pointer;
    float: left;
    padding: 10px;
    background-color: rgba(0,0,0,0.3);
    color: rgba(250,250,250,0.8);
}

.close-map i:hover{
	color: rgba(250,250,250,1);
}




/* travel Directory Results */
    
.travel-icon-container{
    width:100%;
    margin-top:10px;
    margin-bottom:20px;
    float:left;
}


.travel-results{
    margin-top:20px;
}


    
.travel-results article{
    float:left;
    padding-bottom:20px;
    margin-bottom:20px;
    /*border-bottom:1px solid #CECECE;*/
}

.travel-results article .travel-icon img{
    width:100%;
}



.travel-results article img{
    margin-bottom:10px;
}

.travel-results article h1{
    margin-bottom:0;
}


.travel-results .travel-form-header .title{
    width: auto;
    margin-top: 10px;
    padding-right: 0;
    font-size: 16px;
    padding-bottom:3px;
}




.new-search{
    float: right;
    cursor: pointer;
    padding: 8px 8px;
    border: 1px solid rgba(4, 25, 39, 0.5);
    border-radius: 2px;
    font-size: 14px;
    position: relative;
    margin-top: -30px;
    color: rgba(4, 25, 39, 0.8);
}

.new-search:hover{
    border-color:rgba(4, 25, 39, 1);
    color:rgba(4, 25, 39, 1);
}




.travel-detail .label{

    font-size:18px;
    width:100%;

}



.travel-detail ul{
    float:left;
    max-width:100%;
    font-size:16px;
    list-style: none;
    padding: 0;
}

.travel-detail ul li{
    padding-bottom:7px;
    padding-top:7px;
    font-family:"loraregular";
    position:relative;
    border-bottom:1px solid rgba(4, 25, 39, 0.1);
    margin: 0;
}


.li-title{
    width:100px;
    position:absolute;
    font-family: "opensansbold",sans-serif;
    text-transform:uppercase;
    font-size:13px;
    line-height:22px;
}


.li-info{
    line-height:1.4;
    padding-left:85px;
    width:100%;
}

.id-area{
    background-color: rgba(11, 21, 49, 0.1);
    font-size:17px;
    font-family:"opensansbold";
    padding: 10px;
    margin-top: 2px;
    margin-bottom: 2px;
    display: inline-block;
}

.id-area span{
    font-size:15px;
    font-family:"opensansregular";
}


.id-area:first-child{
    margin-left:0;
}


.travel-icon{
    position:relative;
    float:left;
    margin:3px;
    display:inline-block;
    vertical-align:middle;
}
    
.travel-icon:first-child{
    margin-left:3px;
}





.facilities-inline{
    display:inline-block;
    line-height:30px;
    float:left;
    margin-right:5px;
    font-size:15px;
}


.icon-title{
    position: absolute;
    background-color: rgba(4,25,39,0.9);
    line-height:1.4;
    color:#fff;
    text-align:center;
    border-radius:2px;
    bottom: 42px;
    padding: 5px 7px;
    border: 1px solid #000;
    display:none;
    left:50%;
    max-width:200px;
    font-size:13px;
    font-family:"opensansbold";
    text-transform:uppercase;
    transform:translate(-50%,0);
    -webkit-transform:translate(-50%,0);
    -ms-transform:translate(-50%,0);  
}

.icon-title:after{
    content: "";
    position: absolute;
    bottom: -8px;
    border-top: 9px dashed rgba(4,25,39,1);
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    left: 50%;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0); 
}

.travel-icon:hover{
    cursor:help;
}

.travel-icon:hover .icon-title{
    display:block;
}

.travel-detail-facilities-container{
    margin-top:15px;
    margin-bottom:15px;
    float:left;
}


.traveldirectory-detail-images{
    width:100%;
    float:left;
    margin-bottom:20px;
    
    
}

.traveldirectory-detail-images img{
    width: 24.6%;
    margin-left:0.5%;
    float:left;
}

.traveldirectory-detail-images img:first-child{
    margin-left:0;
}



.directoryUpdate img.tooltipAnchor.smaller{
	background-color:rgb(29, 48, 60);
}













.comments-section{
    float:left;
    width:100%;
}


.comments-section button[type="submit"]{
	margin-top:25px;
}


.comments-section .label{
    width:100%;
    padding-bottom:20px;
    padding-top:20px;
    font-size:18px;
    color: #097994;
}


.updates{
    padding-bottom:20px;
    list-style: none;
    padding-left: 0;
}

.updates li{
    position:relative;
    margin-top:3px;
    margin-bottom:3px;
}




.updates-container{
    cursor:pointer;
}





.updates-container i{   
    background-color: rgba(4, 25, 39, 0.4);
    color:#fff;
    padding:3px 5px;
    border-radius:1px;
    margin-right:12px;
    font-size:14px;
}

.updates-container:hover .label{
    color:#097994;
}

.updates-container:hover i{
    background-color: #097994;
}



.slide-visible,
.slide-hidden {
  overflow: hidden;
}

.slide-visible {
  visibility: visible;
  opacity: 1;
  transition: opacity 1s linear 0.5s;
}

.slide-visible > ul{
    margin-top: 0px;
    transition: margin-top 0.5s;
}

.slide-hidden {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0.5s, opacity 0.5s linear;
}

.slide-visible > ul,
.slide-hidden > ul {
  /* Put any padding, border, min-height, etc. here. */
}

.slide-hidden > ul {
  margin-top: -800px;
  transition: margin-top 3s 0.5s;
}

.comment-container{
        position: relative;
}




.comment-text{
    margin-left:65px;
    border-top:1px dashed #cacaca;
}

.comment-text:first-child{
    border-top:none;
}

.comment-text p{
    margin-bottom:25px;
}

.comment-container .title{
    font-family:"opensansbold";
    padding-bottom:7px;
    line-height:1.4;
    padding-top:10px;
}

.comment-container .user{
    position: absolute;
    margin-top:12px;
}

.comment-container .user img{
    width:50px;
    height:50px;
    border-radius:50px;
}

.user .user-name{
    color: rgba(4, 25, 39, 0.7);
    font-size:10px;
    width:50px;
    margin-top:3px;
}


#textarea{
    max-width:100%;
    margin-bottom:20px;
    height: 120px;
    border: 1px solid rgba(4, 25, 39, 0.1);
    padding: 15px 10px;
    background-color:#f3f3f3;
}

.contribute-photo-container{
    margin-bottom:50px;
    width:100%;
    float:left;
}

.contribute-photo-container #file{
    margin:10px 0;
    width:100%;
}

/*
.contribute-photo-container button[type=submit]{
    margin-top:10px;
}
*/

#leave-comment-container{
    float:left;
    width:100%;
}


.all-comments-container,#leave-comment-container{
    border-bottom: 1px solid #cacaca;
    padding-bottom: 30px;
}

.updates-container{
    border-bottom: 1px solid #cacaca;
}


a.link-leavecomment{
    font-family:"opensansbold";
    font-size:12px;
    color:#097994;
    cursor:pointer;
    clear:both;
    text-transform:uppercase;
    margin-bottom:15px;
    float:right;
}

.link-leavecomment i{
    margin-left:7px;
}


.right-col-ads{
	padding:20px;
}

.right-col-ads img{
	width:100%;
	margin-bottom:10px;
}



.content-folder-article{
	border-bottom:1px solid #eaeaea;
}


.content-folder-article h2{
	padding-top:1em;
	margin-bottom:0.2em;
}

.content-folder-link{
	margin-bottom:2em;
}


.content-folder-article a:-webkit-any-link, .content-folder-article a:link{
/* 	background-color: rgba(36, 54, 67, 0.5); */
    font-size: 16px;
    border-radius: 3px;
    color:rgb(9,121,148);
}

.content-folder-article a:-webkit-any-link:link:hover, .content-folder-article a:link:hover{
	text-decoration:none;
}


/*
#dateFilter input[type="text"]{
	margin-top:10px;
	margin-bottom:10px;
	width:120px;
}
*/

#dateFilter input[type="submit"]{
	float:none;
}


.back-to-news{
	margin-bottom:20px;
	font-size:14px;
	margin-top:0px;
	display:block;
	color:rgba(4, 25, 39, 0.4)!important;
	cursor:pointer;
}

.back-to-news:hover{
	    color: rgb(9,121,148)!important;
}

.back-to-news:before{
	content:"\f104";
	font-family:FontAwesome;
	display:inline-block;
	padding-right:5px;
	
}

.login-form-right img{
	width:100%;	
	float:left;
	margin-bottom:25px;
}




.login-form-left {
    float: left;
    width: 100%;
}

.login-form-right {
    float: left;
    width: 100%;
}

.motor-caravanner-ad{
	display:none;
}

.directory-updates-form{
	margin-bottom:20px;
}

.directory-updates-form input{
	width:100%;
	margin-top:10px;
	margin-bottom:10px;
}

.directory-updates-form input#filterSubmit{
	width:auto;
}


.rallies-and-events-header{
	position: relative;
    float: left;
    width: 100%;
    margin-bottom:20px;
}

.special-events-month{
    text-transform: uppercase;
    font-family: 'opensansbold';
    font-size: 17px;
    background-color: #E7E8EA;
    text-align: center;

    padding: 1.5em;
        padding-bottom:30px;
    margin-bottom: 25px;
    margin-top:-30px;
    line-height: 1;
}

.specialevents .button_flat{
	margin-top:0;
}


/*.formCol2{
    font-family: 'loraregular';
    color: rgba(21, 41, 54, 0.6);
    display: inline;
}*/


#details_correct{
	    margin-top: 40px;
	    margin-bottom:0;
}

.logged-in-member-pics img{
	width:30px;
	height:30px;
	float:left;
}

.logged-in-member-pics .user_2{
	margin-left:-5px;
}

.members-portal-link{
    float: left;
    line-height: 1.3;
    margin-left: 7px;
    margin-top:1px;
    text-decoration:underline;
}

.logged-in-member:hover .members-portal-link{
	color:#041927;
	text-decoration: none;
}

.social-media-links-footer{
	padding-top:20px;
	float: left;
}

.social-media-links-footer:after{
	content:'Get connected.';
	display:inline-block;
	float:left;
	color:#fff;
	font-size:15px;
	font-family:'opensansitalic';
	line-height:25px;
	margin-left:3px;
}

.social-media-links-facebook, .social-media-links-twitter{
	width:25px;
	height:25px;
	background-size: cover;
	background-repeat: no-repeat;
	float:left;
	opacity:0.4;
	margin-right:5px;
}

.social-media-links-facebook:hover, .social-media-links-twitter:hover{
	opacity:0.8;
}


.social-media-links-facebook{
	background-image: url("../images/social-facebook.png");
}

.social-media-links-twitter{
	background-image: url("../images/social-twitter.png");
}


/* !--------------------------------------------------------------MAIN MEDIA QUERIES */

@media screen and ( min-width: 600px ) {
    
    p{
        margin-bottom:20px;
    }
    
    
    /* 3 Column Layout*/
    
    .leftandcentercol{
        float: left;
        width:100%;
        position: relative;
    }
    
    .leftcol,.areaselector{ 
        float:left;
        clear:both;
    }
    
    .leftcol{
        width:277.5px;
    }
    
    .areaselector{
        width:100%;
    }
    
    .midcol{
        position:absolute;
        right:0;
        left:307.5px;
        width:auto;
    }
        
    .rightcol{
        float: left;
        width:277.5px;
    }
    
    .profilepic_container{
        width:100%;
    }
    
    .userprofilepic{
        width:48%;
    }
    
    .usersinfo{
        width:100%;
    }
    
    .welcome{
        border-left:1px solid #000;
        padding-left:20px;
        margin-bottom:20px;
    }
    
    .leftcol .largebutton.curved i{
        display:inline-block;
    }
    
    .tabs{
	    padding-bottom:0;
    }
    
    .tab-content{
        padding-left:25px;
        border-left: 1px solid #E0E0E0;
        float:left;
    }
    
    
    
    .tabdes{
        margin-bottom:20px;
    }
    
    .upsell-section ul{
	    list-style:none;
	    padding-left:0;
    }

    
    .upsell-section li{
        position:relative;
        width:120px;
        float:left;
        
    }
    
    
    

    .upsell-section li,.upsell-section li:nth-child(2n+2){
        margin-right:20px;
    }
    
    

    
/*
    .upsell-section li:nth-child(5n+5){
        margin-right:0;
    }
*/
    
    
    .upsell-member-info{
        padding:20px;
    }
    

    
    .upsell-info h3{
        font-size:13px;
    } 

    

    
        
    /*  Tiles */
    .grid-item .title{
        font-size:24px;
        line-height:28px;
    }
    
     .staticgrid-item .title{
         line-height:28px;
         padding-top:5px;
         padding-bottom:10px;
     }
     
     
     /*      benefits */
     
     .benefits-list li{
         margin-top:20px;
         margin-bottom:20px;
     }
     
     .benefits-info h3{
         font-size:18px;
     }
     
     .benefits-info{
         float:none; 
         width:auto;
         padding:25px;
     }
     
 
     .benefits-list .image-container{
         padding:0 30px 0 0;
         width:50%;
         max-width:260px;
     }
     
     .benefits-list .button_flat{
         margin-top:20px;
     }
     

     .article-container .benefit-icon{
        width:70px;
        margin-right:15px;
        margin-bottom:15px;
    }
    
    .benefit-container .pagetitle{
        margin-left:85px;
        padding-top:5px;
    }
    
    .benefit-container .article-info{
        margin-left:75px;
    }
     
    

    /*  spring clean */

    .mfs-form.spring-clean{
        padding-right:125px;
        padding-left:112px;
        padding-top: 18px;
        padding-bottom: 15px;
        max-width:600px;
/*         margin-top:30px; */
    }
    
    .mfs-form.spring-clean .title{
        position:absolute;
        left:15px;
        padding-top:13px;
    }
    
    
    
    
    .mfs-form.spring-clean .largebutton.curved.green{
        position:absolute;
        right:15px;
        bottom:20px;
    }
    
    
    .big .button_tag{
        font-size:18px;
        padding:10px 14px;
    }
    
    .seperator-strip{
        margin-top:25px;
        margin-bottom:25px;
    }

     
/*  travel directory */

    .form-left{
        width:45%;
    }

    .form-right{
        width:50%;
    }
    
    .form-right .label:first-child{
        padding-top:0;
    }
    
    .travel-form-header .title{
        padding-right:100px;
        font-size:18px;
    }
    
    .travel-directory-form{
        position:relative;
    }
     
     
/*  travel directory results */ 
    .travel-results article img{
        
    }
    
    
    .travel-directory-hero-image{
	    width:30%;
        float:left;
        margin-right:4%;
        margin-bottom:0;
    }
    
/*
    .travel-results .travel-icon{
        width:27px;
        height:27px;
        
    }
*/
    
    .travel-results .text-container{
        width:66%;
        float:right;
    }

    .travel-results .button_flat{
        position:absolute;
        right:30px;
    }
     
    .travel-icon-container{
        margin-bottom:0;
        margin-top:10px;
        padding-right:120px;
    }
    
    .travel-results article{
        padding-bottom:30px;
        margin-bottom:30px;
    }
    
    .travel-form-header{
        margin-top:0;
    }
    

    
    .travel-results article h1{
        margin-top:0;
        padding-top:0;
        border-bottom: none;
    }
    
    
    /*  featured site - sidebar */      
    .featured-site{
        margin-left:5%;
        margin-right:5%;
        width:90%;
        float: left;
        position:relative;
        overflow:hidden;
        padding-bottom:20px;
        margin-bottom:20px;
        border-bottom:1px solid #CECECE;
    }
    
    .featured-site:last-child {
    	border-bottom: transparent;
	}

    
    .featured-site-text{
        bottom:0;    
    }
    
    .featured-site-text .des_small{
	    font-family: "opensansregular";
	    margin-bottom: 15px;
	    font-size: 14px;
    }
    
    
    .featured-site-text .title{
	   font-family:"opensansbold";
    }
    
    
    
    
    .featured-site-text .title{
        font-family:"opensansbold";
        line-height:1.4;
        font-size:14px;
        margin-bottom:5px;
        color:#041927;
    }
    
    
    .featured-site img{
	    width: 30%;
	    float: left;
	    margin-right: 17px;
	    margin-bottom: 13px;
	    width: 89px;
	    height: 89px;
    }
    
    .featured-site .mini-link{
        float:left;
        margin-right:5px;
        color:#fff;
        text-decoration:none;
    }
    
    .featured-site .mini-link.blue:hover{
	    text-decoration:underline;
    }
    
    .featured-site-title{
            font-family: 'opensansbold';
            font-size:18px;
            padding-top: 25px;
            float: left;
            margin-left:5%;
            margin-bottom:15px;
            
    }
    
    
    .comment-container .user img{
        width:80px;
        height:80px;
    }
    
    .comment-text{
        margin-left:102px;
    }
    
     .members_pagetitle{
	     border-bottom:none;
     }
     
     
    .login-form-left {
	    width: 48%;
	    margin-right: 2%;
	}

	.login-form-right {
	    width: 48%;
	    margin-left:2%;
	}
	
	.userprofilepic{
		margin-top:0;
	}
	
	.template-input{
		width:48%!important;
		float:left;
		height:136px!important;
		
	}
	
	.tag-container{
		margin:20px auto;
	}
	
	
	.directory-updates-form input{
		width:120px;
		display: inline-block;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	
	.directory-updates-form .styled-select{
		width:493px;
	}

	
	
	
    
     
     
}

/* !-----767*/
@media screen and ( min-width: 767px ) {    
    footer{
        margin-top:0;
    }
    
    /* font styles   */
    
    h1{
        font-size:48px;
    }
    
    h3{
        font-size:19px;
        line-height:28px;
    }
    
    p{
        font-size:16px;
    }
    
    
    
    .des_small{
        font-size:15px;
    }
    
    .downloadcontainer .sectionhead{
        font-size:25px;
        margin-bottom:15px;
    }

    .date{
        font-size:15px;
    }
    
    
    .toplevel_link{
        font-size:16px;
        line-height:3;
    }
    
    .button_flat{
        font-size:13px;
        padding: 6px 9px;
    }
    
    .pagetitle{
        margin-bottom:10px;
    }
    
    #slidebarmenu>li>ul>li>a{
        font-size:14px;
    }

    .generalform{
        width: 100%;
        margin-left:0;
        padding:30px 30px 60px 30px;
    }
    
    .herocontainer{
        margin-bottom:20px;
    }
    
    .spacer{
        margin-bottom:50px;
        margin-top:50px;
        
    }
    
    /* header */
    
    header{
        background-color:rgba(19, 21, 22, 0.6);

    }
    
    
    
    .covi-logo{
        display: block;
        width: 100px;
        float: right;
        margin-top: 14px;
        margin-right: 20px;
    }
    

    .standard-herocontaineroverlay{
        height:120px;
    }
    
    
    
    
    .cart-container{
        margin-top: 15px;
        margin-left:30px;
    }
    
    .cart-dropdown{
	    width:320px;
    }
    
    .cart-dropdown ul li a{
	    width:230px;
    }
    
    
    
    .cart-container .cart-descript{
        display: block;
        bottom:1px;
        color: rgba(255,255,255,0.7);
        font-size: 11px;
        line-height: 1.4;
        text-align: center;
        position: absolute;
        bottom: -18px;
        left: -20px;
        font-family: "opensansbold";
        text-transform: uppercase;
        width: 76px;
    }
    
    
    
    
    
    
    .cart-counter{
        font-size:13px;
    }
    
    .cart-icon{
        padding:0 6px 0 0;
        
    }
    

    
    


    .header-container{
        position: relative;
    }
    
    .header-container .logotitle{
        display:block;
    }
    
    .minititle{
        display:none;
    }
        
    
    header,.headerstandard_imagecontainer{
        height:90px;
        margin-bottom:20px;
    }
    
    
    .logo img{
        width:140px;
        margin-top:20px;
        display:block;
        float:left;
        position: static;
        margin-left:0;
    }
    
    .logotitle{
        width:auto;
        float:left;
        display:block;
        text-align:left;
        position: static;
        margin-top:22px;
        margin-left:10px;
        line-height:22px;
    }
    
    .membersportal .logotitle, .motorcaravanner .logotitle{
        display:block;
    }
    
    .menuicon {
        margin-top:23px;
        margin-right:20px;
    }

    .login-icon {
        margin-top:23px;
        padding-right: 25px;
        border-right: 2px solid #fff;
        margin-right:20px;
    }

    .login-icon i {
        font-size: 21px;
    }
    
    .menuicon .strip{
        background-color: #fff;
        width: 30px;
        height: 4px;
        margin-top: 6px;
        margin-bottom: 6px;
    }

    .menuicon .strip.menu-text, .login-icon .strip.menu-text {
        background: none;
        color: #fff;
        font-size: 10px;
        text-transform: uppercase;
    }
    
    footer{
        height:70px; /* height of footer */
    }
    
    footer, .page-wrap:after {
        height: 70px; /* height of footer */ 
    }
    
    
    
    .page-wrap{
        min-height: 100%;
        /* equal to footer height */
         margin-bottom: 0px; /* height of footer */
         overflow-x:hidden;  /* used to hide the map so not scrollable */
    }
    
    .page-wrap:after {
        content: "";
        display: block;
    }
     
    
    #container{
        height:100%;
    }
    
    
    /*  breadcrumbs */
    .breadcrumbs{
        display:none;
        margin-bottom:15px;
    }
    
    #home-slideshow {
        height: 500px;
    }

    #home-slideshow .nzmca-data-logo {
        max-width: 350px;
        transform: translate(-12%, -25%);
    }

    #home-slideshow .white-shadow {
        transform: translate(-70%, 5%);
    }

    /*  heroimage */
    .homeherocontainer{
        height:500px;
        // background-size:150%;
        background-size: cover;
        background-repeat: no-repeat;
    }
    


    .standard-herocontainer{
        height:350px;
        background-size:100%;   
    }
    
    
    .herocontaineroverlay{
          background-color: rgba(0, 0, 0, 0.2);
    }
        
        
    /* homepage  */
    
    .pagetitle{
        margin-bottom:15px;
        font-size:50    px;
    }
        
    .homeherocontainer .title,
    #home-slideshow .title{
        margin-top:230px;
        font-size:50px;
        line-height:70px;
        text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);    
    }

    .homeherocontainer-4 .title,
    #home-slideshow .title .homeherocontainer-4 .title {
        margin-top: 400px;
    }

    .hero-image-60-jubilee-logo {
        left: 50%;
        top: 150px;
        margin-left: -150px;
        width: 300px;
    }
    
    /* membersportal     */
    
    .tagstitle{
        margin-top:22px;
    }

    .filters-button-group{
        margin-top:20px;
        margin-left:55px;
    }
    
    .tabs li a{
        font-size:17px;
    }
    
    /* motor caravanner  */
    .masthead_container{
        width:400px;
        padding-top:150px;
    }
    
    .downloadsection{
    padding-top:80px;
    }


    /* memberarticle     */
    
    .article-info,.article-info a{
        margin-bottom:30px;
        font-size:15px;
    }
    
    .article-container .pagetitle{
        margin-bottom:5px;
    }
    
    .article-container img.half-width{
        width:50%;
        float: left;
        margin-right:4%;
    }
    
    .post-article-content{
        margin-top:25px;
        padding-top:25px;
    }
    
    /* memberarticles    */

    
    .tagstitle{
        margin-top:0;
    }
    
    .filters-button-group{
        margin-top:0px;
    }
    
    
    .mfs-form.member-articles{
        width: 39%;
        z-index:1;
		position:absolute;
		right:1%;
		bottom:0;
        padding: 15px 15px 8px;
    }
    
    .mfs-form.member-articles.sans-tags{
        top:0;
    }
    
    .tag-container{
        width:60%;
        margin:0;
    }

    .nationalmember li {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .nationalmember-pic img {
        width: 60px;
        margin-right: 20px;
    }

    .nationalmember-address {
        margin-left: 80px;
    }

    .article-info, .article-info a {
        margin-bottom: 30px;
        font-size: 15px;
    }

    .article-info .park-url i {
        margin-right: 5px;
    }

    .holiday-park-content div.half-width {
        width: 50%;
        float: left;
        margin-right: 4%;
        margin-bottom: 10px;
    }

    .holiday-park-content {
        width: 100%;
        margin-bottom: 30px;
        padding-bottom: 30px;
        border-bottom: 1px solid #E3E5E8;
        float: left;
    }
    
    .nationalmember li{
        padding-top:15px;
        padding-bottom:15px;
    }
    
    .nationalmember-address{
        margin-left: 80px;
    }
    
    .nationalmember-pic img{
        width:60px;
        margin-right:20px;
    }
    
    /* benefitpage */
    .article-container .benefit-icon{
        margin-bottom:10px; 
    }
    
    .benefit-container .pagetitle{
		padding-top:0;
    }
    
    .benefit-container .article-info{
        margin-left:125px;
    }
    
    
    .specialevents h1,.travel-results h1{
        font-size:32px;
        line-height:40px;
    }
    
    
    .new-search{
        margin-top:-40px;
        float:left;
        margin-left:310px;
    }
    
    a:-webkit-any-link.link-leavecomment{
        float:right;
        margin-bottom:20px;
    }
    
     .login-form-left {
	    width: 46%;
	    margin-right: 4%;
	}

	.login-form-right {
	    width: 46%;
	    margin-left:4%;
	}
    
    .off-season-deals-header{
	    height:90px;
	    position:relative;
    }


    

}



/* !-----1000*/
@media screen and ( min-width: 1000px ) {
    
    .spacer{
            margin-top: 60px;
            margin-bottom: 60px;
    }
    
    /* 2 Column Layout*/
    .standard_rightcol{
        width:25%;
        float:right;
        display:block;
    }
    
    .standard_leftcol{
        width:75%;
        padding-right:4%;
        float: left;
    }
    
    /* 3 Column Layout*/
    .leftandcentercol{
        width:74.375%;
        margin-right:2.5%;
    }
    
    .rightcol{
        width:23.125%;
    }
        
    
    .pushy{
        position:fixed;
        left:0;
    }
    
    .midcol{
        top:0;
    }
    
    
    .areaselector{
        text-align:left;
    }
    
    .tabs{
        margin-top:0;
    }
    
    .tabs li{
        height:40px;
        width:auto;
    }
    .tabs li a{
        padding-left:12px;
        padding-right:12px;
    }
    
    /*  newsletter component styles */

    .newsletter_layout.two .imagecontainer{
        float:left;
        width:50%;
        padding-right:20px;
        padding-bottom:20px;
    }
    
    .newsletter_layout.three .imagecontainer{
        padding-left:20px;
    }
    
    .newsletter_layout.three .imagecontainer,.newsletter_layout.two .imagecontainer{
        max-width:284px;
    }
    
    .newsletter_layout .newslettercol{
        width:48%;
        float:left;
    }
    
    .newsletter_layout .newslettercol:nth-child(2){
        margin-left:4%;
    }
    
    .newsletter_layout.four > div{
        margin-left:10px;
        width:48%;
        margin-left:4%;
        float:left;
    }
    
    .newsletter_layout.four > div:first-child{
        margin-left:0;
    }
    
    
    /* ! tab-styles - what's on */
    .whats_on img{
        width:40%;
        float:left;
        padding-right:20px;
    }
    
    .whats_on h1{
        font-size:32px;
        line-height:40px;
    }
    
    .whats_on .article_text{
        float:right;
        width:60%;
    }
    
    
    .specialevents img{
        width:40%;
        float:left;
        padding-right:20px;
    }
    
    .specialevents h1,.travel-results h1{
        font-size:32px;
        line-height:1.2;
    }
    
    .specialevents .article_text{
        float:right;
        width:60%;
    }
    
    .button-text{
        display:block;
    }
    
    .download-title{
        left:150px;
        font-size:16px;
    }
    
    .downloadcontainer li{
        padding-bottom:7px;
        padding-top:7px;
    }
    
    /*  membersarticles */
    
    

    
    .mfs-form.member-articles .title{
        float:left;
        margin-right:10px;
        line-height:38px;
        margin-bottom:0;
    }
    
    .mfs-form.member-articles {
        padding-left: 20px;
         padding-right: 20px;
         width:42%;
    }
    
    .mfs-form.member-articles ul{
	    width:230px;
	    float:right;
	    margin-top:0;
	    margin-bottom:0;
    }
    
    .rallies-and-events-header .mfs-form.member-articles ul{
	    float:left;
    }
    
    
    
    .mfs-form.member-articles ul li{
	    margin-bottom:0;
    }
    
    .styled-select{
	    margin-bottom:0;
    }
    
    
    
    
    .mfs-form.member-articles.sans-tags{
        top:-5px;
    }
    
    .tag-container{
         width:57%;
    }
    
    .nationalmember{
        width:100%;
        margin-left:0;
    }
    
    
    .nationalmember li{
        padding-left:0;
        padding-right:0;
    }
    
    .nationalmember-pic img{
        width:60px;
        margin-top:0;
    }
    
    .motor-caravanner-ad{
	    display:block;
	    float:right;
	    width:24%;
    }
    
    .motor-caravanner-ad img{
	    width:100%;
    }
    
    .off-season-deals-header{
	    height:75px;
    }
    
}


@media screen and ( min-width: 1200px ) {
	.mfs-form.member-articles{
		width:35%;
	}
	.tag-container{
		width:64%;
	}
}




/* !-----1500*/
@media screen and ( min-width: 1500px ) {
    .menuicon, .login-icon{
        display:none;
    }
    
    .sb-slidebar{
        display:block;
        z-index:10;
        width:300px;
    }
    
    #sb-site{
        left: 300px;
        position: absolute;
        width: auto;
        right: 0;
        float: right;
    }   
    header{
        width:100%;
        position:absolute;
    }
    
    .tabs li a{
        padding-left:20px;
        padding-right:20px;
    }
    
    .newsletter_layout .newslettercol{
        width:31%;
        margin-left:3%;
    }
    
    .newsletter_layout .newslettercol:first-child{
        margin-left:0;
    }
    
    .newsletter_layout.five > div{
        width:48%;
        float:left;
        margin-left:4%;
    }
    
    .newsletter_layout.five .first{
        margin-left:0;
    }

    .newsletter_layout.five .imagedes {
        float: none;
        width: 100%;
        margin-left: 0;
    }
    
    .specialevents img{
        width:30%;
    }
    
    .specialevents .article_text{
        width:70%;
    }
    
    .map-slide{
	    left:300px;
	    right:0px;
	    width:auto;
    }
    
    
    
}


/* !-----1600*/
@media screen and ( min-width: 1600px ) {

    #home-slideshow {
        height: 600px;
    }
    
    /* Heroimage*/  
    .homeherocontainer{
        height:600px;
        background-size:100%;
    }
    
    .standard-herocontainer{
        height:450px;
        background-size:100%;
    }
    
    /* Homepage*/   
    .homeherocontainer .title,
    #home-slideshow .title{
        margin-top:280px;
    }   

    .homeherocontainer-4 .title,
    #home-slideshow .homeherocontainer-4 + .title {
        margin-top: 450px;
    }
    
    .whats_on img{
        width:50%;
        padding-right:30px;
    }
    
    
    .whats_on .article_text{
        width:50%;
    }
    
    .sidebarcontent{
        padding-left:25px;
        padding-right:25px;
    }
    
/*
    .standard-herocontainer h1{
        margin-top:383px;
    }
*/
    
    /* motor caravanner  */
    .masthead_container{
        width:600px;
        padding-top:160px;
    }
}

/* !-----1900*/
@media screen and ( min-width: 1900px ) {   

    #home-slideshow {
        height: 730px;
    }

    #home-slideshow .nzmca-data-logo {
        max-width: 450px;
        transform: translate(-12%, -25%);
    }

    #home-slideshow .white-shadow {
        width: 300px;
        height: 50px;
        transform: translate(-65%, 5%);
    }
    
    .homeherocontainer{
        height:730px;
    }
    
    .standard-herocontainer{
        height:500px;
    }       
    
    
    .homeherocontainer .title,
    #home-slideshow .title{
        margin-top:330px;
        font-size:60px;
        line-height:80px;
    }
    
    .homeherocontainer-4 .title,
    #home-slideshow .homeherocontainer-4 + .title {
        margin-top: 550px;
    }

    .hero-image-60-jubilee-logo {
        left: 50%;
        top: 170px;
        margin-left: -230px;
        width: auto;
    }
}


@media screen and ( min-width: 1800px ) {

    .rightcol{
        width:268.5px;
        float:left;
    }
    
    .leftandcentercol{
        width:1087px;
    }
    

}




.login-form-important-text {
    color: rgb(238, 48, 46);
    font-weight: bold;
}

.sign-up-teaser{
	float:left;
}

.sign-up-teaser h2{
	padding-top:1em;
}

.sign-up-teaser-images img {
    float: left;
    width: 33%;
}

.sign-up-teaser-images{
	padding-top:10px;
	padding-bottom:10px;
	float:left;
}



.sign-up-teaser .button_flat{
	font-family:"montserratregular";
	margin-bottom: 1.5em;
    margin-top: 1em;
}


.sign-up-teaser-heading{
	font-family:"franklingothicbold";
	font-size:22px;
	padding-bottom:0.3em;
	padding-top:0.5em;
}

.ajax-load-more {
    padding: 20px;
    background: #eaeaea;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    background-image: linear-gradient(#FDFDFD, #E6E6E6);  
	background-color:#e6e6e6;
    border-radius:3px;
    text-transform:uppercase;
    font-size:14px;
    font-family:"Montserrat";
    width:90%;
    margin:0 auto;
    border-bottom:1px solid #DADADA;
    border-right:1px solid #DADADA;
}

.ajax-load-more:hover{
	background-image: linear-gradient(#fff, #fff);
}

@media screen and ( min-width: 1024px ) { 
    #container {
        height: 100%;
        overflow: auto;
    }

    .ajax-load-more {
        display: none !important;
    }
}

label.inline-label {
    float: left;
    margin-right: 15px;
    font-family: "opensansregular";
    padding-top: .5em;
}

.inline-value {
    float: left;
    padding-top: 0.6em;
    padding-bottom: 0.5em;
}









































































.memberSearchResult {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.memberSearchResult p {
    margin-bottom: 5px;
}

.responsive-form-col1, .responsive-form-col2 {
    float: left;
    width: 45%;
}

.responsive-form-col2 {
    margin-left: 10%;
}

.form-block {
    padding-bottom: 40px;
    margin-bottom: 40px;
    overflow: auto;
    border-bottom: 1px solid #ccc;
}

.form-block h2 {
    margin: 0 0 -10px 0;
    font-size: 20px;
}

.form-block img {
    max-width: 100%;
}

.easter-totals {
    margin: 20px 0;
    float: left;
    width: 100%;
}

.easter-totals-row {
    float: left;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}

.easter-totals-row-label {
    float: left;
}

.easter-totals-row-value {
    float: right;
    font-weight: bold;
}

.easter-total-row {
    font-size: 26px;
}

#jubilee, #header_text, #register_prize_circle {
    float: left;
    width: 33.33%;
    text-align: center;
    margin: 50px 0;
}

#rally_rules {
    margin-top: 40px;
    margin-bottom: 20px;
}

#rally_rules img {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}

.event-tabs {
    margin-bottom: 22px;
}

@media screen and ( max-width: 768px ) { 
    .responsive-form-col1, .responsive-form-col2 {
        float: none;
        width: 100%;
        margin: 0;
    }

    #jubilee, #header_text, #register_prize_circle {
        float: none;
        width: 100%;
    }

    .easter-totals-row-label, .easter-totals-row-value {
        float: none;
        width: 100%;
    }

    .easter-totals-row-value {
        margin-top: 5px;
    }

    .event-tabs {
        margin-bottom: 2px;
    }
}

.overnight-rates label, .overnight-rates input {
    float: left;
}

.formGroup {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #dfdfdf;
}

.latLong{font-size: 12px; margin-right: 5px;}
.latLong span {font-weight: bold;}
.directoryUpdate .directoryItem  > .directoryIcons{
     float: right;
    width: 100%;
    margin-top:10px;
}
.directoryUpdate .directoryItem > .directorySummary{
    width: 100%;
    float: left;
}

.directorySummary a{
	padding-top:0.25em;
}

#directoryResult{
	padding-top:20px;
}

.directoryUpdate .directoryItem > .directoryLeft{
    width: 8%;
/*     float: left; */
}
.directoryLeft a {
    text-decoration: none;
}
.comitteText{
    font-weight: bold;
    float:left;
    margin-bottom:10px;
    width:100%;
}
.roundedType{
    padding: 3px 5px;
    border-radius: 3px;
    color: black;
    font-size:16px;
    background-color:#E8E8E8;
}
.nzmcapark{
    background-color: #ec1b24;
    color: white !important;
}
.freeparking{
    background-color: #855f9e;
    color: white !important;
}
.lcp{
    background-color: #243f87;
    color: white !important;
}
.pop{
    background-color: #e60187;
    color: white !important;
}
.arp{
    background-color: #9ecc3a;
    color: white !important;
}
.doc{
    background-color: #00663e;
    color: white !important;
}
.club{
    background-color: #f7921d;
    color: white !important;
}
.dumpsite{
    background-color: #00adee;
    color: white !important;
}
.printHead{display: none;}

/*
.directory-updates-form input[type="text"], .directory-updates-form .styled-select {
    display: inline-block;
    width: 110px;
    float: none;
    height: 40px;
}
*/



/*
.directory-updates-form .styled-select {
    width: 200px;
    margin-bottom: -15px;
    margin-left: 10px;
}
*/


.styled-select {
    position: relative;
    height: 40px;
    line-height: 40px;
    color: #000;
    /*overflow: hidden;*/
    display: block;
    font-family: "opensansregular", arial, verdana, sans-serif;
    font-size: 15px;
    color: #555559;
    background-color:white;
    cursor:pointer;
    margin-bottom:8px;
    border-radius: 3px;
    border: 1px solid #d8d8d8; 
}


.styled-select-right {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 32px;
    margin-right: 3px;
    margin-top: 3px;
    margin-bottom: 3px;
    padding: 7px;
    background-color: #E7E8EA;
    border-radius: 2px; 
    border: 1px solid #D0CDCD;
    background-image: linear-gradient(#FDFDFD, #E6E6E6);
}

.styled-select-right:after {
    display: inline-block;
    position: absolute;
    top: 12px;
    left: 10px;
    width: 14px;
    height: 22px;
    border-top: 9px solid rgb(4, 25, 39);
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    content: "";
        -webkit-transition: border-top-color 250ms ease-out;
    -moz-transition: border-top-color 250ms ease-out;
    -o-transition: border-top-color 250ms ease-out;
    transition: border-top-color 250ms ease-out;
}

.styled-select:hover .styled-select-right:after{
    border-top-color:#0c8fad;
}

.styled-select > span {
    position: absolute;
    left: 0;
    right: 0;
    padding-left: 10px;
    padding-right: 42px;
    overflow: hidden;
    height: 40px;
    text-align: left;
}

.styled-select select {
    position: absolute;
    height: 40px;
    top: 0;
    right:0;
    width:100%;
    cursor: pointer;
    -webkit-appearance: menulist-button;
}

.multiple-select {
    width: 100%;
    height: 245px;
}

@media screen and ( max-width: 480px ) {  
    .multiple-select {
        height: 40px;
    }
}

.gsc-control-cse {background: none !important; padding: 0 !important; border: 0 !important;}
.gsc-result {background: none !important; border: 0 !important;}

.gsc-control-cse a {color: #222e4c !important;}
.gsc-control-cse a b {color: #222e4c !important;}
.gs-visibleUrl {color: #aaa !important;}
.gsc-cursor-page {float: left; display: block; width: 30px; height: 30px; text-align: center; line-height: 30px; margin: 0 5px 5px 0; background: #222e4c !important; color: #fff !important;}
.gsc-cursor-current-page {background: #fff !important; color: #222e4c !important; border: 1px solid #222e4c !important; width: 28px; height: 28px;}
.gs-result .gs-title, .gs-result .gs-title * {text-decoration: none !important;}
.gs-result .gs-title {text-decoration: underline !important;}


#insurance-right{
    vertical-align: top;
    width: 280px;
    margin: 10px auto 0 auto;
    height: 465px;
}

#insurance-right .insurance-right-heading{
    width: 100%;
    background-color: #003B79;
    color: white;
    border-radius: 10px 10px 0 0;
    height: 32px;
    margin-top: 2px;
}

#insurance-right .insurance-right-heading span{
    line-height: 33px;
    display: block;
    font-weight: normal;
    margin-left: 14px;
    color: white;
}

#insurance-right .insurance-right-main{
    border: 1px solid #ddd;
    border-radius: 0 0 10px 10px;
    border-top: none;
    background-color: #fff;
    height: 419px;
}

#expedia-disclaimer {
    width: 270px;
    margin: 0 auto 10px auto;
    font-size: 12px;
}

.tagstitle {
    position: relative;
    margin-right: 10px;
    float: left;
    font-family: "opensansbold";
    font-size: 15px;
    padding: 0;
}

.special-interest-groups-tags{
	width:100%;
}

.special-interest-groups-tags .tagstitle{
	display:none;
}

.special-interest-groups-tags .button-group{
	width:100%;
	float:left;
	margin-left:0;
}

#areamap {
    width: 100%;
    height: auto;
}

#areaDisplay {
    width: 100%;
    position: absolute;
    top: 120px;
    left: 0;
    text-align: center;
}

strong {
    font-weight: bold;
}


ol,ul {
    padding-left: 20px;
}

ol li{
	position:relative;
}


ol li:before {
/*
    content: '';
    background-color: #097994;
    display: inline-block;
    position: absolute;
    height: 6px;
    width: 6px;
    border-radius: 1px;
    margin-right: 10px;
    top: 9px;
    left: -20px;
*/
}

.standard_leftcol {
    position: relative;
    float:left;
}

.travel-results .travel-icon-container {
    width: 80%;
    margin-top:0;
	margin-left:-3px;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.close-map {
    z-index: 99999;
    position: relative;
}

.travelicons .custom-checkbox {
    margin-left: 10px;
    margin-bottom: 10px;
}

.logindropdown input[type="password"] {
    margin-bottom: 10px;
    margin-top: 10px;
}

#home-page-ajax-loader, #articles-page-ajax-loader, #blog-page-ajax-loader {
    display: none;
    position: relative;
    width: 100%;
    height: 66px;
    margin-top: 20px;
    background: url(/layout/default/images/ajax-loader.gif) center top no-repeat;
}

.popup-box {
    position: relative;
    background-color: #f3f3f3;
    border-radius: 1px;
    width: 90%;
    max-width: 700px;
    height: auto;
    padding: 30px;
    margin: 20px auto;
    display: block;
}

.popup-box-wide {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 800px;
    margin: 20px auto;
}

.popup-box .mfp-close {
    position: absolute;
    right: -12px;
    top: -12px;
    font-size: 19px;
    color: #fff;
    background-color: rgba(4, 25, 39, 1);
    line-height: 26px;
    width: 32px;
    text-align: center;
    height: 32px;
    border-radius: 39px;
    border: 2px solid #fff;
    cursor:pointer;
    -webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
}

.popup-box .mfp-close:hover{
    background-color: rgb(44, 67, 82);
}

.error, .success {
    font-size: 18px;
    line-height: 1.4;
    padding: 30px;
    margin-bottom: 10px;
/*     color: #D22D2D; */
    background:transparent;
}

.success{ 
    background-color: #dff0d8;
    border: 1px solid #d6e9c6;
    color: #3c763d;
}

.error{
	background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
/* 	color:rgba(210, 45, 45, 1); */
}

/***** Personnel *****/
#personnelSubmit{
    float: left;
    margin-top: 15px;
}
.personnelSearchCol1,.personnelSearchCol2{
    float: left;
    background-color: rgba(11, 21, 49, 0.1);
    padding:15px 20px 15px 20px;
    width:100%;
}

.personnelSearchCol1 label,.personnelSearchCol2 label{
	padding-top:0;
}


#personnelResultsContainer{
	float:left;
	width:100%;
}

#personnelResults{
	width:100%;
}

.personnelResult{
    /*border-bottom: 1px solid #dfdfdf;*/
    margin-bottom: 20px;
    padding-bottom: 10px;
    min-height: 100px;
    width: 100%;
    float: left;
    float:left;
}
.personnelCol1{
    float: left;
    width: 75px;
    line-height:1.4;
    padding-top:3px;
}
.personnelCol2{
    float: left;
    width: 200px;
    line-height:1.4;
    padding-top:3px;
}





@media screen and ( min-width: 600px ) {
	.personnelSearchCol2,.personnelSearchCol1{
		width:280px;
		
	}
	
	
	.personnelResult{
		width:50%;
		padding:30px 10px;
	}


	}
	
@media screen and ( min-width: 1000px ) {
	
	#personnelResultsContainer{
		width:75%;
	}
}	
	
	
	

.edit-profile-pic {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,0,0,0.5);
    color: #fff;
    font-size: 18px;
    border-radius: 500px;
    cursor: pointer;
    display: none;
}

.userprofilepic:hover .edit-profile-pic {
    display: block;
}

.edit-profile-pic div {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 20px;
    margin-left: -25px;
    margin-top: -10px;
    text-align: center;
    font-weight: bold;
        text-transform: lowercase;
    font-size: 17px;
}

.profilepic_container .ajax-upload-dragdrop {
    width: 100% !important;
}

.profilepic_container .ajax-upload-dragdrop span {
    display: none;
}

.profilepic_container .ajax-file-upload {
    background: linear-gradient(to bottom, #0c8fad 38%, #097994 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #fff;
    border-radius: 3px;
    font-family: "montserratregular";
    font-size: 13px;
    padding: 10px 12px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
}



.profilepic_container .ajax-file-upload-statusbar {
    width: 100% !important;
}

label.custom-checkbox {
    background-repeat: no-repeat;
    background-position: 0 0;
    padding: 0 0 0 30px;
    min-height: 20px;
    position: relative;
    overflow: hidden;
    margin-right: 25px;
    cursor: pointer;
    font-size: 14px;
    font-weight: normal;
/*     font-family: 'opensansregular'; */
    line-height: 1.4;
    margin-top: 7px;
}
label.custom-checkbox.checkbox {
    background-image: url(../images/checkbox-unchecked.png);
}
label.custom-checkbox.radio {
    background-image: url(../images/radio-unchecked.png);
}

label.custom-checkbox input[type="checkbox"], label.custom-checkbox input[type="radio"] {
    position: absolute;
    left: -99px;
    top: 0;
    width: auto;
    /* top: -9999999px; */
}

label.custom-checkbox.checked.checkbox {
    background-image: url(../images/checkbox-checked.png);
}

label.custom-checkbox.checked.radio {
    background-image: url(../images/radio-checked.png);
}

label.custom-right {
    background-position: right 0;
    background-origin: padding-box;
    padding-left: 0;
    padding-right: 25px;
}

textarea {
    overflow: auto;
}






/* !-------------------file upload styling*/

.custom-file input[type="file"] {
        opacity: 0;
        position: absolute;
        top: 0;
        z-index:2;
        padding:0;
        margin:0;
        width:100%;
        height:38px;
        cursor:pointer;
}
.custom-file {
    width:100%;
    height:38px;
    position:relative;
}

.custom-file button{
    position: absolute;
    z-index: 1;
    right: 6px;
    top: 6px;
    font-family: "montserratregular";
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 13px;
    padding: 8px 9px;
    background-image: linear-gradient(#FDFDFD, #E6E6E6);
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.custom-file label {
    width:100%;
}
.custom-file .custom-file-text {
    font-family: "opensansitalic";
    color: rgba(0,0,0,0.5);
    font-size: 15px;
    display: block;
    padding: 10px;
    text-decoration: none;
    background: #ffffff;
    border: 1px solid #d8d8d8;
    white-space: nowrap;
    overflow: hidden;
    border-radius: 3px;
    position:absolute;
    top:0;
}























/***** TRAVEL DIRECTORY *****/
#travelmap{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%)!important;
    max-height: 700px;
    max-width: 1000px;
}


.directoryResult h2{
	margin-bottom:25px;
}


#personnelmap{
    /*width: 633px;*/
    width: 243px;
    height: 450px;
    float: right;
}
area{
    cursor: pointer;
}
.tabs.titleTabs{
    display: inline;
}
.tabs a{
    background-image: url('images/bg-heading-tab.gif');
    background-position: top right;
    height: 18px;
    display: inline;
    max-width: 200px;
    padding: 2px 30px 1px 20px;
    color: #ffffff;
    font-size: 12px;
    margin-bottom: 0 !important;
}
.tabs.titleTabs a, .tabs.titleTabs a.tab{
    background-image: url('images/bg-heading-tab-faded.png') !important;
    background-position: top right;
    height: 18px;
    display: inline;
    /*width: 212px;*/
    /*float: left;*/
    min-width: 200px;
    padding: 2px 30px 1px 20px;
    border-left: 1px solid #4b688c;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 0 !important;
}
.tabs.titleTabs a.current{
    /*background-image: url('images/bg-heading-tab.gif') !important;*/
    background-image: url('images/tab-white.png') !important;
    color: #4b688c !IMPORTANT;
    border-left: 1px solid #dddddd !important;
}
.panes{
    border: 1px solid #DFDFDF;
}
.panes.areasPane{
    border: 0;
}
.panes #resultlist{
    padding: 10px;
}
.tooltip{
    display: none;
    background-color: #123C6D;
    font-size: 12px;
    padding: 5px;
    color: #ffffff;
    z-index: 1001;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.tooltip.searchHelp{
    background-color: #6D6D6D;
    font-size: 12px;
    padding: 10px;
    color: #ffffff;
    width: 300px;
}
.tooltip.poiHelp{
    background-color: #6D6D6D;
    padding: 10px;
    color: #ffffff;
    width: 200px;
}
.tooltip.sitesHelp{
    background-color: #6D6D6D;
    padding: 10px;
    color: #ffffff;
    width: 200px;
}
.tooltip.parkingDefinition{
    background-color: #6D6D6D;
    padding: 5px;
    color: #ffffff;
    width: 200px;
    text-align: left;
}
#poiHelp, #searchHelp, #sitesHelp{
    float: right;
}
#searchHelp{
    position: relative;
    z-index: 1;
    bottom: -24px;
    left: -430px;
}
.selfContainmentSearchBox{
    background-color: #f3f3f3; 
    background-color: #E2E1E1;
    padding: 10px 20px;
    background-repeat: no-repeat;
    width: 100%;
    max-width:400px;
}



#travelSearchBox{
    margin-bottom: 15px;
}
#travelSearchBox #travelSearchCol1{
   /* width: 655px;
    float: left;*/
}
#travelSearchBox #travelSearchCol2{
    width: 245px;
    /*height: 233px;*/
    float: left;
    margin-left: 15px;
}
#areamapContainer.travelSection{
    position: relative;
    background-color: #eaeaea;
    border: 1px solid #DFDFDF;
    overflow: hidden;
    /*height: 218px;*/
}
#areamapContainer.areasSection{
    float: none;
    width: auto;
    position: relative;
    margin-bottom: 15px;
    margin-top: -47px;
}
#areamapContainer.travelSection #directorySearch{
    margin: 8px;
}
#areamapContainer.travelSection #directorySearch select{
    width: 100%;
}
#areamapContainer.travelSection #directorySearch .submit{
    float: right !important;
    margin: 8px 0;
    width: auto !important;
}
#areamapContainer.travelSection #directorySearch #addSiteType{
    margin-left: 10px;
}
.searchContainer{
    float: left;
    border: 1px solid #dfdfdf;
    padding: 8px 8px 0 8px;
    background-color: #eaeaea;
    /*height: 293px;*/
}
.searchContainer.top{
    margin-bottom: 15px;
    height: auto;
}
.searchContainer.bottom{
    height: 105px;
}
.searchContainer .submit{
    float: right !important;
    width: auto !important;
    margin: 8px 0;
}
.searchContainer .optionsGroupTitle{
    margin-bottom: 8px;
    float: left;
}
.searchContainer .optionsGroup{
    /*margin-bottom: 8px;*/
}
.searchContainer #directorySearch{
    width: 291px;
    float: left;
}
.searchContainer #directorySearch select{
    width: 100%;
}
.searchContainer #directorySearch #facilitiesTable input{
    margin-top: 5px;
}
.searchContainer #directorySearch #facilitiesTable .directoryIcon{
    margin: 0;
}
.searchContainer #directorySiteSearch{
    float: left;
    margin-top: 8px;
}
.searchContainer #directorySiteSearch label{
    width: 66px;
    display: block;
    float: left;
}
.searchContainer #directorySiteSearch input{
    width: 155px;
    display: block;
    float: left;
}
.searchContainer #amenitiesSearch{
    float: left;
}
.searchContainer #amenitiesSearch select{
    width: 100%;
}
#areamapContainer .areaDisplay{
    position: absolute;
    z-index: 10001;
    display: inline;
    left: 110px;
    top: 90px;
    text-align: center;
    width: 140px;
}
#areamapContainer .areaDisplay #areaDisplay{
    display: inline;
    color: #002D62;
    /*background-color: #002D62;*/
    padding: 5px;
}
/*#areamapContainer .areaDisplay#areaDisplayNorth{
    right: 5px;
    top: 120px;
    text-align: right;
}
#areamapContainer .areaDisplay#areaDisplaySouth{
    left: 5px;
    top: 400px;
    text-align: left;
}*/
#areamapContainer.areasSection .areaDisplay{
    color: #002D62;
    background-color: transparent;
}
#areamapContainer.areasSection .areaDisplay#areaDisplayNorth{
    left: 115px;
    top: 135px;
    text-align: left;
}
#areamapContainer.areasSection .areaDisplay#areaDisplaySouth{
    left: 25px;
    text-align: left;
    top: 445px;
}
#areamapContainer .areaButton{
    position: absolute;
    z-index: 1;
    bottom: 5px;
}
#areamapContainer .areaButton#areaSelectAll{
    left: 60px;
}
#areamapContainer .areaButton#areaUnselectAll{
    left: 205px;
}
#areamapContainer .areaTitle{
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 1;
}
.directoryItem{
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 40px;
    padding-bottom: 40px;
    min-height: 100px;
    position:relative;
}
.directoryItem.last{ border-bottom: 0; }
.directoryImage{
    float: left;
    width: 150px;
}
.directoryImage img{
    width: 150px;
}
.directorySummary{
    float: left;
/*
    width: 430px;
    margin-left: 10px;
*/
}


.directoryLeft a{
	display:block;
	font-size:13px;
}

.latLong{
	display:block;
	line-height:1.5;
	font-size:15px;
}

.directorySummary div .latLong:nth-of-type(1){
	color:red;
}


.directorySummary img{
    height: 20px;
    margin-right: 3px;
}
.directoryIcon{
    height: 20px;
    margin-right: 3px;
}
.amenitiesResult{
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 20px;
    padding-bottom: 10px;
    min-height: 100px;
}
.amenitiesResult.last{ border-bottom: 0; }
/***** Travel Directory Info Popup - test *****/
#travelmap .info-window-content{
    /*width: 444px !important;
    overflow: hidden;*/
    padding:20px 10px;
}
#personnelmap .info-window-content{
/*    width: 130px !important;*/
}
.info-window-content .info-window-content-title div{
    text-align: left !important;
    padding-left: 2px !important;
    font-weight: bold;
}
/*.info-window-content .info-window-content-content{
    background-color: #eee;
}*/
.info-window-content .infoLabel,
.info-window-content .boldInfo{
    background-color: #eaeaea;
    position: relative;
    margin-bottom: 7px;
    float: left;
    color: #292929;
}
.info-window-content .infoLabel{
    padding: 8px;
    font-size: 14px;
}
.info-window-content .boldInfo{
    padding: 6px 0 6px 8px;
    margin-left: 1px;
    font-size: 18px;
}
.info-window-content .infoLabel{
    width: 66px;
}
.info-window-content .popupSiteid .infoLabel{
    margin-left: 7px;
}
.info-window-content .popupName .boldInfo{
    width: 357px;
}
.info-window-content .popupArea .boldInfo{
    width: 231px;
}
.info-window-content .popupSiteid .boldInfo{
    width: 52px;
}
.info-window-content .contactLabel{
    width: 73px;
    display: block;
    float: left;
    font-weight: bold;
}
.info-window-content .topleft,
.info-window-content .topright,
.info-window-content .bottomleft,
.info-window-content .bottomright{
    width: 4px; height: 4px; position: absolute;
}
.info-window-content .topleft{
    background-image: url(images/bg-travel-popup-topleft-rounded.gif);
    top: 0; left: 0;
}
.info-window-content .topright{
    background-image: url(images/bg-travel-popup-topright-rounded.gif);
    top: 0; right: 0;
}
.info-window-content .bottomleft{
    background-image: url(images/bg-travel-popup-bottomleft-rounded.gif);
    bottom: 0; left: 0;
}
.info-window-content .bottomright{
    background-image: url(images/bg-travel-popup-bottomright-rounded.gif);
    bottom: 0; right: 0;
}
.info-window-content .facilitiesBox{
    margin: 10px 0;
}
.info-window-content .templateDescriptionLine{
    margin-bottom: 20px;
}
.info-window-content .latLong{
    /*padding: 3px 0 3px 35px;*/
    float: left;
    margin-right: 20px;
    background-repeat: no-repeat;
    background-position: left center;
}
.info-window-content .latLong.longitude{
    background-image: url('images/icon-longitude.gif');
}
.info-window-content .latLong.latitude{
    background-image: url('images/icon-latitude.gif');
    margin-right: 0;
}
.info-window-content .latLong .contactLabel{
    width: auto;
}
.info-window-content .fullDetails{
    float: right;
    margin-top: 10px;
}
.info-window-content .google_link {
    margin-bottom: 15px;
    margin-right: 10px;
}
.travel-popup-address p {
    margin-bottom: 0px;
}
/***** Travel Directory Detailed View *****/
.travelViewPanes h1{
    font-size: 30px;
    font-weight: bold;
    color: #292929;
    border-bottom: 1px solid #dcddde;
    padding-bottom: 11px;
    margin-top: 10px;
    line-height: 30px;
}
.travelViewPanes h2{
    font-size: 16px;
    border-bottom: 1px solid #dcddde;
    margin-top: 20px;
    margin-bottom: 13px;
}
.travelViewPanes .backButton{
    float: right;
}
#mainContent .leftContent .mainCopy .travelViewPanes #column1{
    float: left;
    width: 613px;
}
#mainContent .leftContent .mainCopy .travelViewPanes #column2{
    float: right;
    width: 227px;
    border: 0;
}
.travelViewPanes .siteidBox{
    background-image: url('images/bg-siteid-box.gif');
    width: 99px;
    height: 60px;
    float: left;
    margin-bottom: 20px;
    padding: 7px 0 0 20px;
    line-height: 25px;
}
.travelViewPanes .areaBox{
    background-image: url('images/bg-area-box.gif');
    width: 454px;
    height: 60px;
    float: left;
    margin-left: 19px;
    margin-bottom: 20px;
    padding: 7px 0 0 20px;
    line-height: 25px;
}
.travelViewPanes .description{
    background-image: url('images/bg-area-box.gif');
    width: 474px;
    height: 67px;
    float: left;
    margin-left: 19px;
}
.travelViewPanes .boldInfo{
    font-size: 20px;
    font-weight: bold;
}
.travelViewPanes .contactLabel{
    width: 73px;
    display: block;
    float: left;
    font-weight: bold;
}
.travelViewPanes .latLong{
    padding: 3px 0 3px 35px;
    float: left;
    margin-right: 20px;
    background-repeat: no-repeat;
    background-position: left center;
}
.travelViewPanes .latLong.longitude{
    background-image: url('images/icon-longitude.gif');
}
.travelViewPanes .latLong.latitude{
    background-image: url('images/icon-latitude.gif');
}
.travelViewPanes .latLong .contactLabel{
    width: auto;
    margin-right: 5px;
}
#directorytravelmap{
    width: 611px;
    height: 400px;
    display: none;
    border: 1px solid #dfdfdf;
}
.travelViewPanes .userComments{
    list-style-type: none;
    padding: 0 !important; margin: 0 !important;
}
.travelViewPanes #facilitiesBoxTop{
    height: 10px;
    background-image: url('images/bg-facilities-box-top.gif');
    background-repeat: no-repeat;
}
.travelViewPanes #facilitiesBoxBottom{
    height: 10px;
    background-image: url('images/bg-facilities-box-bottom.gif');
    background-repeat: no-repeat;
}
.travelViewPanes #facilitiesBoxBody{
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    padding: 10px 4px 0 12px;
}
.travelViewPanes #facilitiesBoxBody .directoryIcon{
    float: left !important;
    height: 41px;
/*    width: 42px;*/
    margin-right: 10px;
    margin-bottom: 10px !important;
}
.travelViewPanes #imagesBox{
    background-color: #d8d8d8;
    margin-top: 16px;
}
.travelViewPanes #imagesBoxTop{
    height: 5px;
    background-image: url('images/bg-images-box-top.gif');
    background-repeat: no-repeat;
}
.travelViewPanes #imagesBoxBottom{
    height: 5px;
    background-image: url('images/bg-images-box-bottom.gif');
    background-repeat: no-repeat;
}
.travelViewPanes #imagesBoxBody{
    padding-top: 13px;
}
.travelViewPanes .imageBox{
    background-color: #ffffff;
    text-align: center;
    padding: 11px 6px 21px 6px;
    margin: 0 13px 15px 13px;
    -moz-box-shadow: 0 0 5px #c0c0c0;
    -webkit-box-shadow: 0 0 5px #c0c0c0;
    box-shadow: 0 0 5px #c0c0c0;
}
.travelViewPanes .imageBox img{
/*    width: 185px;*/
    float: none !important;
    margin-bottom: 0  !important;
}


.nav-pages{
    margin-top: 20px;
    position: relative;
    float:left;
    width: 100%;
    text-align: left;
    display:inline-block;
    font-size: 14px;
}


.nav-pages-left {padding: 2em 0 2px 0;}
.nav-pages-right {padding: 2px 0 2em 0;}

.nav-pages a, .nav-pages strong{
    font-weight: normal;
    line-height: 16px;
    font-family: 'liberation_sansbold', Arial, Helvetica, FreeSans, sans-serif;
    border: none !important;
    position: relative;
    border-radius: 2px;
    color: #B2B0AC;
    display: inline-block;
    margin-bottom: 5px;
    background-color: rgba(11, 21, 49, 0.5);
    color:#fff;
    padding:6px 10px;
    -webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
    text-decoration:none;
}

.nav-pages strong{
    color:#fff;
    font-family: 'liberation_sansbold', Arial, Helvetica, FreeSans, sans-serif;
    font-size:1.1em;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #222e4c 0%, #0b1531 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#222e4c), color-stop(100%,#0b1531));
    background: -webkit-linear-gradient(top, #222e4c 0%,#0b1531 100%);
    background: -o-linear-gradient(top, #222e4c 0%,#0b1531 100%);
    background: -ms-linear-gradient(top, #222e4c 0%,#0b1531 100%);
    background: linear-gradient(to bottom, #222e4c 0%,#0b1531 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222e4c', endColorstr='#0b1531',GradientType=0 );
}

.nav-pages a:hover{
    color: rgba(11, 21, 49, 0.5);
    background-color:#fff;
    text-decoration: underline;
}

.shop-grid-item {
    height: 360px;
}

.grid-shop-image-con {
    height: 290px;
    margin: 0 25px;
    position: relative;
    border-bottom: 2px solid #dadce0;
}

.grid-shop-image {
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    bottom: 15px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.shop-grid-title {
    font-size: 18px;
    line-height: 20px;
    margin-top: 12px;
    float: left;
    font-family: "franklingothicbold_cond";
    padding-left: 25px;
    padding-right: 25px;
    width: 100%;
    color: #041927;
}



a:-webkit-any-link.shop-grid-title, a:link.shop-grid-title{
	 color: #041927;
	 font-family: "franklingothicbold_cond";
	 text-decoration:none;
}

a:-moz-any-link.shop-grid-title{
	 color: #041927;
	 font-family: "franklingothicbold_cond";
	 text-decoration:none;	
}




.grid-shop-add-to-cart-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
/*     background: url(../images/bg-shop-add-to-cart.png) bottom left repeat-x; */
        background-size: contain;
    color: #1e2a47;
    font-size: 24px;
    font-family: "franklingothicbold_cond";
    opacity:0;
    
    
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&amp;0+0,1+89 */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg5JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 89%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(89%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 89%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 89%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 89%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 89%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */


    
    
    -webkit-transition: opacity 250ms ease-out;
    -moz-transition: opacity 250ms ease-out;
    -o-transition: opacity 250ms ease-out;
    transition: opacity 250ms ease-out;
}

.shop-grid-item:hover .grid-shop-add-to-cart-overlay {
    opacity:1;
}

.grid-shop-add-to-cart {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
}

.grid-shop-price {
    float: left;
    line-height: 16px;
}

.grid-shop-price a {
    font-family: 'opensansregular';
    font-weight: normal;
    font-size: 14px;
    color: #1e2a47;
    margin-top: 7px;
    float: left;
}

.grid-shop-add-to-cart .item-add-to-cart {
    width: auto;
    border: 0;
    border-radius: 0;
    margin: 0;
    position: absolute;
    right: 0;
    bottom: 0;
}

.grid-shop-add-to-cart .item-add-to-cart:hover{
	background:transparent;
}




.grid-shop-add-to-cart .out-of-stock {
    float: right;
}

.shop-view-col1 {
    float: left;
    width: 40%;
    text-align: center;
}

.shop-view-col2 {
    float: right;
    width: 50%;
}

.shop-view-col2 h1{
	border-bottom:transparent;
	margin-bottom:0;
}

.shop-view-description {
    margin: 5px 0 20px;
    color: #041927;
    line-height: 1.6;
}

.shop-view-price {
    font-size: 32px;
    font-family: "franklingothicbold_cond";
    color: #041927;
    margin: 20px 0 40px;
}

@media screen and ( min-width: 767px ) {   
    .shop-view-price {
    	font-size: 36px;
    }
}


.shop-view-price span {
    color: #a4acb0;
    font-family: opensansregular;
    font-size: 0.8em;
}

.quantity-holder {
    font-size: 18px;
    color: #041927;
    font-family: 'opensansbold';
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom: 1px solid #CCD1D3;
    border-top: 1px solid #CCD1D3;
}

.shop-view-quantity {
    display: inline-block;
    width: auto;
    border: none;
    padding: 0;
    width: 20px;
    color: #041927;
    font-size: 18px;
    font-family: 'opensansbold';
    margin-right: 10px;
}



.quantity-up, .quantity-down {
    width: 40px;
    height: 40px;
    border:1px solid #a4acb0;
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    border-radius:3px;
    padding:10px 11px;
}

.quantity-up:before,.quantity-down:before{
	display:inline-block;
	content:"";
	width: 0; 
	height: 0; 
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
}


.quantity-up:before{
	border-bottom: 10px solid #a4acb0;;
}


.quantity-down:before{
	border-top: 10px solid #a4acb0;;
}


.quantity-up:hover, .quantity-down:hover{
	border-color:#041927;
}


.quantity-up:hover:before{
	border-bottom-color:#041927;
}


.quantity-down:hover:before{
	border-top-color:#041927;
}





/*
.quantity-up, .quantity-down {
    width: 40px;
    height: 40px;
    background: url('../images/quantity-arrows.png') left top no-repeat;
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
}



.quantity-down {
    background-position: right top;
}

.quantity-up:hover {
    background-position: left -40px;
}

.quantity-down:hover {
    background-position: right -40px;
}
*/

.shop-view-col2 .add-to-cart {
    float: right;
    height: 40px;
}

@media screen and ( max-width: 767px ) {    
    .shop-view-col1, .shop-view-col2 {
        float: none;
        width: 100%;
    }
}

.cart-grid-item {
    height: 400px;
}

.cart-total-row {
    width: 100%;
    border-bottom: 1px dashed #bbbfc7;
    margin-top:15px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    float: left;
    
}



.cart-total {
    font-size: 36px;
    font-family: 'opensansbold';
    color: #a4acb0;
    float: right;
}

.cart-total span {
    color: #041927;
}

.cart-total-row input[type="submit"] {
    float: left;
    text-transform: uppercase;
    border: 1px solid rgba(4, 25, 39, 0.3);
    color:  rgba(4, 25, 39, 0.5);
    font-family: 'montserratregular';
    font-size: 13px;
    width: auto;
    background:transparent;
    margin-bottom:0;
}

.cart-total-row input[type="submit"]:hover{
	border: 1px solid rgba(4, 25, 39, 1);
    color:  rgba(4, 25, 39, 1);
}


#continue_shopping, #checkout {
    float: right;
    margin-left: 15px;
    color: #fff;
    text-decoration: none;
}

#continue_shopping{
	border:1px solid rgb(9,121,148);
}

#continue_shopping:hover{
	color:rgb(9,121,148);
	border:1px solid rgb(9,121,148);
}

#checkout:hover{
	color:rgba(204,43,43,1);
}

.member-discount-login-message {
    display: block;
    width: 100%;
    text-align: right;
    font-size: 14px;
    color: #a4acb0 !important;
    text-transform: uppercase;
    font-family: 'opensansbold';
    text-decoration: none;
    margin-bottom: 15px;
    clear: both;
}

.member-discount-login-message:hover {
    color: rgba(247, 53, 53, 1) !important;
}

.member-discount-login-message.checkout {
    text-align: left;
    margin-bottom: -20px;
    margin-top: 40px;
}


.cart-grid-total {
    background: #eaeaea;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    font-family: 'opensansbold';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 20px;
    text-transform: uppercase;
}

.cart-grid-total span {
    float: right;
}

.cart-grid-item .grid-shop-image-con {
    height: 180px;
}

.cart-grid-unit-price, .cart-grid-quantity {
    border-bottom: 1px dashed #bbbfc7;
    margin: 13px 25px;
    font-size: 15px;
    font-family: 'opensansbold';
    position: relative;
    height: 30px;
}

.cart-grid-quantity .quantity-holder {
    font-size: 15px;
    position: absolute;
    right: 0;
    bottom: -15px;
     background: #fff; 
    border-bottom:none;
    padding-bottom:0;
    padding-top:0;
    border:none;
}


.cart-grid-unit-price .cart-label, .cart-grid-quantity .cart-label {
    background: #fff;
    position: absolute;
    bottom: -1px;
    left: 0;
    padding-right: 3px;
}

.cart-grid-unit-price > span, .cart-grid-quantity > span {
    position: absolute;
    bottom: -1px;
    right: 0;
    background: #fff;
    padding-left: 3px;
}

.cart-remove-item {
    position: absolute;
    cursor:pointer;
    top: 0;
    left: 0;
    background: #B9BABD;
    font-family: 'fontawesome';
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 32px;
    color: #fff;
    font-size: 22px;
    border-radius: 2px 0 0 0;
    z-index: 1;
}

.cart-remove-item:hover {
    background: rgb(247,53,53); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3MzUzNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjYzJiMmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(247,53,53,1) 0%, rgba(204,43,43,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,53,53,1)), color-stop(100%,rgba(204,43,43,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(247,53,53,1) 0%,rgba(204,43,43,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(247,53,53,1) 0%,rgba(204,43,43,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(247,53,53,1) 0%,rgba(204,43,43,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(247,53,53,1) 0%,rgba(204,43,43,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f73535', endColorstr='#cc2b2b',GradientType=0 ); /* IE6-8 */
}

#checkout-Steps{
    border-bottom: 1px solid #DFDFDF;
    color: #B8B8B8;
    display: block;
    font-size: 13px;
    height: 50px;
    margin-bottom: 20px;
    margin-top: -10px;
    width: 100%;
}

#checkout-Steps ul{
    padding: 0 !important;
}

#checkout-Steps li{
    float: left;
    list-style-type: none;
    font-size: 14px;
    margin: 10px 10px 10px 0;
    font-family: "opensansbold";
}

@media screen and ( min-width: 767px ){
	#checkout-Steps li{
		font-size: 15px;
		margin-right: 25px;
	    float: left;
	}	
}

/*
.big-Num{
    font-size: 25px !important;
}
*/

.current-step{
        color: rgba(247,53,53,1)!important;
}

.shipping-total, .grand-total, .sub-total{
    display: block;
    width: 100%;
    font-size: 20px;
    text-align: right;
    margin-bottom: 5px;
    font-family: 'opensansbold';
    line-height: 1.4;
    padding-bottom:5px;
    float:left;
    padding-right:20px;
}

.shipping-total,.sub-total {
    font-size: 18px;
    
}

.shipping-total span:first-child,.sub-total span:first-child{
	position: absolute;
    right: 120px;
    font-family: "opensansregular";
}







.grand-total{
	background-color:#dadce0;
	padding-top:1.5em;
	padding-bottom:1.5em;
	margin-top:1em;
	margin-bottom:2em;
}

.grand-total span{
    font-weight: bold;
    
}

.grand-total span:first-child{
	position:absolute;
	right:120px;
}




@media screen and ( min-width: 767px ){
	.shipping-total span:first-child,.sub-total span:first-child{
		right: 170px;
	}
	
	.grand-total span:first-child{
		right:170px;
	}
}



.order-address-details-left, .order-address-details-right {
    float: left;
    width: 49%;
    margin: 30px 0;
}

.order-address-details-right {
    margin-left: 2%;
}

@media screen and ( max-width: 767px ) {    
    .order-address-details-left, .order-address-details-right {
        float: none;
        width: 100%;
        margin: 30px 0;
    }
}


.smallNote{
	    line-height: 1.6;
    font-size: 12px;
}

#blueBox{
    width: 100%;
    padding: 15px;
    background-color: #e4e4e4;
    border: 1px solid #022f64;
    margin-bottom: 20px;
}

#check {
    display: block;
    float: left;
    height: 26px;
    margin: 0 20px 20px 0;
    width: 34px;
}
#check-top{
    display: block;
    font-size: 20px;
    margin-bottom: 5px;
}

#check-bottom{
    display: block;
    font-size: 15px;
}


h1.check-header{
	border-bottom:transparent;
	margin-bottom:0;
}

h1.cart-header{
	border-bottom:transparent;
	margin-bottom:0;
}


/* General Data Tables */
table.tdata1 {border-spacing:1px;border: 1px solid #ccc;}
table.tdata1 th, table.tdata1 td{padding: 0.2em;line-height:1.2em; font-size:1em;}
table.tdata1 thead tr td, table.tdata1 thead tr th {background-color: #dfdfdf;border-bottom:1px solid grey;}
table.tdata1 thead th a.asc{background: url(tables/asc.gif) no-repeat left center; padding:0 10px;}
table.tdata1 thead th a.desc{background: url(tables/desc.gif) no-repeat left center; padding:0 10px;}

table.tdata1 tbody th {text-align: right; padding-left: 10px;}
table.tdata1 tbody th label:after{content: ':';}
table.tdata1 tbody tr.r0 th, table.tdata1 tbody tr.r0 td{background-color: #f2f2f2;}
table.tdata1 tbody tr.r1 th, table.tdata1 tbody tr.r1 td{background-color: #f8f8f8;}
table.tdata1 tbody.hover tr.r0:hover td, table.tdata1 tbody.hover tr.r1:hover td{background-color: #dfefff;}
table.tdata1 tbody.highlight tr.r0:hover td, table.tdata1 tbody.highlight tr.r1:hover td{background-color: #dfefff;}
table.tdata1 .wideinput{margin:0 5px 0 0;}

/* General Form Tables */
table.tform1 {border-spacing:1px;border: 1px solid #ccc;}
table.tform1 th, table.tform1 td{padding: 0.2em;line-height:1.2em; font-size:1em;}
table.tform1 th {width: 120px;}
table.tform1 thead tr td, table.tform1 thead tr th {background-color: #dfdfdf;border-bottom:1px solid grey;}

table.tform1 tbody th {text-align: left; padding-left: 10px;}
table.tform1 tbody th label:after{content: ':';}
table.tform1 tbody tr.r0 th, table.tform1 tbody tr.r0 td{background-color: #efefef;}
table.tform1 tbody tr.r1 th, table.tform1 tbody tr.r1 td{background-color: #f6f6f6;}
table.tform1 tbody.hover tr.r0:hover td, table.tform1 tbody.hover tr.r1:hover td{background-color: #dfefff;}
table.tform1 .wideinput{margin:0 5px 0 0;}


.cart-grid-sizer, /* grid sizer used to measure tile width for responsive grid */
.cart-grid-item,.cart-staticgrid-item{
    width:90%;
    margin-left:5%;
    margin-right:5%;
}


/* twotiles */
@media screen and ( min-width: 450px ) {
    .cart-grid,.cart-staticgrid,.cart-gridwrapper,.cart-staticgridwrapper{
        width:100%;
    }
    
    .cart-grid-sizer,
    .cart-grid-item,.cart-staticgrid-item{
        width:46%;
        margin-left:2%;
        margin-right:2%;
    }   
    
    .cart-gridwrapper{
        padding-left:2%;
        padding-right:2%;
    }   
    
    .cart-staticgridwrapper{
        padding-left:0;
        padding-right:0;
    }
}

/* threetiles */
@media screen and ( min-width: 767px ) {
    .cart-grid,.cart-staticgrid,.cart-gridwrapper{
        width:100%;
    }
    
    .cart-grid-sizer,
    .cart-grid-item,.cart-staticgrid-item{
        width:31.3%;
        margin-left:1%;
        margin-right:1%;
    }   
  
    .cart-gridwrapper{
        padding-left:1%;
        padding-right:1%;
    }  
}

@media screen and ( min-width: 1100px ) {
    
    .cart-grid-sizer,
    .cart-grid-item,.cart-staticgrid-item{
/*         width:31%; */
    }       
}

@media screen and ( min-width: 1700px ) {
    
    .cart-grid-sizer,
    .cart-grid-item{
        width:31%;
    }       
}





/***********************
    NZMCA Data
***********************/

/* red: #c52033
 * blue: #222c6a
*/

.text-red {
    color: #c52033;
}

.text-blue {
    color: #222c6a;
}

.btn {
    padding: 0.75em 1em;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    border-radius: 5px;
    font-family: 'opensansbold', sans-serif !important;
}

.btn.btn-red {
    color: white;
    background: #c52033;
}

.btn.btn-red:hover {
    background: #b91c2e;
}

.btn.btn-large {
    padding: 1em 1.25em;
    font-size: 140%;
}

.wn {
    padding-left: 4em;
    padding-right: 4em;
    position: relative;
    overflow: auto;
}

.wn .btn {
    text-transform: capitalize;
}

.wn a {
    color: #c52033;
}

.wn a.btn {
    text-decoration: none;
}

.wn h3, .wn .h3 {
    text-transform: uppercase;
    font-size: 25px;
    margin-bottom: 20px;
    color: #222c6a;
}

.wn.spacing {
    padding-top: 3em;
    padding-bottom: 3em;
}

.wn .left-column {
    float: left;
    width: 50%;
    padding-right: 1em;
}

.wn .right-column {
    float: left;
    width: 50%;
    padding-left: 1em;
}

.wn.grey-bg {
    background: #f7f7f7;
}

.wn-header-image {
    background: #ddd;
}

#wn-slideshow {
    margin: 0 auto;
    position: relative;
    width: 100%;
    height: 28em;
}

#wn-slideshow > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
}

#wn-slideshow .nzmca-data-bg-1 {
    background-image: url(/layout/default/images/heroimage-7.jpg);
}
#wn-slideshow .nzmca-data-bg-2 {
    background-image: url(/layout/default/images/heroimage-8.jpg);
}
#wn-slideshow .nzmca-data-bg-3 {
    background-image: url(/layout/default/images/heroimage-9.jpg);
}

.header-image-heading {
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -15%);
    font-size: 50px;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
    width: 70%;
    color: #fff;
    text-align: center;
    font-family: 'opensansbolditalic';
}

.header-center-container {
    position: absolute;
    z-index: 4;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -35%);
    width: 70%;
    max-width: 600px;
    text-align: center;
}

.header-center-container .white-shadow {
    width: 270px;
    height: 90px;
    opacity: 0.4;
    border-radius: 40%;
    background: white;
    box-shadow: 0 0 80px 55px white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-67%, -25%);
    z-index: -1;
}

.header-center-container .header-image-heading {
    position: static;
    top: auto;
    left: auto;
    transform: none;
    width: auto;
}

.header-image-logo {
    transform: translate(-12%, -22%);
    width: 400px;
}

.wn-slogan-container {
    text-align: center;
    max-width: 50em;
    margin: 0 auto;
    padding-top: 2.5em;
    padding-bottom: 2.5em;
}

.wn .slogan {
    text-transform: uppercase;
    font-size: 280%;
    color: #c52033;
    letter-spacing: -1px;
    line-height: 0.95;
    margin-bottom: 0.4em;
}

.wn .slogan .large {
    display: block;
    font-size: 155%;
    letter-spacing: 0;
}

.wn .slogan-lead {
    font-weight: bold;
    font-family: 'Open sans', sans-serif;
}

.wn-plans {
    color: white;
    background: #222c6a;
    padding-left: 10em;
    padding-right: 10em;
}

.wn-plans h3, 
.wn-plans .h3 {
    color: white;
}

.wn-plans .plan {
    font-weight: bold;
    margin-bottom: 2em;
    width: 50%;
    text-align: center;
}

.wn-plans .plan.left {
    padding-right: 1em;
}

.wn-plans .plan.right {
    padding-left: 2em;
}

.wn-plans .plan-btns {
    margin-top: 2em;
}

.wn-plans .plan-btns a span {
    font-size: 18px;
}

.wn-plans .plan .plan-data {
    font-size: 300%;
    margin-right: 0.2em;
    margin-bottom: 0.5em;
    text-align: center;
    width: 2.6em;
    height: 2.6em;
    padding-top: 0.70em;
    display: inline-block;
    border: 5px solid currentColor;
    border-radius: 50%;
}

.wn-plans .plan .plan-data small {
    font-size: 35%;
    text-transform: uppercase;
}

.wn-plans .plan .plan-price {
    font-size: 200%;
    margin-right: 0.5em;
}

.wn-plans .plan .side-note {
    font-size: 90%;
    display: inline-block;
    width: 100%;
    line-height: 1.5;
}

.wn .right-column.has-image .wn-logo {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-50%, -50%);
}

.wn.step-process .step {
    width: 70%;
    margin-bottom: 3em;
}

.wn.step-process .step p {
    position: relative;
    padding-left: 7em;
    padding-top: 1em;
}

.wn.step-process .step .number {
    width: 4em;
    height: 4em;
    text-align: center;
    color: #c52033;
    border: 3px solid currentColor;
    display: inline-block;
    border-radius: 50%;
    font-size: 125%;
    font-family: 'opensansbold', sans-serif;
    line-height: 3.55;
    position: absolute;
    left: 0;
    top: 0;
}

.wn.step-process .superscript {
    font-size: 80%;
    font-style: italic;
    color: #555;
}

.wn.step-process .right-column {
    text-align: center;
    overflow: hidden !important;
}

.wn.step-process .right-column iframe {
    width: 100%;
    height: 20em;
    margin-top: 3.9em;
}

.wn.cta h3 {
    font-size: 200%;
    line-height: 1.1;
}

.wn.cta .right-column {
    text-align: right;
}

.wn.cta .plan-btns {
    display: inline-block;
    margin-right: 1em;
}

.wn.cta .right-column .btn.large {
    font-size: 180%;
}

/* Media Queries */
@media (max-width: 1000px) {
    .wn-header-image {
        height: 20em;
    }

    .wn:not(.wn-logo-section) .left-column,
    .wn:not(.wn-logo-section) .right-column {
        float: none;
        width: 100%;
        overflow: auto;
        padding-left: 0;
        padding-right: 0;
    }

    .wn .left-column {
        margin-bottom: 1em;
    }

    .wn.wn-plans .left-column,
    .wn.wn-plans .right-column {
        width: 50%;
        float: left;
    }

    .wn.wn-plans .left-column {
        padding-right: 1em;
    }

    .wn.wn-plans .right-column {
        padding-left: 1em;
    }

    .wn.step-process .step {
        width: auto;
    }

    .wn.cta .right-column {
        text-align: left;
    }

    .wn.cta .right-column .btn.large {
        font-size: 150%;
    }

    .wn.step-process .right-column iframe {
        height: 25em;
    }
}

@media (max-width: 850px) {
    .wn {
        padding-left: 1em;
        padding-right: 1em;
    }

    .wn.wn-slogan-container {
        font-size: 60%;
    }

    .wn.wn-logo-section .left-column,
    .wn.wn-logo-section .right-column {
        float: none;
        width: 100%;
    }

    .wn.wn-logo-section .right-column {
        text-align: center;
    }

    .wn.wn-logo-section .right-column.has-image .wn-logo {
        position: static;
        transform: none;
    }

    .wn.step-process .step .number {
        width: 3em;
        height: 3em;
        line-height: 2.7;
    }

    .wn.step-process .step p {
        padding-left: 5em;
    }

    .wn.cta {
        text-align: center;
        font-size: 90%;
    }

    .wn.cta .right-column {
        text-align: center;
    }

    .wn.step-process .right-column iframe {
        height: 24em;
    }

    .wn-plans .plan .side-note {
        margin-top: 1em;
    }
}

@media (max-width: 600px) {
    .btn {
        width: 100%;
        display: block;
    }

    .wn.step-process .right-column iframe {
        height: 20em;
    }

    .wn-plans .plan .plan-data {
        display: block;
        margin: 0 auto;
        margin-bottom: 0.5em;
    }

    .wn.wn-plans .plan-btns a span {
        font-size: 12px;
    }

    .wn.cta .plan-btns {
        display: block;
        margin: 0;
        margin-bottom: 1em;
    }
}

@media (min-width: 1400px) {
    .wn.step-process .right-column iframe {
        height: 22em;
    }
}
/* End Media Queries */



/***********************
    End NZMCA Data
***********************/

















/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  overflow: hidden;
  position: fixed;
      background: rgba(22,27,31,0.8);
/*
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
*/
  }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
/*   color: #333; */ }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }
 }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; }
 }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }





















  /**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0;
  padding: 0;
  *zoom: 1; }

.bx-wrapper img {
  max-width: 100%;
  display: block; 
  margin: 0 !important;
}

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  /*-moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  left: -5px;*/
  background: #fff;
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0); }

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%; }

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url("../images/bx_loader.gif") center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000; }

/* PAGER */
.bx-wrapper .bx-pager {
  font-family: 'Helvetica';
  font-size: 14px;
  position: absolute;
  top: 0;
  color: #fff;
  width: auto;
  height: auto;
  bottom: auto;
  right: 10px;
  top: 195px;
  opacity: 0;
  -webkit-transition: opacity 500ms ease-out;
  -moz-transition: opacity 500ms ease-out;
  -o-transition: opacity 500ms ease-out;
  transition: opacity 500ms ease-out;
  /* 50% black box shadow */
  -webkit-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
  -moz-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7); }

.tile.no-hover:hover .bx-pager {
  opacity: 1; }

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline; }

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000; }

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url("../images/controls.png") no-repeat 0px 0px; }

.bx-wrapper .bx-next {
  right: 10px;
  background: url("../images/controls.png") no-repeat -43px 0px; }

.bx-wrapper .bx-prev:hover, .bx-wrapper .bx-prev:active {
  background-position: 0 -32px; }

.bx-wrapper .bx-next:hover, .bx-wrapper .bx-next:active {
  background-position: -43px -32px; }

.bx-wrapper .bx-controls-direction a {
  height: 32px;
    margin-top: -16px;
    outline: 0 none;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    width: 32px;
    z-index: 9999;
 }

.bx-wrapper .bx-controls-direction a.appear {
  opacity: 1;
  -webkit-transition: opacity 800ms ease-out;
  -moz-transition: opacity 800ms ease-out;
  -o-transition: opacity 800ms ease-out;
  transition: opacity 800ms ease-out; }

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

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center; }

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -11px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0; }

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -44px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px; }

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%; }

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px; }

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666 \9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%; }

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px; }

.bx-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.bx-wrapper ul li {
    margin: 0;
    padding: 0;
}

































/*
 #date-picker{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom:0;
    background: rgba(0, 0, 0, 0.32);

 }   
*/




/* pickadate plugin */

/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000000;
  position: absolute;
  z-index: 10000;
/*
  left:0;
  right:0;
  top:0;
  bottom:0;
  background-color:#000;
*/
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
/**
 * The picker input element.
 */
.picker__input {
  cursor: default;
}
/**
 * When the picker is opened, the input element is “activated”.
 */
.picker__input.picker__input--active {
  border-color: #0089ec;
}
/**
 * The holder is the only “scrollable” top-level container element.
 */
.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/*!
 * Classic picker styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
  width: 100%;
}
/**
 * The holder is the base of the picker.
 */
.picker__holder {
  position: absolute;
  background: #ffffff;
  border: 1px solid #aaaaaa;
  border-top-width: 0;
  border-bottom-width: 0;
  border-radius: 0 0 5px 5px;
  box-sizing: border-box;
  min-width: 176px;
  max-width: 466px;
  max-height: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: translateY(-1em) perspective(600px) rotateX(10deg);
          transform: translateY(-1em) perspective(600px) rotateX(10deg);
  transition: -webkit-transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s;
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s;
}
/**
 * The frame and wrap work together to ensure that
 * clicks within the picker don’t reach the holder.
 */
.picker__frame {
  padding: 1px;
}
.picker__wrap {
  margin: -1px;
}
/**
 * When the picker opens...
 */
 

 
 
.picker--opened .picker__holder {
  max-height: 25em;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  border-top-width: 1px;
  border-bottom-width: 1px;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
          transform: translateY(0) perspective(600px) rotateX(0);
  transition: -webkit-transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
  box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12);
  
/*    background: rgba(0, 0, 0, 0.32); */
}



/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */
/**
 * The picker box.
 */
.picker__box {
  padding: 0 1em;
  
  
}
/**
 * The header containing the month and year stuff.
 */
.picker__header {
  text-align: center;
  position: relative;
  margin-top: .75em;
}
/**
 * The month and year labels.
 */
.picker__month,
.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em;
}
.picker__year {
  color: #999999;
  font-size: .8em;
  font-style: italic;
}
/**
 * The month and year selectors.
 */
.picker__select--month,
.picker__select--year {
  border: 1px solid #b7b7b7;
  height: 2em;
  padding: .5em;
  margin-left: .25em;
  margin-right: .25em;
}
@media (min-width: 24.5em) {
  .picker__select--month,
  .picker__select--year {
    margin-top: -0.5em;
  }
}
.picker__select--month {
  width: 35%;
}
.picker__select--year {
  width: 22.5%;
}
.picker__select--month:focus,
.picker__select--year:focus {
  border-color: #0089ec;
}
/**
 * The month navigation buttons.
 */
.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  padding: .5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -0.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--prev,
  .picker__nav--next {
    top: -0.33em;
  }
}
.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--prev {
    padding-right: 1.5em;
  }
}
.picker__nav--next {
  right: -1em;
  padding-left: 1.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--next {
    padding-left: 1.5em;
  }
}
.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-right: 0.75em solid #000000;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
}
.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #000000;
}
.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}
.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5;
}
/**
 * The calendar table of dates
 */
.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: .75em;
  margin-bottom: .5em;
}
@media (min-height: 33.875em) {
  .picker__table {
    margin-bottom: .75em;
  }
}
.picker__table td {
  margin: 0;
  padding: 0;
}
/**
 * The weekday labels
 */
.picker__weekday {
  width: 14.285714286%;
  font-size: .75em;
  padding-bottom: .25em;
  color: #999999;
  font-weight: 500;
  /* Increase the spacing a tad */
}
@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: .5em;
  }
}
/**
 * The days on the calendar
 */
.picker__day {
  padding: .3125em 0;
  font-weight: 200;
  border: 1px solid transparent;
}
.picker__day--today {
  position: relative;
}
.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 0.5em solid #0059bc;
  border-left: .5em solid transparent;
}
.picker__day--disabled:before {
  border-top-color: #aaaaaa;
}
.picker__day--outfocus {
  color: #dddddd;
}
.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}
.picker__day--highlighted {
  border-color: #0089ec;
}
.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}
.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  background: #0089ec;
  color: #ffffff;
}
.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}
.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbbbbb;
}
/**
 * The footer containing the "today", "clear", and "close" buttons.
 */
.picker__footer {
  text-align: center;
}
.picker__button--today,
.picker__button--clear,
.picker__button--close {
  border: 1px solid #ffffff;
  background: #ffffff;
  font-size: .8em;
  padding: .66em 0;
  font-weight: bold;
  width: 33%;
  display: inline-block;
  vertical-align: bottom;
}
.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb;
}
.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
  background: #b1dcfb;
  border-color: #0089ec;
  outline: none;
}
.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
  position: relative;
  display: inline-block;
  height: 0;
}
.picker__button--today:before,
.picker__button--clear:before {
  content: " ";
  margin-right: .45em;
}
.picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: .66em solid transparent;
}
.picker__button--clear:before {
  top: -0.25em;
  width: .66em;
  border-top: 3px solid #ee2200;
}
.picker__button--close:before {
  content: "\D7";
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: .35em;
  color: #777777;
}
.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}
.picker__button--today[disabled]:before {
  border-top-color: #aaaaaa;
}





/* added css */



.picker--opened{
    background-color: rgba(0, 0, 0, 0.2);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: fixed;
}


.picker__holder{
    left: 0;
    right: 0;
    top:0;
    bottom:0;
    margin: auto;
}

.calendar-group{
    position:relative;
    float:left;
    width:100%; 
}


.date-button{
    position: absolute;
    bottom:3px;
    right:3px;
    background-color: rgba(11, 21, 49, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.2);
    pointer-events: none; 
}

.date-button i{
    font-size: 23px;
    padding: 2px;
    
}

.picker__header .styled-select {
    display: inline-block;
    width: 35%;
    margin: 0 5px;
}

#xmas_message{
    font-size: 16px;
    font-weight: bold;
    line-height: 28px;
    border: 1px solid #FFC986;
    background-color: #FFF3DC;
    padding: 10px;
    width: auto;
    color: black;
    padding-left: 15px;
    margin-bottom: 10px;
}

.blog-comment-box textarea {
    min-height: 100px;
    margin-bottom: 15px;
}

.blog-comment-box label {
    padding-top: 10px;
}

.blog-article .blog-content {
    margin-top: 20px;
}

.blog-article img {
    max-width: 100% !important;
    height: auto !important;
}

.blog-article .addthis_toolbox {
    margin-top: 10px;
}

/*.blog-comments h3 {
    margin-bottom: 25px;
}*/

.blog-summary .blog-article h2 a {
    text-decoration: none;
    color: #041927;
}

.blog-summary .blog-article {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #ccc;
}

.blog-summary .blog-article .blog-date {
    margin-bottom: 10px;
    font-size: 14px;
}

.blog-summary .blog-article .blog-read-more {
    float: right;
    text-decoration: none;
    display: block;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 10px 8px;
    color: #333;
}

.blog-summary .blog-article:hover .blog-read-more {
    background: #333;
    color: #fff;
    border: 1px solid #333;
}

.blog-summary .blog-article .social-share {
    float: left;
}

.blog-summary .blog-article .leave-a-comment {
    margin-top: 10px;
    float: left;
    color: #333;
    font-size: 14px;
}

.blog-summary .blog-article .post-article-tags {
    float: none;
}

.blog-summary .blog-article .post-article-tags .button_tag {
    background: none;
    color: #333 !important;
    text-decoration: underline;
}

.blog-summary .blog-article .post-article-tags .button_tag:hover {
    text-decoration: none;
}

.blog-heading {
    margin-bottom: 20px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #ccc;
}

.share-button {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    background: url(../images/social-icons-black.png) left top no-repeat;
    float: left;
}

.share-facebook {background-position: 0 0;}
.share-twitter {background-position: -24px 0;}
.share-google {background-position: -48px 0;}
.share-pinterest {background-position: -72px 0;}
.share-email {background-position: -96px 0;}

.share-facebook:hover {background-position: 0 -24px;}
.share-twitter:hover {background-position: -24px -24px;}
.share-google:hover {background-position: -48px -24px;}
.share-pinterest:hover {background-position: -72px -24px;}
.share-email:hover {background-position: -96px -24px;}

.blog-load-more {
    color: #333;
    border: 1px solid #ccc;
    font-size: 18px;
    border-radius: 3px;
    margin: 0 auto;
    padding: 15px;
    text-align: center;
    cursor: pointer;
    max-width: 300px;
}

.blog-load-more:hover {
    background: #333;
    color: #fff;
    border: 1px solid #333;
}

.wings-order-box {
    float: left;
    width: 45%;
    height: auto;
    margin: 0 0 30px 0;
}

.wings-order-box .shop-grid-title {
    font-size: 24px;
}

.wings-order-box .grid-shop-image-con {
    height: 210px;
}

.wings-order-box label {margin-top: 30px;}

.wings-order-box-content {
    padding: 25px;
    margin-top: 20px;
}

.wings-order-box-2 {
    margin-left: 6%;
}

.wings-order-box label {
    padding-top: 0;
}

@media screen and ( max-width: 760px ) {
    .wings-order-box {
        margin: 0 0 40px 0;
        width: 100%;
    }
}

button.mfp-close {
    position: absolute;
    top: -10px;
    right: -10px;
    color: #fff;
    background: #0e4645;
    border: 1px solid #fff;
    opacity: 1;
    border-radius: 20px 20px 20px 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
    width: 30px;
    height: 30px;
    line-height: 28px;
}

.mfp-close-btn-in .mfp-close {
    color: #fff;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    width: 30px;
}

.mfp-image-holder .mfp-close:active, .mfp-iframe-holder .mfp-close:active {
    top: -40px;
    right: -6px;
}

.mfp-close:active {
    top: -15px;
    right: -15px;
}