/* _________________________________________________

320 and Up boilerplate extension
Andy Clarke http://about.me/malarkey
Keith Clark 
Version: 2
URL: http://stuffandnonsense.co.uk/projects/320andup/
License: http://creativecommons.org/licenses/MIT/
_____________________________________________________

1 ROOT
2 HEADINGS
3 TYPOGRAPHY
4 LINKS
5 FIGURES & IMAGES
6 TABLES
7 FORMS
8 BANNER
9 NAVIGATION
10 CONTENT
11 MAIN
12 COMPLEMENTARY
13 CONTENTINFO
14 GLOBAL OBJECTS
15 VENDOR-SPECIFIC 
16 MODERNIZR
17 TEMPLATE SPECIFICS
18 MEDIA QUERIES

COLOURS 

*/

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { 
display : block; }

audio[controls], canvas, video { 
display : inline-block; 
*display : inline; 
*zoom : 1; }

/* 1. ROOT ============================================================================= */

html {
    overflow-y : scroll;
    background : rgb(255,255,255);
    background: rgb(1,110,149) url(../img/bg_body.png) repeat-x top center; 
/*    background : rgb(255,255,255) url(../img/tmp/grid.png) repeat-y 50% 0;*/
    min-width: 800px;
}
body {
    margin : 0;
    padding : 0;
    background: rgb(255,255,255);
    margin: 0 auto;
    font : 100%/1.6 Arial,HelveticaNeue,"Helvetica Neue",Helvetica,sans-serif;
    color : rgb(102,102,102);
}

button, 
input, 
select, 
textarea { 
    font-family : Arial,HelveticaNeue,"Helvetica Neue",Helvetica,sans-serif; 
    color : rgb(40,40,40); }

/* 2. HEADINGS (320 and Up typography defaults) ==================================================== */

h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
    font-family : Arial,Helvetica,sans-serif; 
    font-weight : normal;
    margin: 0;
}

h1 { 
    margin-bottom : 0.25em;
    font-size: 1.375em; /* 22 / 16 = 1.25 */
    line-height : 1.2;
}

h2 { 
    margin-bottom : 0.25em;
    font-size: 1.25em; /* 20 / 16 = 1.25 */
    font-weight: 100;
    line-height : 1.2;
}

h3 { 
    margin-bottom : 1em;
    font-size : 1.0em; /* 16 / 16 = 1.0 */
    font-weight: 900;
    line-height : 1.2;
}

h4 { 
    margin-bottom : 1.25em;
    font-size : 0.875em; /* 14 / 16 = 0.8125 */
    font-weight: 900;
    line-height : 1.2;
}

h5 { 
    margin-bottom : 1.5em;
    font-size : 0.75em; /* 12 / 16 = 0.75 */
}

h6 { 
    font-size : 0.75em; /* 12 / 16 = 0.75 */
}

/* 3. TYPOGRAPHY (320 and Up typography defaults) ============================================================================= */

p, 
ol, 
ul, 
dl, 
address {
    margin: 0 0 1.5em; 
    font-size : 0.875em; /* 12 / 16 = 1 */ }

p {
    hyphens : auto; 
    text-shadow: 0px 0px 1px rgb(255,255,255);
    text-align : justify; }

ul, 
ol { 
margin : 0 0 1.5em -24px; 
padding : 0 0 0 24px; }

li ul, 
li ol { 
margin : 0;
font-size : 1em; /* 16 / 16 = 1 */
}

dl, 
dd { 
margin-bottom : 1.5em; }

dt { 
font-weight : normal; }

blockquote  { 
margin : 0 0 1.5em -24px; 
padding-left : 24px; 
border-left : 1px solid rgb(200,200,200);
font-style : italic; }

blockquote:before, 
blockquote:after, 
q:before, 
q:after {
content : '';
content : none; }

abbr[title] { 
border-bottom : 1px dotted; 
cursor : help; }

b, strong { 
font-weight : bold; }

dfn { 
font-style : italic; }

hr { 
display : block; 
margin : 1em 0; 
padding : 0;
height : 2px; 
border : 0; 
    border-bottom: 4px dotted rgb(240,240,240); 
}
ins { 
background-color : rgb(240,240,240); 
color : rgb(0,0,0); 
text-decoration : none; }

mark { 
background-color : rgb(240,240,240); 
color: rgb(0,0,0); 
font-style : italic; 
font-weight : bold; }

pre, 
code, 
kbd, 
samp { 
font-family : monospace, monospace; 
_font-family : 'courier new', monospace; 
font-size : .875em; 
line-height : 1.5; }

pre { 
white-space : pre; 
white-space : pre-wrap; 
word-wrap : break-word; }

q { 
quotes : none; }

q:before, 
q:after { 
content : ""; 
content : none; }

small { 
font-size : 1em; /* 16 / 16 = 1 */ }

sub, sup { 
font-size : 75%; 
line-height : 0; 
position : relative; 
vertical-align : baseline; }

sup { 
top : -.5em; }

sub { 
bottom : -.25em; }

/* 4.LINKS ============================================================================= */

a { 
color : rgb(23,119,175);
    text-decoration: none;
}

a:visited { 
color : rgb(40,40,40); }

a:focus { 
outline : thin dotted; 
color : rgb(0,0,0); }

a:hover, 
a:active { 
outline : 0; }

/* 5.FIGURES & IMAGES ============================================================================= */

figure {
margin-bottom : 1.5em; }

figure img,
figure object,
figure embed {
margin-bottom : .75em;
max-width : 100%; }

figcaption {
display : block;
font-weight : normal; }

img {
border : 0; }

svg:not(:root) {
overflow : hidden; }

/* 6.TABLES ============================================================================= */

table { 
border-collapse : collapse;
border-spacing : 0;
margin-bottom : 1.4em; 
}
th, td, caption { 
    padding : .25em 0;
    vertical-align: top;
}

td.left {
    width: 320px;
    padding-right: 24px;
}

td.right {
    width: 276px;
}

td li { 
    font: 0.9285em/1.6 Arial, Helvetica, sans-serif; /* 13 / 14 = 0.9285 */
}

tfoot { 
font-style : italic; }

caption { 
background-color : transparent; }

/* 7.FORMS ============================================================================= */

form { 
margin : 0; }

fieldset { 
margin-bottom : 1.5em; 
padding : 0; 
border-width : 0; }

legend { 
*margin-left : -7px; 
padding : 0; 
border-width : 0; }

label { 
font-weight : normal;
cursor : pointer; }

button, 
input, 
select, 
textarea { 
font-size : 100%; 
margin : 0; 
vertical-align : baseline; 
*vertical-align : middle;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
 }

button, input { 
line-height : normal; 
*overflow : visible; }

button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"] { 
cursor : pointer; }

input[type="checkbox"], 
input[type="radio"] { 
box-sizing : border-box; }

input[type="search"] { 
box-sizing : content-box; }

button::-moz-focus-inner, 
input::-moz-focus-inner { 
padding : 0;
border : 0;  }

textarea { 
overflow : auto; 
vertical-align : top; }

/* Colors for form validity */
input:valid, 
textarea:valid   {  
/* Styles */ }

input:invalid, 
textarea:invalid {
-webkit-box-shadow : 0 0 2px rgb(255,0,0); 
-moz-box-shadow : 0 0 2px rgb(255,0,0);
box-shadow : 0 0 2px rgb(255,0,0); }

.no-boxshadow input:invalid, 
.no-boxshadow textarea:invalid {
background-color : rgb(240,221,221); }

input, 
textarea {
    background: #f0f0f0;
    background: -webkit-linear-gradient(top, #fff, #f0f0f0);
    background: -moz-linear-gradient(top, #fff, #f0f0f0);
    background: -ms-linear-gradient(top, #fff, #f0f0f0);
    background: -o-linear-gradient(top, #fff, #f0f0f0);
    background: linear-gradient(top, #fff, #f0f0f0);  
}
input:focus, 
textarea:focus {
-webkit-box-shadow : 0 0 2px rgb(48,48,48); 
-moz-box-shadow : 0 0 2px rgb(48,48,48);
box-shadow : 0 0 2px rgb(48,48,48);
 }

.chronoform {
    display: none;
}

.ccms_form_element p {
    margin-bottom: 0;
}
.ccms_form_element input, select, textarea, input[type="file"] {
    border: 1px solid #D3D3D3;
    margin-bottom: 6px;
    padding: 6px;
}
body.contact .ccms_form_element input,
body.contact .ccms_form_element select,
body.contact .ccms_form_element textarea,
body.contact .ccms_form_element input[type="file"] {
    border: 1px solid #D3D3D3;
    margin-bottom: 6px;
    padding: 8px;
    font-size: 1.25em;
}

.ccms_form_element label {
    float: left;
    font-weight: bold;
    line-height: 18px;
    margin: 0;
    width: auto;
}
.ccms_form_element fieldset {
    background-color: transparent;
    border: 0px solid #EEEEEE;
    padding: 0;
    width: auto;
}
.ccms_form_element fieldset legend {
    font-weight: normal;
    margin-left: 0;
    padding: 0;
}
.ccms_form_element {
    clear: both;
    margin-bottom: 0;
    padding: 0;
    position: relative;
}
.cfdiv_select select, .cfdiv_text label {
    width: auto;
}
.small-message, .error-message {
    clear: both;
    display: block;
    font-size: 100%;
    line-height: 100%;
    margin: 0;
}
.ccms_form_element .button {
    background-color: transparent;
    border: 0 none;
    color: white;
    font-size: 100%;
    padding: 0;
    text-decoration: none;
}
.ccms_form_element .button:hover {
    background-color: #999999;
    text-decoration: none;
}

.ccms_form_element {
    clear: both;
    margin-bottom: 0;
    padding: 0;
    position: relative;
}
.ccms_form_element label {
    width: 200px;
    display: block;
    font-weight: normal;
    font-size: 12px;
    margin: 6px 0 0;
}
.cfdiv_select select, .cfdiv_text label {
    width: 200px;
}

body.contact .cfdiv_select select {
    width: 320px;
}

body.contact .ccms_form_element label {
    color: rgb(136,128,108);
    font-size: 0.75em !important;
    width: 320px;
}

.cfdiv_checkboxgroup label, .cfdiv_radio label, .cfdiv_checkboxgroup input, .cfdiv_radio input {
    width: auto;
    display: inline;
}

.cfdiv_checkboxgroup label:first-child, .cfdiv_radio label:first-child {
    margin-bottom: 0;
    font-weight: normal !important;
}

.cfdiv_checkboxgroup label:first-child, .cfdiv_radio label:first-child {
    margin-right: 0;
    width: auto;
}
.ccms_form_element input[type="checkbox"], .ccms_form_element input[type="radio"] {
    margin: 8px 9px 0;
}
.ccms_form_element input[type="text"] {
    width: 200px;
    margin-bottom: 2px;
}

body.contact .ccms_form_element input[type="text"] {
    width: 320px;
    margin-bottom: 2px;
}

.ccms_form_element textarea {
    width: 200px !important;
    margin-bottom: 2px;
    height: 64px;
}

body.contact .ccms_form_element textarea {
    width: 320px !important;
    margin-bottom: 2px;
    height: 92px;
}

.ccms_form_element .small-message, .ccms_form_element .error-message {
    margin: 2px 0 0;
    width: 100% !important;
}

.ccms_form_element input[type="submit"].submit {
    color: rgb(255, 255, 255);
    display: inline-block !important;
    padding: 7px 20px 8px !important;
    font-weight: bold;
    font-size: 0.875em;
    margin: 12px 0px 20px;
    background-repeat: repeat-x;
    background-color: #0296cc;
    background-image: -webkit-linear-gradient(top, #0296cc, #016E95);
    background-image: -moz-linear-gradient(top, #0296cc, #016E95);
    background-image: -ms-linear-gradient(top, #0296cc, #016E95);
    background-image: -o-linear-gradient(top, #0296cc, #016E95);
    background-image: linear-gradient(top, #0296cc, #016E95);  
    border-top: 1px solid #014b66;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    cursor: pointer;
    -webkit-transition: background-position .2s ease;
    -moz-transition: background-position .2s ease;
    transition: background-position .2s ease;
}

.ccms_form_element input[type="submit"]:hover {
    background-position: 0 12px;
}

div.cfdiv_submit input.submit {
    float: left;
    margin-left: 0;
}


/* 8 BANNER 		============================================================================= */

header[role="banner"] {
    margin: 12px 12px 0;
/*    max-width : 896px;*/
}
.header {
    border-bottom: 12px rgb(255,255,255) solid;
    background-color: rgb(255,255,255);
    float: left;
    width: 100%;
}

h1#logo{
    line-height: 0px;
    margin-bottom: 0;
}

h1#logo img {
    height: auto;
    width: 100%;
}
.title {
    float: left;
    width:100%;
}

.banner {
    float: right;
    width: 100%;
    margin: 0;
    background: rgb(255,255,255);
    line-height: 0;
}

.banner img {
    width: 100%;
    height: auto;
}

.action {
    position: absolute;
    top: 280px;
    right: 0px;
}

body.home .action {
    top: 320px;
}

/* 9 NAVIGATION 	============================================================================= */
nav[role="navigation"] {
    background: rgb(212,204,191);
    float: left;
    position: relative;
    width: 100%;
    height: 40px;
}

nav ul, nav ul ul, aside ul {
   list-style: none outside none;
}

nav li { float: left;
}

nav > ul > li {
    margin: 0 7px;
    background-image: url(../img/bg_menu_border.png);
    background-repeat: no-repeat;
    background-position: center right;
}

nav li a,
nav li a:link,
nav li a:visited {
    display: block;
    padding: 9px 20px 8px;
    text-decoration: none;
}

nav > ul > li > a,
nav > ul > li > a:link,
nav > ul > li > a:visited {
    color: rgb(112,89,37);
    text-shadow: 0 1px 1px rgb(255,255,255);
}

nav > li.current > a,
nav > li.active > a {
    color: rgb(255,255,255);
    background: rgb(35,39,51);
    font-weight: bold;
}

nav > ul > li:hover > a {
    color: rgb(235, 235, 235);
    text-shadow: 0 1px 1px rgb(99,99,99);
    background: rgb(24,96,124);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: color 0.3s ease,background 0.3s ease;
    -moz-transition: color 0.3s ease,background 0.3s ease;
    -o-transition: color 0.3s ease,background 0.3s ease;
    transition: color 0.3s ease,background 0.3s ease;
}

nav li ul {
    position: absolute;
    display: none;
    float: left;
    min-width: 120px;
    background: url(../img/bg_menu.png) repeat 0 0;
    padding: 5px 0;
    border: 1px solid rgb(234,235,236);
    z-index: 99;
}

nav li ul li {
    float: none;
    margin: 0;
    width: auto;
    padding: 0 24px;
}

nav li ul li a {
    padding: 6px 0;
    font-size: 0.875em;
    font-weight: normal;
    color: rgb(248,248,248);
    border-bottom: 1px dotted rgb(38,104,131);
    background: none;
    white-space: nowrap;
    text-shadow: none;
}

nav li:hover ul li a {
    background: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

nav li ul li:hover {
    background: url(../img/bg_menu.png) repeat 0 0;
    -webkit-transition: color 0.3s ease,background 0.3s ease;
    -moz-transition: color 0.3s ease,background 0.3s ease;
    -o-transition: color 0.3s ease,background 0.3s ease;
    transition: color 0.3s ease,background 0.3s ease;
}
nav li ul li a:hover {
    color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

#nav li.current ul li.current {
    color: rgb(227, 66, 36);
}


nav li.current ul li a:active {
    background: rgba(0, 0, 0, 0.15);
}

nav li ul li:last-child a {
    border-bottom: none;
}

#nav-legals {
    list-style: none outside none;
    float:left;
}

#nav-legals li {
    float: left;
    line-height: 1em;
    padding: 0;
}

#nav-legals li a,
#nav-legals li span {
    color: rgb(145,157,171);
    font-size: 0.875em;
    line-height: 1.6em;
    font-weight: normal;
    padding: 0 8px;
    border-right: 0px solid rgb(27,33,41);
    border-left: 1px solid rgb(67,73,80);
}

#nav-legals li a.first {
    padding: 0 8px 0 0;
    border-left: 0px solid rgb(67,73,80);
    border-right: none;
}

#nav-legals li a.last {
    padding: 0 0 0 8px;
    border-left: 0px solid rgb(67,73,80);
    border-right: 0px solid rgb(67,73,80);
}

#nav-legals li a:hover,
#nav-legals li a:active,
#nav-legals li a:focus {
    color: rgb(200,202,210);
}



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

body {
    width : 95% /* 896px */;
    border-left: 1px solid rgb(33,33,33);
    border-right: 1px solid rgb(33,33,33);
    -webkit-box-shadow : 0 0 5px rgba(33,33,33,0.5); 
    -moz-box-shadow : 0 0 5px rgba(33,33,33,0.5);
    box-shadow : 0 0 5px rgba(33,33,33,0.5);
}

.content {
    background: url(../img/bg_content.png) repeat-y top center;
    padding: 24px 0;
    min-height: 400px;
}

/* 11 MAIN 			============================================================================= */
section[role="main"] {
   float:left;
    width: 69.19629%;
    margin-bottom: 24px;
}

section[role="main"] h1 { 
    color: rgb(102, 174, 199);
    text-shadow: 0 0 1px rgba(255,255,255,0.5);
}

section[role="main"] h2 { 
    color: rgb(102, 174, 199);
    text-shadow: 0 0 1px rgba(255,255,255,0.5);
}

section[role="main"] h3 { 
    color: rgb(128,128,0);
    /*    text-shadow: 0 0 1px rgba(255,255,255,0.5);*/
}

section[role="main"] h3.highlight { 
    color: rgb(33,115,175);
    font-size: 1.125em;
    /*    color: rgb(227,66,36);
     text-shadow: 0 0 1px rgba(255,255,255,0.5);*/
}

section[role="main"] h3 a { 
    color: rgb(33,115,175);
}

section[role="main"] h4 { 
    color: rgb(22, 28, 36);
}

section[role="main"] h4 a { 
    color: rgb(33,115,175);
}

section[role="main"] ul,
section[role="main"] ol {
    margin-left: 16px;
}

section[role="main"] div {
    margin: 0 auto;
    width: 90%;
}

/* 12 COMPLEMENTARY ============================================================================= */
.content nav[role="secondary"] { float: left;
    width: 28.125%;
}

.content aside[role="complementary"] { float: left;
    width: 28.125%;
}

/* 13 CONTENTINFO 	============================================================================= */
footer {
    background: rgb(212,204,191);
    margin: 0 auto;
    width : 100%;
    position: relative;
    padding: 48px 0;
    border-top: 1px solid rgb(171,145,85);
    margin-top: 1px;
}

footer[role="contentinfo"] {
    position:relative;
}

footer[role="contentinfo"] nav {
    position:relative;
    float:left;
 /*   width: 82.14286%; 736px */
    width: 84.128429%; /* 760px */
    max-width: 760px;
    margin: 0 0 48px;
}

footer[role="contentinfo"] div#contact {
    position:relative;
    float:left;
 /*   width: 17.857143%; /* 160px */
    width: 15.066964%; /* 136px */
    max-width: 135px;
}

div#contact p {
    color: rgb(255,255,255);
    font-size: 0.785em;
    line-height: 1.6em;
}

div#contact .custom-socialmedia {
    margin: 12px 0 0;
}

div#contact .contact-phone a,
div#contact .contact-phone a:link,
div#contact .contact-phone a:visited {
    color: rgb(200,202,210);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.875em;
    line-height: 1.325em;
    margin-bottom: 1em;
    display: block;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}

div#contact .contact-phone a:hover,
div#contact .contact-phone a:focus,
div#contact .contact-phone a:active {
    color: rgb(227,66,36);
    text-decoration: none;
    -webkit-transition: color 0.3s ease,background 0.3s ease;
    -moz-transition: color 0.3s ease,background 0.3s ease;
    -o-transition: color 0.3s ease,background 0.3s ease;
    transition: color 0.3s ease,background 0.3s ease;
}

div#legals {
    float:left;
    width: 70%;
    color: rgb(171,145,85);
    font-size: 0.785em;
    line-height: 1.6em;
    margin: 0 0 0 24px;
}

div#legals a {
    color: rgb(171,145,85);
}
div.copyright {
    float:left;
    color: rgb(171,145,85);
    line-height: 1.6em;
}

/* 14 GLOBAL OBJECTS ============================================================================= */

.clearfix:before, 
.clearfix:after { 
content : "\0020"; 
display : block; 
height : 0; 
overflow : hidden; }

.clearfix:after { 
clear : both; }

/* 15 VENDOR-SPECIFIC ============================================================================= */

html { 
-webkit-overflow-scrolling : touch; 
-webkit-tap-highlight-color : rgb(52,158,219); 
-webkit-text-size-adjust : 100%; 
-ms-text-size-adjust : 100%; }

.clearfix { 
zoom : 1; }

::-webkit-selection { 
background : rgb(23,119,175); 
color : rgb(250,250,250); 
text-shadow : none; }

::-moz-selection { 
background : rgb(23,119,175); 
color : rgb(250,250,250); 
text-shadow : none; }

::selection { 
background : rgb(23,119,175); 
color : rgb(250,250,250); 
text-shadow : none; }

button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"] { 
-webkit-appearance : button; }

::-webkit-input-placeholder {
font-size : .875em; 
line-height : 1.4; }

input:-moz-placeholder { 
font-size : .875em; 
line-height : 1.4; }

.ie7 img,
.iem7 img { 
-ms-interpolation-mode : bicubic; }

input[type="checkbox"], 
input[type="radio"] { 
box-sizing : border-box; }

input[type="search"] { 
-webkit-box-sizing : content-box;
-moz-box-sizing : content-box; }

button::-moz-focus-inner, 
input::-moz-focus-inner { 
padding : 0;
border : 0; }

p {
/* http://www.w3.org/TR/css3-text/#hyphenation */
-webkit-hyphens : auto;
-webkit-hyphenate-character : "\2010";
-webkit-hyphenate-limit-after : 1;
-webkit-hyphenate-limit-before : 3;
-moz-hyphens : auto; }

/* Non-semantic helper classes 

.ir { display : block; 
overflow : hidden; 
background-repeat : no-repeat; 
text-align : left; 
text-indent : -999em; 
direction : ltr; }

.ir br { 
display : none; }

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

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

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

.invisible { 
visibility : hidden; } */

/* 16 MODERNIZR ============================================================================= */

/* audio */
/* applicationcache */
/* backgroundsize */
/* borderimage */
/* borderradius */
/* boxshadow */
/* canvas */
/* canvastext */
/* cssanimations */
/* csscolumns */
/* cssgradients */
/* cssreflections*/
/* csstransforms */
/* csstransforms3d */
/* csstransitions */
/* draganddrop */
/* flexbox */
/* fontface */
/* geolocation */
/* hashchange */
/* history */
/* hsla */
/* indexeddb */
/* inlinesvg */
/* localstorage */
/* multiplebgs */
/* opacity */
/* postmessage */
/* rgba */
/* sessionstorage */
/* smil */
/* svg */
/* svgclippaths */
/* textshadow */
/* touch */
/* video */
/* webgl */
/* websqldatabase */
/* websockets */
/* webworkers */

/* 17 TEMPLATE SPECIFICS ============================================================================= */

h2.highlight { 
    color: rgb(82,91,103);
    font: 18px/30px Arial,sans-serif;
    margin: 54px 0 9px;
}

.slider { margin: 24px 0; }
.slider a:active, .flexslider a:active {outline: none; }
.slides, .flex-control-nav, .flex-direction-nav {margin: 0; padding: 0 !important; list-style: none;} 

.flexslider {width: 100%; margin: 0; padding: 0;}
.flexslider .slides > li {display: none; margin-bottom: 0; } 
.flexslider .slides img {max-width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

.no-js .slides > li:first-child {display: block;}

.flexslider {position: relative; zoom: 1;}
.flexslider .slides {zoom: 1;}
.flexslider .slides > li {position: relative;}
.slider {zoom: 1; position: relative;}

.flex-caption {width: 96%; padding: 2%; position: absolute; left: 0; bottom: 0; background: rgba(0,0,0,.3);
    color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,.3); font-size: 14px; line-height: 18px;
}

div#anpa {
    max-width: 160px;
    margin: 24px auto;
}

.sidebar {
    background-color: #f0eCe7;
    border: 1px solid #D4CCBF;
    margin-left: 20px;
    padding: 12px;
    margin-bottom: 24px;
}

a.button, .ccms_form_element .button {
    position: relative;
    padding: 12px 20px 10px;
    cursor: pointer;
    font-weight: bold;
    color: rgb(255, 255, 255);
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    -webkit-box-shadow:2px 2px 2px 0 rgba(0,0,0,.3);
    -moz-box-shadow:2px 2px 2px 0 rgba(0,0,0,.3);
    box-shadow:2px 2px 2px 0 rgba(0,0,0,.3);
    display: inline-block !important;
    margin: 0px 0px 20px;
    position: relative;
    text-decoration: none;
    text-shadow: 0 0;
    transition: background-position .2s ease, margin .1s ease;
    -webkit-transition: background-position .2s ease, margin .1s ease;
    -moz-transition: background-position .2s ease, margin .1s ease;
    background-repeat: repeat-x;
}

a.button:hover, .ccms_form_element .button:hover {
    background-position: 0 12px;
}

a.button:active, .ccms_form_element .button:active {
    -webkit-box-shadow: -1px -1px 2px 0 rgba(0,0,0,.3);
    -moz-box-shadow: -1px -1px 2px 0 rgba(0,0,0,.3);
    box-shadow: -1px -1px 2px 0 rgba(0,0,0,.3);
    margin: 2px 0 20px 10px;
}

a.button.blue, input#submit.button.blue {
  background-color: #1ac6ff;
  background-image: -webkit-linear-gradient(top, #1ac6ff, #055999);
  background-image: -moz-linear-gradient(top, #1ac6ff, #055999);
  background-image: -ms-linear-gradient(top, #1ac6ff, #055999);
  background-image: -o-linear-gradient(top, #1ac6ff, #055999);
  background-image: linear-gradient(top, #1ac6ff, #055999);  
  text-shadow: 1px 1px 1px rgba(0,0,0,.2);
  border-top: 1px solid #00B5EF;
}

a.button:active,
a.button:focus,
a.button:hover {
    -webkit-transition: color 0.3s ease,background 0.3s ease;
    -moz-transition: color 0.3s ease,background 0.3s ease;
    -o-transition: color 0.3s ease,background 0.3s ease;
    transition: color 0.3s ease,background 0.3s ease;
}

.small p {
    font-size: 0.625em;
}

div#map {
    max-width: 240px;
    height: 300px;
    border: 1px solid #D4CCBF;
    padding: 2px;
    margin-left: 20px;
}


/* 18 MEDIA QUERIES ============================================================================= */

@media print {

/* 1 ROOT ============================================================================= */

* { 
background : transparent !important; 
color : black !important; 
text-shadow : none !important; 
filter : none !important; 
-ms-filter : none !important; }

@page { 
margin : 0.5cm; }

/* 2 HEADINGS ============================================================================= */

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

/* 3 TYPOGRAPHY ============================================================================= */

p { 
orphans : 3; 
widows : 3; }

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

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

/* 4 LINKS ============================================================================= */

a, a:visited { 
color : #444 !important; 
text-decoration : underline; }

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

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

/* 5 FIGURES & IMAGES ============================================================================= */

img { 
max-width : 100% !important;
page-break-inside : avoid; }

/* 6 TABLES ============================================================================= */

thead { 
display : table-header-group; } 

tr { 
page-break-inside : avoid; }

/* 7 FORMS ============================================================================= */
/* 8 BANNER ============================================================================= */
/* 9 NAVIGATION ============================================================================= */
/* 10 CONTENT ============================================================================= */
/* 11 MAIN ============================================================================= */
/* 12 COMPLEMENTARY ============================================================================= */
/* 13 CONTENTINFO ============================================================================= */
/* 14 GLOBAL OBJECTS ============================================================================= */

.ir a:after { 
content : ""; } 

/* 15 VENDOR-SPECIFIC ============================================================================= */
/* 16 MODERNIZR ============================================================================= */
/* 17 TEMPLATE SPECIFICS ============================================================================= */

}

/* 480px */
@media only screen and (min-width: 480px) {

/* 1 ROOT 					============================================================================= */
/* 2 HEADINGS 				============================================================================= */
/* 3 TYPOGRAPHY 			============================================================================= */
/* 4 LINKS 					============================================================================= */
/* 5 FIGURES & IMAGES 		============================================================================= */
/* 6 TABLES 				============================================================================= */
/* 7 FORMS 					============================================================================= */
/* 8 BANNER 				============================================================================= */
/* 9 NAVIGATION				============================================================================= */
/* 10 CONTENT 				============================================================================= */
/* 11 MAIN 					============================================================================= */
/* 12 COMPLEMENTARY 		============================================================================= */
/* 13 CONTENTINFO 			============================================================================= */
/* 14 GLOBAL OBJECTS 		============================================================================= */
/* 15 VENDOR-SPECIFIC 		============================================================================= */
/* 16 MODERNIZR 			============================================================================= */
/* 17 TEMPLATE SPECIFICS 	============================================================================= */

}

/* 600px */
@media only screen and (min-width: 600px) {

/* 1 ROOT 					============================================================================= */
/* 2 HEADINGS 				============================================================================= */
/* 3 TYPOGRAPHY 			============================================================================= */
/* 4 LINKS 					============================================================================= */
/* 5 FIGURES & IMAGES 		============================================================================= */
/* 6 TABLES 				============================================================================= */
/* 7 FORMS 					============================================================================= */
/* 8 BANNER 				============================================================================= */
/* 9 NAVIGATION				============================================================================= */
/* 10 CONTENT 				============================================================================= */
/* 11 MAIN 					============================================================================= */
/* 12 COMPLEMENTARY 		============================================================================= */
/* 13 CONTENTINFO 			============================================================================= */
/* 14 GLOBAL OBJECTS 		============================================================================= */
/* 15 VENDOR-SPECIFIC 		============================================================================= */
/* 16 MODERNIZR 			============================================================================= */
/* 17 TEMPLATE SPECIFICS 	============================================================================= */

}

/* 768px */
@media only screen and (min-width: 768px) {

/* 1 ROOT 					============================================================================= */
/* 2 HEADINGS 				============================================================================= */
/* 3 TYPOGRAPHY 			============================================================================= */
/* 4 LINKS 					============================================================================= */
/* 5 FIGURES & IMAGES 		============================================================================= */
/* 6 TABLES 				============================================================================= */
/* 7 FORMS 					============================================================================= */
/* 8 BANNER 				============================================================================= */
.title {
    float: left;
    width:30.805%;
}

.banner {
    float: right;
    width: 69.196429%; /* 620px */
    margin: 0;
    background: rgb(255,255,255);
    line-height: 0;
}

.banner div {
    border-left: 12px solid rgb(255,255,255);
}
/* 9 NAVIGATION				============================================================================= */
/* 10 CONTENT 				============================================================================= */
/* 11 MAIN 					============================================================================= */
/* 12 COMPLEMENTARY 		============================================================================= */
/* 13 CONTENTINFO 			============================================================================= */
/* 14 GLOBAL OBJECTS 		============================================================================= */
/* 15 VENDOR-SPECIFIC 		============================================================================= */
/* 16 MODERNIZR 			============================================================================= */
/* 17 TEMPLATE SPECIFICS 	============================================================================= */

}
/* 992px */
@media only screen and (min-width: 992px) {

/* 1 ROOT 					============================================================================= */

    body {
        width: 95.7%;
        max-width: 980px;
    }

/* 2 HEADINGS 				============================================================================= */
/* 3 TYPOGRAPHY 			============================================================================= */
/* 4 LINKS 					============================================================================= */
/* 5 FIGURES & IMAGES 		============================================================================= */
/* 6 TABLES 				============================================================================= */
/* 7 FORMS 					============================================================================= */
/* 8 BANNER 				============================================================================= */
/* 9 NAVIGATION				============================================================================= */
/* 10 CONTENT 				============================================================================= */
    .content { 
        margin: 0 12px;

}

/* 11 MAIN 			============================================================================= */
    section[role="main"] {
        float:left;
        width: 69.196429%; /* 620px */
        margin-right: 2.6785714%; /* 24px */
    }

    section[role="main"].fullwidth {
        float:left;
        width: 100%; /* 896px */
        margin-left: 0;
    }
/* 12 COMPLEMENTARY ============================================================================= */
    .content nav[role="secondary"] {
        float: left;
        width: 28.125%; /* 252px */
        white-space: nowrap;
    }
    
    .content aside[role="complementary"] { 
        float: left;
        width: 28.125%; /* 252px */
    }
/* 13 CONTENTINFO 			============================================================================= */
/* 14 GLOBAL OBJECTS 		============================================================================= */
/* 15 VENDOR-SPECIFIC 		============================================================================= */
/* 16 MODERNIZR 			============================================================================= */
/* 17 TEMPLATE SPECIFICS 	============================================================================= */

}

/* 1382px */
@media only screen and (min-width: 1382px) {

/* 1 ROOT 					============================================================================= */

    body {
        width: 80%;
    }

/* 2 HEADINGS 				============================================================================= */
/* 3 TYPOGRAPHY 			============================================================================= */
/* 4 LINKS 					============================================================================= */
/* 5 FIGURES & IMAGES 		============================================================================= */
/* 6 TABLES 				============================================================================= */
/* 7 FORMS 					============================================================================= */
/* 8 BANNER 				============================================================================= */
/* 9 NAVIGATION				============================================================================= */
/* 10 CONTENT 				============================================================================= */
/* 11 MAIN 					============================================================================= */
/* 12 COMPLEMENTARY 		============================================================================= */
/* 13 CONTENTINFO 			============================================================================= */
/* 14 GLOBAL OBJECTS 		============================================================================= */
/* 15 VENDOR-SPECIFIC 		============================================================================= */
/* 16 MODERNIZR 			============================================================================= */
/* 17 TEMPLATE SPECIFICS 	============================================================================= */

}

/* 2x */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), 
only screen and (-o-min-device-pixel-ratio: 3/2), 
only screen and (min-device-pixel-ratio: 1.5) {

/* 1 ROOT 					============================================================================= */
/* 2 HEADINGS 				============================================================================= */
/* 3 TYPOGRAPHY 			============================================================================= */
/* 4 LINKS 					============================================================================= */
/* 5 FIGURES & IMAGES 		============================================================================= */
/* 6 TABLES 				============================================================================= */
/* 7 FORMS 					============================================================================= */
/* 8 BANNER 				============================================================================= */
/* 9 NAVIGATION				============================================================================= */
/* 10 CONTENT 				============================================================================= */
/* 11 MAIN 					============================================================================= */
/* 12 COMPLEMENTARY 		============================================================================= */
/* 13 CONTENTINFO 			============================================================================= */
/* 14 GLOBAL OBJECTS 		============================================================================= */
/* 15 VENDOR-SPECIFIC 		============================================================================= */
/* 16 MODERNIZR 			============================================================================= */
/* 17 TEMPLATE SPECIFICS 	============================================================================= */

}