/* ================================= */
/* Body and Universal Reset */
/* ================================= */

* {
    margin  : 0;
    padding : 0;
}

html {
    background : #2E2E2E;
    min-height : 100%;
}

body {
    background : #fff;
    height     : auto;
    position   : relative;
}

#container {
}

#popupWindowCaller {
    display : none;
}

img {
    border : none;
}

::selection {
    background : #393e42;
    color      : #FFF;
}

::-moz-selection {
    background : #393E42;
    color      : #FFF;
}

/* ================================= */
/* Defaults */
/* ================================= */

.rounded {
    -moz-border-radius    : 4px;
    -webkit-border-radius : 4px;
    -o-border-radius      : 4px;
    -ms-border-radius     : 4px;
    border-radius         : 4px;
}

.transition {
    -moz-transition    : all linear 0.2s;
    -webkit-transition : all linear 0.2s;
    -o-transition      : all linear 0.2s;
    transition         : all linear 0.2s;
}

/* ================================= */
/* Typography */
/* ================================= */

#content ul.noContent li:before, #content .noContent ul li:before, #content .flexslider ul li:before {
    content : '';
}

#content ul.noContent li, #content .noContent ul li, #content .flexslider ul li {
    text-indent : 0;
    margin-left : 0;
}

.blueHeading {
	background: #0c4f90; /* Old browsers */
	background: -moz-linear-gradient(left,  #0c4f90 0%, #1a99d5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#0c4f90), color-stop(100%,#1a99d5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #0c4f90 0%,#1a99d5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #0c4f90 0%,#1a99d5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #0c4f90 0%,#1a99d5 100%); /* IE10+ */
	background: linear-gradient(to right,  #0c4f90 0%,#1a99d5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c4f90', endColorstr='#1a99d5',GradientType=1 ); /* IE6-9 */
	color: #fff;
	padding: 15px;
	}

.blueHeading i {
	color: #1a99d5;
	}

/* ================================= */
/* Header */
/* ================================= */

.header_fill {
    /*height   : 66px;
    position : relative;
    float    : left;
    width    : 100%;*/
    display  : none;
}

#header {
    background: url("/images/backgrounds/home_header_bg.jpg") no-repeat top left;
    background-size: cover;
    display          : block;
    width            : 100%;
    float            : none;
    padding          : 0px 0 0;
    position         : relative;
}

#header a.logo {
    margin      : 18px 0px 24px 0px;
    padding     : 0px;
    text-indent : -9999px;
    z-index     : 2;
    height      : 50px;
    width       : 350px;
    display     : block;
    position    : relative;
    background  : url(images/backgrounds/dr-robert-bourke-logo.png) top left no-repeat;
}

#header .font_size_container {

}
#header .font_size_container {
    float: right;
    margin-top: 32px;
}
#header .font_size_container .font_size_title{
    float: left;
    font-size: 13px;
    padding: 5px 10px 0 0
}
#header .font_size_container #font_size{
    float: left;
}
#header .font_size_container #font_size a.font_ic{
    -webkit-backface-visibility: hidden;
    -moz-transition: opacity .25s ease;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
    margin-right: 2px;
}
#header .font_size_container #font_size a.font_ic:hover{
    opacity: 0.68;
}

#header .header_search {
    position: relative;
    float: right;
    margin-top: 29px;
    width: 100%;
}
#header .header_search form {
    width: 100%;
}
#header .header_search input::-webkit-input-placeholder {
    text-transform: capitalize;
    font-size: 11px;
    font-style: italic;
    font-weight: 300;
    color: #929292;
}
#header .header_search input {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    border: 1px solid #b0b0b0;
    padding: 7px 17px;
    width: 100%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    color: #929292;
}
#header .header_search button {
    background: none!important;
    filter: none!important;
    border: none;
    position: absolute;
    right: 10px;
    top: 6px;
    padding: 1px!important;
    -webkit-box-shadow:none;
    box-shadow:none;
    -webkit-backface-visibility: hidden;
    -moz-transition: opacity .25s ease;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
}
#header .header_search button:hover {
    opacity: 0.7;
}

/* ================================= */
/* Main Navigation */
/* ================================= */

#navigation {
    background: url("/images/backgrounds/navigation-bg.jpg") no-repeat top center #0C4F90;
    height           : 51px;
    width: 100%;
    float: left;
}
#mainNav {
    height           : 50px;
    width            : 100%;
    background-color : transparent;
}

#mainNav li {
    list-style : none;
    float      : left;
    position   : relative;
}

#mainNav > li {
    margin : 0 0 0 0px;
}

#mainNav > li.first {
    margin-left : 0;
}

#mainNav li a {
    padding     : 14px 21px;
    background  : transparent;
    font-size   : 15px;
    margin      : 0px 5px;
    font-weight : 600;
    text-shadow : 0px -1px 0px rgba(0, 0, 0, 0.3);
    color       : #FDFDFD;
    display     : block;
    border-bottom: 2px solid transparent;
    -webkit-backface-visibility: hidden;
    -moz-transition: border-color .2s ease;
    -webkit-transition: border-color .2s ease;
    transition: border-color .2s ease;
}

#mainNav > li > a {
    height : 20px;
}

#mainNav li a:hover {
    border-bottom: 2px solid #ffffff;
    color      : #fff;

}

#mainNav li a:active, #mainNav li.current > a {
    border-bottom: 2px solid #EFC913;
}

#mainNav ul {
    position           : absolute;
    width              : 200px; /* left offset of submenus need to match (see below) */
    top                : -999px;
    border-bottom      : solid 5px #0c4f90;
    -webkit-box-shadow : 0px 1px 6px rgba(0, 0, 0, 0.6);
    -moz-box-shadow    : 0px 1px 6px rgba(0, 0, 0, 0.6);
    -o-box-shadow      : 0px 1px 6px rgba(0, 0, 0, 0.6);
    box-shadow         : 0px 1px 6px rgba(0, 0, 0, 0.6);
}

#mainNav ul li {
    width : 100%;
}

#mainNav li:hover {
    visibility : inherit; /* fixes IE7 'sticky bug' */
}

#mainNav li:hover ul, #mainNav li.sfHover ul {
    left    : 0;
    top     : 51px; /* match top ul list item height */
    z-index : 99;
}

#mainNav li:hover li ul, #mainNav li.sfHover li ul {
    top : -999em;
}

#mainNav li li:hover ul, #mainNav li li.sfHover ul {
    left : 190px; /* match ul width */
    top  : 0;
}

#mainNav li li:hover li ul, #mainNav li li.sfHover li ul {
    top : -999em;
}

#mainNav li li li:hover ul, #mainNav li li li.sfHover ul {
    left : 200px; /* match ul width */
    top  : 0;
}

/* Drop Down UL */
#mainNav ul li a {
    margin           : 0;
    padding          : 12px 12px;
    font-size        : 13px;
    font-weight      : normal;
    color            : #000;
    background-color : #ffffff;
    border           : none;
    text-shadow      : none;
}

#mainNav ul li a:hover, #mainNav ul li a:active {
    background : #0c4f90 !important;
    border     : none;
    filter     : none;
    color      : #fff;
}

#mainNav ul li a:active, #mainNav ul li.current > a {
    color              : #FAFAFA;
    -webkit-box-shadow : none;
    -moz-box-shadow    : none;
    -o-box-shadow      : none;
    box-shadow         : none;
}



/* ================================= */
/* Mobile Navigation */
/* ================================= */

/* Resets for container */
#mobile_nav {
    position : absolute;
    top      : 0;
    z-index  : 9999;
    right    : 0;
    width    : 40%;
    float    : left;
    margin   : 0;
    padding  : 0;
}

/* Background colour for menu and active icon/button */
html.mobile_nav_is_active,
#mobile_nav .mobile_nav_wrap,
#mobile_nav #mobile_nav_launch.active_mobile_launch {
    background-color : #0C549A;
}

#mobile_nav .mobile_nav_wrap,
#mobile_nav ul li,
#mobile_nav ul li a {
    -webkit-box-sizing : border-box;
    -moz-box-sizing    : border-box;
    box-sizing         : border-box;
}

/* Style the icon/button */
#mobile_nav #mobile_nav_launch {
    height          : 50px !important;
    width           : 67px !important;
    line-height     : 21px;
    position        : relative;
    top             : 8px;
    right           : 0;
    border-radius   : 0;
    background      : url(images/icons/nav.png) 45% center no-repeat;
    background-size : 60% 60%;
    text-indent     : -9999px;
    float           : right;
    cursor          : pointer;
    z-index         : 99;
}

/* Actual Menu Wrapper - Important stuff */
#mobile_nav .mobile_nav_wrap {
    position   : fixed;
    width      : 80%;
    float      : left;
    right      : -80%;
    -moz-box-shadow : inset 3px 0px 6px #111;
    -o-box-shadow : inset 3px 0px 6px #111;
    -webkit-box-shadow : inset 3px 0px 6px #111;
    box-shadow : inset 3px 0px 6px #111;
    height     : 100%;
    z-index    : 98;
    overflow   : auto;
    display    : block;
    padding-left: 5px;
    -webkit-overflow-scrolling: touch;
}

#mobile_nav .mobile_nav_wrap_active {
    right : 0;
}

html,
#mobile_nav .mobile_nav_wrap {
    -webkit-transition : right 0.2s linear;
    -moz-transition    : right 0.2s linear;
    transition         : right 0.2s linear;
}

html {
    position : relative !important;
    width    : 100%;
    right    : 0;
}

html.mobile_nav_is_active {
    right : 80%;
}

html.mobile_nav_is_active,
html.mobile_nav_is_active body {
    /* overflow : hidden; */
    position : relative;
    height   : 100%;
}

#mobile_nav ul {
    float         : left;
    position      : relative;
    top           : 0;
    left          : 0;
    display       : block;
    width         : 100%;
    list-style    : none;
    margin        : 0 auto 10px !important;
    padding       : 5px 0 0 !important;

}

.mobile_nav_wrap > ul {
	border-bottom : 5px solid #093F75;
	}

#mobile_nav ul li {
    width         : 100%;
    display       : block;
    padding       : 0 25px;
    float         : left;
    width         : 100%;
    border-bottom : 1px solid #093F75;
}

#mobile_nav ul li a {
    color       : #FAFAFA;
    font-size   : 18px;
    display     : block;
    float       : left;
    width       : 100%;
    font-weight : 600;
    padding     : 12px 20% 12px 0;
    position: relative;
}

#mobile_nav ul li a:active {
    text-shadow : -1px -1px 0 #111;
}

#mobile_nav ul ul {
    padding-left : 20px;
}

#mobile_nav .mobile_nav_wrap > ul > li > ul {
    display: none; /* HIDE INITIALLY */
}

#mobile_nav ul ul li {
    border-bottom: 0;
    padding: 0 0 0 20px;
}

#mobile_nav ul ul li a {
    font-weight  : normal;
    font-size    : 13px;
	padding: 6px 10px 6px 0;
}

span.mobile_nav_down_more {
    position: absolute;
    height: 100%;
    width: 20%;
    text-align: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    z-index: 999;
    right: 0;
    top: 0;
    padding: 10px 0 0;
    outline: none;
}

/* ================================= */
/* Sidebar */
/* ================================= */

#sidebar {
    margin-top : 10px;
}
#sidebar .widget{
    margin-top : 10px;
    margin-bottom : 10px;
}

#sidebar .widget .widget_content {
    border: 1px solid #E6E6E6;
    border-top: 0;
    padding: 10px 15px;
}
#sidebar .widget .widget_title h2{
    font-size: 18px;
}
#sidebar .widget .widget_content h2.featuredArticle {
    margin-top: 0;
}
#sidebar .widget .widget_date {
    margin: 4px 0 10px 10px;
}
#sidebar .widget .blogLink{
    margin-bottom: 10px;
}

#subNav {
    border-bottom : solid 1px #E6E6E6;

}

/* NEW STYLES */

#subNav, .subNavBlog {
	border-bottom : solid 1px #E6E6E6;
	}

#sidebar #subNav li.subNavHeading a, #sidebar .subNavBlog li.subNavHeading a {
	color           : #FFFFFF;
	padding         : 5px 0px 5px 0px;
	margin          : 0px;
	font-weight     : 400;
	text-transform  : capitalize;
	text-decoration : none;
	font-size       : 21px;
	}

#sidebar #subNav li.subNavHeading a:hover, #sidebar .subNavBlog li.subNavHeading a:hover {
	color : #FFFFFF;
	}

#content #sidebar #subNav li.subNavHeading, #content #sidebar .subNavBlog li.subNavHeading {
	padding      : 22px 0px 20px 17px;
	margin       : 0px;
	text-indent  : 0px;
	text-align   : left;
	background: rgb(11,75,137); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(11,75,137,1) 0%, rgba(11,75,137,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(11,75,137,1)), color-stop(100%,rgba(11,75,137,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(11,75,137,1) 0%,rgba(11,75,137,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(11,75,137,1) 0%,rgba(11,75,137,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(11,75,137,1) 0%,rgba(11,75,137,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(11,75,137,1) 0%,rgba(11,75,137,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b4b89', endColorstr='#0b4b89',GradientType=0 ); /* IE6-9 */
	border-top   : 1px solid #E5E5E5;
	border-left  : 1px solid #E5E5E5;
	border-right : 1px solid #E5E5E5;
	}


#content #sidebar #subNav li.subNavHeading:before, #content #sidebar .subNavBlog li.subNavHeading:before {
	content : none;
	}

#sidebar #subNav, #sidebar .subNavBlog {
	background-color : #FFFFFF;
	}

#content #sidebar ul#subNav li, #content #sidebar ul.subNavBlog li {
	padding      : 0px 0px 0px 0px;
	text-indent  : 0px;
	margin       : 0px;
	border-top   : solid 1px #E6E6E6;
	border-left  : solid 1px #E6E6E6;
	border-right : solid 1px #E6E6E6;
	font-size: 13px;
	}

#sidebar #subNav li a, #sidebar .subNavBlog li a {
	color           : #000;
	padding         : 10px 0px 10px 30px;
	text-decoration : none;
	display: block;
	position: relative;
	z-index: 10;
	}


#sidebar #subNav li a:hover, #sidebar .subNavBlog li a:hover {
	color : #0B4B89;
	}

#content #sidebar #subNav li:before, #content #sidebar .subNavBlog li:before {
	content      : "\203A \00a0";
	color        : #0B4B89;
	font-size    : 15px;
	margin-right : 0px;
	line-height  : 15px;
	float: left;
	padding: 10px 5px 10px 20px;
	}

#content #sidebar ul#subNav, #content #sidebar ul.subNavBlog {
	padding : 0;
	margin  : 0px 0px 25px 0px;
	}

#content #sidebar #subNav li.down a, #content #sidebar .subNavBlog li.down a {
	color       : #0B4B89;
	font-weight : bold;
	}

#content #sidebar #subNav li.down:before, #content #sidebar .subNavBlog li.down:before {
	color       : #0B4B89;
	font-weight : bold;
	}

#content #sidebar #subNav li.child a, #content #sidebar #subNav li.child:before, #content #sidebar .subNavBlog li.child:before {
	padding-top: 5px;
	padding-bottom: 5px;
	}

#content #sidebar #subNav li.child, #content #sidebar .subNavBlog li.child {
	border-top   : none;
	padding-top  : 0px;
	padding-bottom  : 5px;
	padding-left : 0px;
	}

#content #sidebar #subNav li.childChild, #content #sidebar .subNavBlog li.childChild {
	font-size    : 11px;
	border-top   : none;
	padding-top  : 4px;
	padding-left : 50px;
	}

#content #sidebar #subNav li.childChild:before, #content #sidebar .subNavBlog li.childChild:before {
	font-size   : 11px;
	margin-left : 28px;
	}

#sidebar #subNav li.child:before, #sidebar .subNavBlog li.child:before {
	font-size   : 11px;
	margin-left : 14px;
	}



/* Video Side Bar Banner*/
a.video_featured_banner {
    display: block;
    background: url("/images/backgrounds/sidebar_featured_video_banner.png") no-repeat right top #0F68BB;
    height: 100px;
    width: 100%;
    color: #fff!important;
    padding: 20px;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    -moz-transition: opacity .25s ease;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
}
.video_featured_banner strong{
    display: block;
    font-weight: 600;
}
a.video_featured_banner:hover {
    opacity: 0.8;
    color: #fff;
}


/* ================================= */
/* Video Styles */
/* ================================= */
.video_play {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    transition: all 0.15s;
   /* width: 100%;*/
    /*height: 225px;*/
    text-align: center;
    position: absolute;
    z-index: 2;
	-webkit-box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.2);
	box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.2);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.video_vert_align {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.video_play img {
	padding: 20px 16px 20px 19px;
    background: rgba(0,0,0,0.3);
    vertical-align: middle;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	margin: -35px;
	position: absolute;
	left: 50%;
	top: 50%;
}


/* ================================= */
/* Standard 4x Image Styles */
/* ================================= */
.image_4_Container {
    width: 23.5%;
    display: block;
    float: left;
    margin-right: 2%;
    margin-bottom: 10px;
}
.image_4_Container.last_desktop{
    margin-right: 0;
}
.image_4_Container .image_4_Image {
    margin-bottom: 10px;
    display: block;
    position: relative;
}
.image_4_Container .image_4_Image img{
    -webkit-backface-visibility: hidden;
    -moz-transition: opacity .25s ease;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
}
.image_4_Container:hover .image_4_Image img{
    opacity: 0.8;
}

.image_4_Container h2 {
    margin: 10px 0 10px;
    font-size: 19px;
    text-align: center;
    line-height: 25px;
}
.image_4_Container h2 a{
    color: #0C4F90;
    font-size: 18px;

    line-height: 25px;
}
#content .image_4_Container .image_4_Listing p{
    font-size: 14px;
    line-height: 23px;
}
.only_mob {
    display: none;
}


/* ================================= */
/* Content */
/* ================================= */

#content {
    padding-top    : 10px;
    padding-bottom : 10px;
    width          : 100%;
    display        : block;
}
#homePage #content {
    padding: 0;
}
#copy p, #copy table, #copy ul, #copy ol {
    margin : 0 0 18px 0;
}

#copy ul, #copy ol {
    margin-left : 18px;
}

/* ================================= */
/* Inner Page */
/* ================================= */

    .inner_page_template {
        background: url("/images/backgrounds/inner_page_bg.jpg") no-repeat top center #3B3B3B;
    }
    .inner_page_template .inner_content_header {
        padding: 0 5px;
    }
    .inner_page_template .inner_content_header h1 i{
        color: #1a99d5;
    }
    .inner_page_template .inner_content_header h1 {
        color: #FFFFFF;
        font-weight: 600;
        font-size: 36px;
        margin: 20px 0 5px;
    }
    .inner_page_template #content .inner_content {
        background: #fff;
        margin-bottom: 25px;
    }
    .inner_page_template #content .inner_content #copy{
        border-right: 1px solid #e5e5e5;
    }
    .inner_page_template #content .padding_inner {
        padding: 25px 0px 25px 15px;
	    min-height: 600px;
    }
    .inner_page_template #content .padding_inner.full_width {
        padding: 25px 15px 25px 15px;
    }

/* ================================= */
/* Home */
/* ================================= */

#content ul#homeNav {
    margin        : 0 0 15px;
    padding       : 7px;
    background    : #ccc;
    border-radius : 8px;
}

#content #homeNav li {
    margin      : 0;
    padding     : 1px 0;
    text-align  : center;
    text-indent : 0;
    margin-left : 0 !important;
}

#content #homeNav li:before {
    content : '' !important;
}

#homeNav a {
    display          : block;
    background       : #EEEEEE;
    background-image : linear-gradient(bottom, rgb(50, 50, 50) 0%, rgb(70, 70, 70) 100%);
    background-image : -o-linear-gradient(bottom, rgb(50, 50, 50) 0%, rgb(70, 70, 70) 100%);
    background-image : -moz-linear-gradient(bottom, rgb(50, 50, 50) 0%, rgb(70, 70, 70) 100%);
    background-image : -webkit-linear-gradient(bottom, rgb(50, 50, 50) 0%, rgb(70, 70, 70) 100%);
    background-image : -ms-linear-gradient(bottom, rgb(50, 50, 50) 0%, rgb(70, 70, 70) 100%);
    background-image : -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(50, 50, 50)), color-stop(1, rgb(70, 70, 70)));
    padding          : 13px 15px;
    text-decoration  : none;
    margin           : 0;
    color            : #fff;
    font-weight      : bold;
    text-align       : center;
    text-transform   : uppercase;
    text-shadow      : -1px -1px 3px rgba(0, 0, 0, 0.2);
}

#homeNav a:active, #homeNav a:focus, #homeNav a:hover {
    box-shadow : inset -2px -2px 5px rgba(255, 255, 255, 0.08), inset 2px 2px 5px rgba(0, 0, 0, 0.5) !important;
    outline    : none !important;
}

#homeNav li:first-child a {
    border-top-left-radius  : 5px;
    border-top-right-radius : 5px;
}

#homeNav li:last-child a {
    border-bottom-left-radius  : 5px;
    border-bottom-right-radius : 5px;
}

/* Home Page Banner */
.homeBannerContainer {
    
}
#homeBanner {
    min-height: 500px;
	background: url(images/icons/ajax-loader-alt.gif) no-repeat center center #D8D8D8;
}
#homeBanner ul li{
    height: 800px;
    background-position: center top;
}
#homeBanner .banner_text {
    margin-top: 15%;
    position: relative;
    text-align: center;
    color: #fff;
    top: 0%;
    left: 0%;
}

#homeBanner .banner_text h2{
    color: #fff;
    font-weight: 300;
    font-size: 37px;
    line-height: 44px;
    margin-bottom: 0px;
}
#homeBanner .banner_text h2 strong{
    color: #fff;
    font-weight: 400;
}
#homeBanner .banner_text .banner_tagline{
    font-family: Georgia, arial, helvetica, sans-serif;
    background: url("/images/backgrounds/banner-divider.gif") no-repeat bottom center;
    color: #fff;
    font-size: 17px;
    line-height: 22px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
#homeBanner .banner_text p{
    font-family: arial, helvetica, sans-serif;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    line-height: 22px;
}

#homeBanner .link_circle_container {
    text-align: center;
    margin: 30px auto;
    width: 87%;
}
#homeBanner a.link_circle {
    background: url('/images/icons/practices-icon.png') no-repeat center center #0C4F90;
    border: 4px solid #014371;
    display: block;
    width: 122px;
    height: 122px;
    float: left;
    -webkit-border-radius: 130px;
    -moz-border-radius: 130px;
    border-radius: 130px;
    position: relative;
    -webkit-backface-visibility: hidden;
    -moz-transition: background-color .25s ease;
    -webkit-transition: background-color .25s ease;
    transition: background-color .25s ease;
}
#homeBanner a.link_circle.center {
    margin: 0 7%;
}
#homeBanner a.link_circle:hover {
    background-color: #0E59A1;
}
#homeBanner a.link_circle h3 {
    color: #fff;
    text-transform: uppercase;
    position: relative;
    font-size: 13px;
    font-weight: 600;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

#homeBanner a.link_circle.ic2 {
    background-image: url('/images/icons/credentials-icon.png');
}

#homeBanner a.link_circle.ic3 {
    background-image: url('/images/icons/doctor-icon.png');
}

/* Home Styles */

.grey_bg {
    padding: 20px 0;
    background: #D9D9D9;
}

/* ================================= */
/* CASE STUDIES */
/* ================================= */

.casestudyListingThumbWrapper {
	position: relative;
	width: 30%;
	float: left;
	margin: 0 2.5% 40px;

	}

.casestudyListingContainer h2 {
	font-size: 24px;
	}

.casestudyListingThumb {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	}

.casestudyListingThumb:hover {
	/*margin-left: -10px;
	margin-top: -12px;
	margin-bottom: -20px;
	width: 110%;*/
	}

.casestudyListingThumbWrapper.first {
	margin-left: 0;
	}

.casestudyListingThumbWrapper.last {
	margin-right: 0;
	}

.casestudyListingThumb, .casestudyListingImageContainer > div {
	margin: 0;
	width: 100%;
	float: left;
	position: relative;
	border: 5px #fff solid;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.3);
	box-shadow: 0 1px 3px 0 rgba(0,0,0,0.3);
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	}

.casestudyListingImageContainer > div img {

	}

.casestudyListingThumb a, .casestudyListingImageContainer > div a {
	width: 100%;
	float: left;
	border-top: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	}

.casestudyListingThumb .casestudyListingHeading {
	width: 100%;
	float: left;
	position: absolute;
	left: 0;
	bottom: -1px;
	background-color: rgba(256, 256, 256, 0.8);
	font-size: 14px;
	font-weight: 600;
	color: #272727;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	}

.casestudyListingThumb a:hover .casestudyListingHeading {
	color: #fff;
	background-color: rgba(0, 1, 42, 0.8);
	}

.casestudyListingHeading .inner {
	padding: 20px 25px;
	float: left;
	}


.casestudyIcons {
	float: right;
	}

.casestudyIcons i {
	font-size: 20px;
	margin-left: 10px;
	color: #1a99d5;
	}



.leftBorder {
	border-left: 3px solid #0c4f90;
	padding: 15px 20px;

	}

.caseStudies_gallery > div {
	margin-bottom: 10px;
	}

.caseStudies_gallery a {
	float: left;
	width: 100%;
	}

.caseStudies_gallery a:hover {
	}

.caseStudies_gallery a img {
	float: left;
	opacity: 1;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	}

.caseStudies_gallery a:hover img {
	opacity: 0.8;
	}

.caseStudiesWrapper {
	margin-bottom: 20px;
	}

.continueLink {
	text-decoration: underline;
	}

.caseStudiesThumb {
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
	}

.caseStudiesThumb > div {
	margin: 0;
	width: 100%;
	float: left;
	position: relative;
	border: 5px #fff solid;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.3);
	box-shadow: 0 1px 3px 0 rgba(0,0,0,0.3);
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	}

.caseStudiesThumb > div img {
	width: 100%;
	}

/* ================================= */
/* Widgets */
/* ================================= */

.widget {
    margin-top    : 15px;
    margin-bottom : 10px;
}

.widget_title {

    background : #0C4F90;
}

.widget_title h2 {
    color  : #fff;
    margin : 0;
    width: 76%;
    float: left;
    font-weight: 600;
    font-size: 17px;
    line-height: 24px;
    padding: 12px 15px 12px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.widget_title .button {
    float: right;
    margin:8px 8px;
}

.widget_content h2 a, .widget_content h2 {
    font-size     : 14px;
    line-height   : 17px;
    color         : #000;
}
.widget_content h2.featuredArticle {
    width: 100%;
    margin: 10px 0;
}

.widget_content {
    background : #fff;
    padding    : 10px 15px 15px 20px;
}

.home_page .widget_content {
    min-height: 224px;
}

.widget_content ul {
    margin-bottom : 0 !important;
}

.widget_content ul li {
    font-weight   : bold;
    margin-left   : 0px !important;
    margin-bottom : 5px;
}

.widget_content ul li:before {
    margin-right : 3px;
    font-size    : 13px !important;
}

.widget_date {
    padding          : 8px 0 13px;
    margin           : 4px 8px 10px 10px;
    text-align       : center;
    width            : 72px;
    background-color : #0C4F90;
    text-transform   : uppercase;
    float            : right;
    color            : #FFF;
    font-size        : 22px;
    font-weight      : bold;
}

.widget_date h2 {
    font-weight    : bold;
    font-size      : 37px;
    text-transform : none;
    color          : #fff;
    margin         : 10px 10px 13px 10px;
}

.widget .blogDate {
    color         : #000;
    font-style    : italic;
    display       : block;
    margin-bottom : 13px;
    line-height   : 14px;
}

.widget_content p {
    margin-bottom : 10px !important;
}

.widget .blogLink {
    text-decoration : underline;
    margin-bottom: 15px;
    display: block;
}

.widget_form_row {
    margin     : 3px 0;
    text-align : right;
}

.widget_form_row label {
    width        : 21.5%;
    text-align   : left;
    margin-right : 2%;
    display      : inline-block;
}

.widget_form_input {
    text-align    : right;
    width         : 73%;
    padding-right : 1%;
    display       : inline-block;
}

.widget_form_input input {
}

.widget_form_button {
    margin-top    : 7px;
    padding-right : 1%;
    text-align    : right;
}
.only_m {
    display: none;
}

/* Scoial widgets */
.widget.twitter .widget_title h2, .widget.facebook .widget_title h2{
    width: 82%;
    padding: 12px 12px;
}
.fb_large {
    display: none!important;
}
.widget.twitter .widget_content{
    padding: 0px 15px 0px 10px;
}
.widget.twitter .widget_content .var-narrow.var-chromeless .tweet {
    padding: 8px 2px 0px 0!important;
}
.widget.twitter .widget_title{
    background: #00ABF0;
}
.widget.facebook .widget_content{
    padding: 0px 15px 8px 3px;
}
.widget.facebook .widget_title{
    background: #3C599F;
}

.widget_title_icon {
    background: rgba(0,0,0,0.1);
    color: #fff;
    width: 18%;
    font-size: 25px;
    line-height: 46px;
    text-align: center;
    float: right;
}

/* ================================= */
/* Blog */
/* ================================= */

.displaying {
    text-align : center;
}

.nextprevnav {
	float: left;
	text-align : left;
	margin     : 18px 0 0 0;
	background: #0c4f90;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 20px;
	}

.nextprevnav i {
	font-size: 18px;
	}

.nextprevnav a, .nextprevnav span, .nextprevcurrentpage {
	float: left;
	}

.nextprevnav a {
	color: #fff !important;
	padding: 10px 15px;
	}

.nextprevnav a:hover {
	color: #1a99d5 !important;
	}

.nextprevcurrentpage {
	color: #fff;
	background: #1a99d5;
	padding: 10px 15px;
	}

.nextprevdisabled {
	color: #3f7fbe;
	padding: 10px 15px;
	}

.blogListingThumb > div {
	margin: 0;
	width: 100%;
	float: left;
	position: relative;
	border: 5px #fff solid;
	-webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,0.3);
	box-shadow: 0 5px 10px 0 rgba(0,0,0,0.3);
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	}

.blogListingContainer {
	margin-top: 10px;
	}

.blogListingContainerWImage {
	float : left;
	}

#content .blogListingContainer p {
	margin : 0 0 10px 0;
	}

.blogDate {
	color : #ccc;
	}

.blogAddThisTop {
	float : right;
	width : 124px;
	}

.blogMetaInfo {
	background-color : #fff;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	margin           : 10px 0;
	overflow         : hidden;
	padding          : 10px 10px;
	}

.blogMetaInfo,
.blogMetaInfo a, .blogMetaInfo a:link, .blogMetaInfo a:visited {
	color : #999;
	}

#sidebar .search {
	margin-bottom: 20px;
	margin-top: 10px;
	}

#businessSearch select {
	margin: 10px 0;
	}

.blogImageContainer {
	width: 44%;
	float: right;
	}

.blogImageContainer > div {
	margin: 0 0 15px 20px;
	border: 5px #fff solid;
	-webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,0.3);
	box-shadow: 0 5px 10px 0 rgba(0,0,0,0.3);
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	}

/* ================================= */
/* Gallery  */
/* ================================= */

/* General Gallery Styles & Fixes */
#content ul.gallery_cat_list, #content ul.thumbs {
    margin: 0;
}
#content .gallery_cat_list li, #content .gallery_thumbs li {
    text-indent: 0;
    margin-left: 0;
    padding: 0;
}
#content .gallery_cat_list li:before, #content .gallery_thumbs li:before {
    display: none;
}

/* Category Styles  */

.gallery_cat_list li {
    float: left;
    width: 32%;
    position: relative;
    display: block;
    margin-bottom: 15px;
}

#content .gallery_cat_list li.gallery_middle {
    margin-right: 2%;
    margin-left: 2%;
}

.gallery_cat_list li a {
    float: left;
    width: 100%;
    overflow: hidden;
    background: #000;
    display: block;
    -moz-transition: all linear 100ms;
    -webkit-transition: all linear 100ms;
    -o-transition: all linear 100ms;
    transition: all linear 100ms;
}

.gallery_cat_list li a:hover {
    position: relative;
    z-index: 99;
}

.gallery_cat_list li a img {
    width: 100%;
    height: auto;
    opacity: 1;
    -webkit-backface-visibility: hidden;
    -moz-transition: opacity .25s ease;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
}

.gallery_cat_list li a:hover img {
    opacity: 0.7;
    width: 100%;
    height: 100%;
    position:relative;
}

.gallery_cat_list li a:active img {
    opacity: 0.5;
    width: 100%;
    height: 100%;
    position:relative;
}

.gallery_cat_list li .gallery_title_overlay_container {
    display: none;
}

.gallery_cat_list li .gallery_title_overlay {
    display: none;
}

.gallery_cat_list li a:hover .gallery_title_overlay_container {
    width: 100%;
    top: 0;
    position: absolute;
    z-index: 100;
    text-align: center;
    display: table-cell;
}

.gallery_cat_list li a:hover .gallery_title_overlay {
    text-align: center;
    display: inline-block;
    padding: 7px;
}

/****NOTE*** Change the height to the height of the image
- this is so the label will be able to be set at a vertical centered position  */
.gallery_cat_list li a:hover .gallery_title_label {
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    width: 100%;
    height: 215px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}

/* THUMBS - ALBUM STYLES */
#content .gallery_thumbs {
    margin: 0;
    padding: 0;
}


#content .gallery_thumbs li {
    width: 24.2%;
    float: left;
    margin-right: 1%;
    margin-bottom: 7px;
}
#content .gallery_thumbs li.gallery_divider, #content .gallery_cat_list li.gallery_divider {
    width: 100%;
    height: 0;
    padding: 0;
    margin: 0;
}
#content .gallery_thumbs li a {
    display: block;
    background: #000;
}

#content .gallery_thumbs li a:hover img {
    opacity: 0.7;
}

#content .gallery_thumbs li a:active img {
    opacity: 0.5;
}

#content .gallery_thumbs li.gallery_last {
    margin-right: 0;
}

.gallery_thumbs .gallery_caption {
    padding: 15px 0 7px;
}

.gallery_thumbs .gallery_caption h2 {
    font-size: 14px;
    color: #000;
    line-height: 18px;
}

/* ================================= */
/* Footer */
/* ================================= */

#footer {
    clear            : both;
    text-align       : center;
    background-color : #2E2E2E;
    display          : block;
    width            : 100%;
    float            : none;
    padding-bottom: 30px;
}


#footer a {
    color     : #eeeeee;
    font-size : 12px;
}

#footer a:hover {
    color : #1A9EE8;
}

.site_by {
    display : block;
    padding : 10px 0 0;
}

.site_by img {
    display : inline-block;
    margin  : -11px 0 0 2px;
}

.footerNav {
    margin-bottom : 10px;
}

#footer li {
    display    : inline;
    list-style : none;
    margin     : 0 12px 0 0;
}


.byLine {
    white-space : nowrap;
}

.byLine span {
    position : relative;
    display  : inline-block;
    top      : -6px;
    margin   : 0 3px 0;
}

#footer .footer_left {
    text-align : left;
    padding-top: 40px;
    padding-bottom: 40px;
}

#footer .footer_left h2 {
    font-size   : 15px;
    font-weight : bold;
    line-height: 20px;
    color       : #eeeeee;
}

#footer .footer_left li, #footer .footer_left li a {
    line-height : 15px;
    margin      : 0;
}

#footer .footer_left li {
    display    : block;
    list-style : none;
    margin     : 0 12px 5px 0;
    text-align : left;
    width      : 100%;
}

#footer .split.footer_left li {
    width: 46%;
    float: left;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
#footer .footer_right {
    font-size   : 11px;
    line-height : 16px;
    text-align  : right;
}

#footer .footer_right li {
    display    : inline-block;
    list-style : none;
    margin     : 0 0 0 11px;
}

#footer .footer_right ul {
    margin-bottom : 10px;
}

#footer .portal_login_outer {
    background: url("/images/backgrounds/portal_bottom_bg.png") bottom center no-repeat;
    padding-bottom: 22px;
    background-size: 100% auto;
}
#footer .portal_login {
    background: rgb(12,77,141); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(12,77,141,1) 0%, rgba(9,56,112,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(12,77,141,1)), color-stop(100%,rgba(9,56,112,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(12,77,141,1) 0%,rgba(9,56,112,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(12,77,141,1) 0%,rgba(9,56,112,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(12,77,141,1) 0%,rgba(9,56,112,1) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(12,77,141,1) 0%,rgba(9,56,112,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c4d8d', endColorstr='#093870',GradientType=1 ); /* IE6-9 */
    width: 100%;
    padding: 20px 0 0 0;
}

#footer .portal_login .portal_title{
    background: rgb(21,125,183); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(21,125,183,1) 0%, rgba(22,129,189,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(21,125,183,1)), color-stop(100%,rgba(22,129,189,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(21,125,183,1) 0%,rgba(22,129,189,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(21,125,183,1) 0%,rgba(22,129,189,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(21,125,183,1) 0%,rgba(22,129,189,1) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(21,125,183,1) 0%,rgba(22,129,189,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#157db7', endColorstr='#1681bd',GradientType=1 ); /* IE6-9 */
    text-align: center;
    padding: 10px 0;
}
#footer .portal_login .portal_title h2{
    color: #fff;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
}
#footer .portal_login .portal_login_form{
    padding: 10px;
    color: #fff;
    text-align: left;
}
#footer .portal_login .portal_login_form .field_name{
    padding: 5px 0;
    display: block;
    font-size: 12px;
    font-weight: bold;
}
#footer .portal_login .portal_login_form input[type='text'] {
    margin-bottom: 5px;
}

#footer .portal_login .portal_button {
    margin: 15px 0 15px 0;
    text-align: center;
}

#footer .bottom_footer {
    color: #eeeeee;
}
#footer .bottom_footer.mobile_v {
    display: none;
}

#footer .bottom_footer.mobile_v ul.footerNav li {
	margin-right: 10px;
	margin-left: 10px;
	}

#footer .bottom_footer.mobile_v ul.footerNav li.divider {
	margin-right: 0px;
	margin-left: 0px;
	}

#footer .bottom_footer .copyright{
    text-align: right;
    padding-right: 20px;
}
#footer .bottom_footer ul.footerNav{
    text-align: left;
}
#footer .bottom_footer ul.footerNav li.divider{
    color: #eeeeee;
}

/* ================================= */
/* Sitemap */
/* ================================= */

#content ul.sitemap {
    list-style : none;
    margin     : 0px;
    padding    : 0px;
}

ul.sitemap li a {
    padding : 5px 0px 3px;
    display : block;
}

ul.sitemap a:hover {
    color : #000;
}

ul.sitemap li.sitemapHeading > a {
    font-size     : 16px;
    padding       : 10px 5px;
    margin        : 0px 0px 0px;
    border-bottom : 1px solid #dddddd;
    font-weight   : bold;
    display       : block;
}

ul.sitemap li.sitemapHeading > a:hover {
    background    : #eee;
    border-bottom : 1px solid #aaa;
}

.byLine {
    white-space : nowrap;
}

.byLine span {
    position : relative;
    display  : inline-block;
    top      : -5px;
    margin   : 0 3px 0;
}

/* ================================= */
/* Breadcrumbs */
/* ================================= */

#breadcrumbs {
    display : block;
    width   : 100%;
}

#content #breadcrumbs ul {
    list-style : none;
    margin     : 0px 0 15px 0;
    display    : block;
    position   : relative;
    float      : left;
    width      : 95%;
}

#content #breadcrumbs ul li {
    display : inline;
    padding : 0 5px 0 0;
}

#content #breadcrumbs ul li a {
    padding        : 0 5px 0 0;
    color          : #fff;
    font-size      : 12px;
}

#content #breadcrumbs ul li a:hover {
    color : #fff;
}

#content span.breadcrumbDivider {
    color       : #fff;
    padding     : 0;
    display     : inline-block;
    font-size   : 13px;
    line-height : 12px;
}

#content #breadcrumbs ul li a.currentBreadcrumb {
    color          : #fff;
    text-transform : none;
}

/* ================================= */
/* Enquiry Form */
/* ================================= */

.required_fields_heading {
    font-size : 11px;
}

.form_required i, .required_fields_heading i {
    color : #ff0000;
}

.form_label, .form_required, .form_field {
    margin : 6px 0;
}

.form_label {
    width   : 20%;
    padding : 7px 0 0 0;
    clear   : both;
}

.form_required {
    width   : 5%;
    padding : 10px 0 0 0;
}

.form_field {
    width      : 75%;
    min-height : 30px;
}

#content .errorInput {
    background         : url(/images/icons/error.gif) no-repeat right 3px #fff;
    -webkit-box-shadow : #E59595 0 0 4px;
    -moz-box-shadow    : #E59595 0 0 4px;
    box-shadow         : #E59595 0 0 4px;
    border             : 1px solid #CC0000;
}

.imageVerification * {
    vertical-align  : middle;
    margin          : 0 5px 0 0;
    text-decoration : none !important;
}

.imageVerification input,
.imageVerification input[type="text"] {
    width : 25%;
}

.errorText {
    color : #CC0000;
}

input.hintText, .form_note {
    color : #999999;
}

/* ================================= */
/* Form Fields Inputs */
/* ================================= */

input, textarea, select {
    font-family : Arial, Helvetica, sans-serif;
    font-size   : 12px;
    outline     : none;
    width: 100%;
}

input[type="text"], input[type="email"], input[type="number"], input[type="url"], input[type="password"], textarea, select {
    width                 : 100%;
    padding               : 11px;
    border                : 1px solid #BABABA;
    -webkit-box-shadow:inset 0 1px 3px 0 rgba(0,0,0,0.2);
    box-shadow:inset 0 1px 3px 0 rgba(0,0,0,0.2);
    -moz-transition       : box-shadow linear 0.2s, border linear 0.2s;
    -webkit-transition    : box-shadow linear 0.2s, border linear 0.2s;
    -o-transition         : box-shadow linear 0.2s, border linear 0.2s;
    transition            : box-shadow linear 0.2s, border linear 0.2s;
    -webkit-box-sizing    : border-box;
    -moz-box-sizing       : border-box;
    -ms-box-sizing        : border-box;
    -o-box-sizing         : border-box;
    box-sizing            : border-box;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="url"]:focus, input[type="password"]:focus, textarea:focus {
    border             : 1px solid #1DAEFF !important;
    /*-webkit-box-shadow : #ED5C33 0 0 4px !important;
    -moz-box-shadow    : #ED5C33 0 0 4px !important;
    box-shadow         : #ED5C33 0 0 4px !important;*/
}

/* ================================= */
/* Tables */
/* ================================= */

table.invisibleTable tr:hover .mceLayout td {
    border-top : 1px solid #ccc;
}

table.invisibleTable tr .mceLayout td table {
    margin : 10px 0 5px !important;
}

/* ================================= */
/* Buttons */
/* ================================= */

input[type="submit"], button, .button, .button.grey {
    padding               : 10px 20px !important;
    background: rgb(84,131,177); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(84,131,177,1) 0%, rgba(19,84,147,1) 51%, rgba(31,94,155,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(84,131,177,1)), color-stop(51%,rgba(19,84,147,1)), color-stop(100%,rgba(31,94,155,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(84,131,177,1) 0%,rgba(19,84,147,1) 51%,rgba(31,94,155,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(84,131,177,1) 0%,rgba(19,84,147,1) 51%,rgba(31,94,155,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(84,131,177,1) 0%,rgba(19,84,147,1) 51%,rgba(31,94,155,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(84,131,177,1) 0%,rgba(19,84,147,1) 51%,rgba(31,94,155,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5483b1', endColorstr='#1f5e9b',GradientType=0 ); /* IE6-9 */
    background-repeat     : repeat-x;
    border                : 1px solid #0361a4;
    display               : inline-block;
    font-size             : 13px;
    line-height           : normal !important;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    text-decoration: none!important;
    color                 : #fff !important;
    font-weight           : 900;
    cursor                : pointer;
    -webkit-box-shadow    : inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow       : inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.5);
    box-shadow            : inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.5);
    width                 : auto !important;
}

input[type="submit"]:hover, button:hover, .button:hover, .button.grey:hover {
    color               : #fff !important;
    border-color: #186dab;
    background: rgb(128,163,197); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(128,163,197,1) 0%, rgba(17,82,146,1) 51%, rgba(36,101,160,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(128,163,197,1)), color-stop(51%,rgba(17,82,146,1)), color-stop(100%,rgba(36,101,160,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(128,163,197,1) 0%,rgba(17,82,146,1) 51%,rgba(36,101,160,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(128,163,197,1) 0%,rgba(17,82,146,1) 51%,rgba(36,101,160,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(128,163,197,1) 0%,rgba(17,82,146,1) 51%,rgba(36,101,160,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(128,163,197,1) 0%,rgba(17,82,146,1) 51%,rgba(36,101,160,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80a3c5', endColorstr='#2465a0',GradientType=0 ); /* IE6-9 */
}

input[type="submit"]:active, button:active, .button:active, .button.grey:active {
    background: rgb(13,73,132); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(13,73,132,1) 0%, rgba(36,96,154,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(13,73,132,1)), color-stop(100%,rgba(36,96,154,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(13,73,132,1) 0%,rgba(36,96,154,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(13,73,132,1) 0%,rgba(36,96,154,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(13,73,132,1) 0%,rgba(36,96,154,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(13,73,132,1) 0%,rgba(36,96,154,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d4984', endColorstr='#24609a',GradientType=0 ); /* IE6-9 */
    outline            : 0;
    -webkit-box-shadow : inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow    : inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow         : inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}


/* Grey Button Styles */

.button.grey {
    padding: 9px 24px !important;
    color: #4e4e4e!important;
    font-weight: bold;
    font-size: 13px;
    text-shadow: 1px 1px 1px #EDEDED;
    border-color: #c4c4c4;
    background: rgb(245,245,245); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(245,245,245,1) 0%, rgba(233,233,233,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,245,245,1)), color-stop(100%,rgba(233,233,233,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(245,245,245,1) 0%,rgba(233,233,233,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(245,245,245,1) 0%,rgba(233,233,233,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(245,245,245,1) 0%,rgba(233,233,233,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(245,245,245,1) 0%,rgba(233,233,233,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e9e9e9',GradientType=0 ); /* IE6-9 */
}
.button.grey:hover {
    color: #4e4e4e!important;
    border-color: #c4c4c4;
    background: rgb(249,249,249); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(249,249,249,1) 0%, rgba(242,242,242,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(249,249,249,1)), color-stop(100%,rgba(242,242,242,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(249,249,249,1) 0%,rgba(242,242,242,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(249,249,249,1) 0%,rgba(242,242,242,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(249,249,249,1) 0%,rgba(242,242,242,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(249,249,249,1) 0%,rgba(242,242,242,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
}
.button.grey:active {
    color: #4e4e4e!important;
    border-color: #c4c4c4;
    background: rgb(214,214,214); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(214,214,214,1) 0%, rgba(237,237,237,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(214,214,214,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(214,214,214,1) 0%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(214,214,214,1) 0%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(214,214,214,1) 0%,rgba(237,237,237,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(214,214,214,1) 0%,rgba(237,237,237,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */

}


/* ================================= */
/* Errors / Info / Caution */
/* ================================= */

.error_box, .info_box {
    margin       : 0 0 15px 0;
    padding      : 15px;
    border-width : 3px;
    border-style : solid;
    color        : #555555;
}

.error_box {
    border-color     : #C30000;
    background-color : #FFF2ED;
    color            : #C30000;
}

.info_box {
    border-color     : #D5F296;
    background-color : #F2FCDC;
}

#content .error_box ul {
    margin-bottom : 0;
}

.info_box i {
    margin : 0 8px 0 0;
}

/* ================================= */
/* Message Boxes */
/* ================================= */

.msg_box {
    position     : relative;
    margin       : 0 0 20px;
    padding      : 10px 10px 10px 45px;
    width        : 100%;
    border-width : 2px;
    border-style : solid;
    /* border-radius: 5px; */
    color        : #555555;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;

}

.msg_box.info {
    background   : #E1F2F7 url('/images/icons/information.png') no-repeat 15px 11px;
    border-color : #C5E4ED;
}

.msg_box.success {
    background   : #F2FCDC url('/images/icons/accept.png') no-repeat 15px 11px;
    border-color : #D5F296;
}

.msg_box.caution {
    background   : #FFFCD9 url('/images/icons/error.png') no-repeat 15px 11px;
    border-color : #F5F0AE;
}

.msg_box.error {
    background   : #FFF2ED url('/images/icons/exclamation.png') no-repeat 15px 11px;
    border-color : #F5C2AE;
}

.msg_box a.close {
    position : absolute;
    top      : 3px;
    right    : 0px;
    padding  : 5px 10px;
}

/* ================================= */
/* Icons */
/* ================================= */

.small-icon {
    font-size : 14px;
}

.medium-icon {
    font-size      : 22px;
    vertical-align : middle;
}

.large-icon {
    font-size      : 35px;
    vertical-align : middle;
}

/* ================================= */
/* TinyMCE */
/* ================================= */

.editor {
    width : 100%;
}

.mini_editor { }

#content .mceEditor table {
    margin : 0;
}

/* ====================================== MODULES ====================================== */

/* ================================= */
/* Locations / Locator Module */
/* ================================= */

#locationSearch {
    font-size   : 11px;
    line-height : 20px;
    color       : #fff;
    padding     : 20px 9px;
    background  : #ED5C33;
    position    : relative;
    margin      : 0 0 18px 0;
}

.locationSearchHeading {
    font-size   : 16px;
    font-weight : bold;
}

#content #locationSearch span.locationIcon {
    background-image : url(/images/buttons/locator_icon.png);
    bottom           : 16px;
}

#locationSearch input[type="text"] {
    width        : 80%;
    padding      : 3px 33px 3px 7px;
    height       : 16px;
    line-height  : 16px;
    background   : #CCCCCC !important;
    border-color : #fff !important;
    color        : #fff;
    font-size    : 11px;
    margin-top   : 4px;
}

::-webkit-input-placeholder {
    color : #999;
}

:-moz-placeholder {
    color : #999;
}

#locationSearch input[type="text"]:focus {
    -webkit-box-shadow : #fff 0 0 4px !important;
    -moz-box-shadow    : #fff 0 0 4px !important;
    box-shadow         : #fff 0 0 4px !important;
}

#locationSearch input[type="image"] {
    position : absolute;
    right    : 14px;
    bottom   : 21px;
    width: auto;
}

#location_search_map {
    height : 600px;
}

.state-box {
    margin-bottom : 20px;
}

#store-location-text li {
    margin-bottom : 10px;
}

.location_num {
    background  : url(/images/backgrounds/locator_num_bg.png) no-repeat;
    color       : #fff;
    width       : 20px;
    height      : 27px;
    text-align  : center;
    font-weight : bold;
    padding     : 2px 0 0;
}

.location_content {
    margin-left : 27px;
}

#store-location-text h2 {
    margin-bottom : 10px;
}

#store-location-text h3 {
    margin-bottom : 5px;
}

#store-location-text h3 a {
    color : #1E1E1E;
}

.contactDetailsTable td {
    padding : 0 10px 10px 0;
}

a.phoneLink {
    color : #1E1E1E;
}

#location_map {
    height : 300px;
}

/* ================================= */
/* People / Staff / Team Module */
/* ================================= */

.people_wrapper {
}

.people_person {
}

.people_person a, .people_person a:link, .people_person a:visited, .people_person a:active {
    display       : block;
    border-bottom : 1px solid transparent;
    padding       : 0 0 8px;
    margin        : 0 0 8px;
}

.people_person a:hover {
    border-bottom : 1px solid #ED5C33;
}

.people_person img {
    display    : block;
    text-align : center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

img.people_person_image, .people_person img {
    border : 4px solid #eee;
}

.people_person a:hover img {
    border : 4px solid #ED5C33;
}

.people_person a:hover p {
    color : #ED5C33;
}

.people_person p {
    display     : block;
    font-weight : bold;
    font-size   : 13px;
    margin      : 0 !important;
    padding     : 8px 0 0;
    color       : #111;
}

.people_person p span {
    font-weight : normal;
    font-style  : italic;
    font-size   : 12px;
}


/* ================================= */
/* FAQs Module */
/* ================================= */

#content .faqs, #content .faqs li {
    margin: 0;
    padding: 0;
}

#content .faqs {
    margin-bottom: 20px;
}

.faq_title {
    cursor: pointer;
    background: #fff;
    padding: 10px;
    margin: 0;
    font-size: 16px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	position: relative;
}

.faq_title:hover {
    background: #1a99d5;
	color: #fff;
}

.faq_title i {
    float: left;
    margin: 2px 10px 0 0;
}

.faq_content {
    display:none;
    padding: 10px 10px 0;
	border-bottom: 1px solid #ccc;
}

.listUL {

	}


/* ====================================== PLUGINS ====================================== */

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus { outline : none; }

.slides,
.flex-control-nav,
.flex-direction-nav { margin : 0; padding : 0; list-style : none; }

/* FlexSlider Necessary Styles
*********************************/
#content .flexslider ul, .flexslider { margin : 0 0 0; padding : 0; }

.flexslider .slides > li { display : none; -webkit-backface-visibility : hidden; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img { width: 100%; display: block; max-height: none; }

.flex-pauseplay span { text-transform : capitalize; }

.flexslider li { position : relative; }

.banner_text_wrapper { position: absolute; top: 20%; left: 0px; width: 100%; height: 80%; }

.banner_text_wrapper .container_24 { position: relative; }

.banner_text_wrapper .banner_text { position: relative; top : 0px; left: 0px; }

.banner_text { text-align: left; display : block; position : absolute; top : 27%; left : 4%; }

.banner_text h2 { font-size : 35px; line-height : 39px; color : #000 }

.banner_text p { font-weight: bold; margin-bottom: 15px; }

/* Clearfix for the .slides element */
.slides:after { content : "."; display : block; clear : both; visibility : hidden; line-height : 0; height : 0; }

html[xmlns] .slides { display : block; }

* html .slides { height : 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:gallery_first-child { display : block; }

/* FlexSlider Default Theme
*********************************/
.flexslider { margin : 0px; background: transparent; position : relative; zoom : 1; overflow : visible; }

.flex-viewport { max-height : 2000px; -webkit-transition : all 1s ease; -moz-transition : all 1s ease; transition : all 1s ease; }

.loading .flex-viewport { max-height : 300px; }

.flexslider .slides { zoom : 1; margin : 0; }

.flexslider.multiple .slides li { margin-right: 20px; }

.carousel li { margin-right : 5px }

.flexslider ul, .flexslider ol {
    margin-bottom : 0 !important;
}

.flexslider ul li {
    margin-bottom : 0 !important;
    padding       : 0 !important;
}

/* Cropped Slides */
/* Requires some tuning depending on the size of the banners you're working with. */

.flexslider.slide_crop li {
    overflow: hidden;
    text-align: center;
}

.flexslider.slide_crop .slide {
    float:             none;
    display:           inline-block;
    height:            auto;
    width:             auto;
    min-width:         100%;
    max-width:         190%; /* Adjust this value to set the cutoff point */

    position:          relative;
    left:              50%;
    -webkit-transform: translateX(-50%);
    -moz-transform:    translateX(-50%);
    -ms-transform:     translateX(-50%);
    -o-transform:     translateX(-50%);
    transform:         translateX(-50%);
}

.no-csstransforms .flexslider.slide_crop  .slide {
    /* Center the banner for older browsers like IE8. */
    width:       1900px; /* Set to the slide width */
    left:        -950px; /* Half of the slide width */
    margin-left: 50%;
}


/* Direction Nav */
.flex-direction-nav li { position: static; height: 0px; }

.flex-direction-nav a { width : 24px; height: 100%; margin: 0; padding: 0px 0px; display: block; position: absolute; z-index: 99; top: 0px; cursor: pointer; text-indent: -9999px; opacity: 0; transition: all .3s ease; }

.flex-direction-nav .flex-next,
.direction_inside .flex-direction-nav .flex-next { background: url(/images/backgrounds/direction_nav_next.png) no-repeat center center; right: 0px; }
.flex-direction-nav .flex-prev,
.direction_inside .flex-direction-nav .flex-prev { background: url(/images/backgrounds/direction_nav_prev.png) no-repeat center center; left: 0px; }

.direction_outside .flex-direction-nav .flex-next { z-index: 99; right: auto; left: 100%; }
.direction_outside .flex-direction-nav .flex-prev { z-index: 99; left: auto; right: 100%; }

.direction_fixed .flex-direction-nav .flex-next,
.direction_fixed .flex-direction-nav .flex-prev { background-size: 12px 24px; width: 12px; height: 24px; top: auto; bottom: 10%; right: 4%; left: auto; opacity: 1; padding: 0px 10px; }
.direction_fixed .flex-direction-nav .flex-prev { margin-right: 30px; }

html.touch .flexslider .flex-next, html.touch .flexslider .flex-prev, /* Show buttons by default if the browser is touch enabled. */
.flexslider:hover .flex-next, .flexslider:hover .flex-prev { opacity: 1; padding: 0px 10px; }

.flex-direction-nav .disabled { opacity: .3 !important; filter: alpha(opacity=30); cursor: default; }

/* Control Nav */
.flex-control-nav, #copy .flex-control-nav { position: absolute; z-index: 99; bottom : 10%; left : 4%; text-align : center; margin: 0px 5px; }

.flex-control-nav.container_24, #copy .flex-control-nav.container_24 { position: relative; z-index: 99; top: -50px; bottom: auto; bottom: auto; left: auto; text-align: center; margin: 0px auto; height: 0px; text-align: left; }

.control_outside .flex-control-nav, #copy .control_outside .flex-control-nav { padding: 5px 0px; margin: 0px auto; position: relative; top: auto; right: auto; bottom: auto; left: auto; }

.flex-control-nav li, #copy .flex-control-nav li { display: inline-block; zoom: 1; *display: inline; margin-left: 5px; margin-right: 5px; }

.flex-control-paging li a { width : 16px; height : 16px; display : block; background : #D6D6D6; cursor : pointer; text-indent : -9999px; -webkit-border-radius : 20px; -moz-border-radius : 20px; -o-border-radius : 20px; border-radius : 20px; box-shadow : inset 0px 1px 2px rgba(0, 0, 0, 0.2); }

.flex-control-paging li a:hover { background : #EEEEEE; }

.flex-control-paging li a.flex-active { cursor : default; box-shadow : none; position : relative;
    background                                 : #ee6c47; /* Old browsers */
    background                                 : -webkit-linear-gradient(top, #ee6c47 0%, #d75530 100%); /* Chrome10+,Safari5.1+ */
    background                                 : -moz-linear-gradient(top, #ee6c47 0%, #d75530 100%); /* FF3.6+ */
    background                                 : -ms-linear-gradient(top, #ee6c47 0%, #d75530 100%); /* IE10+ */
    background                                 : -o-linear-gradient(top, #ee6c47 0%, #d75530 100%); /* Opera 11.10+ */
    background                                 : linear-gradient(to bottom, #ee6c47 0%, #d75530 100%); /* W3C */
}

.flex-control-thumbs { margin : 5px 0 0; position : static; overflow : hidden; }

.flex-control-thumbs li { width : 25%; float : left; margin : 0; }

.flex-control-thumbs img { width : 100%; display : block; opacity : .7; cursor : pointer; }

.flex-control-thumbs img:hover { opacity : 1; }

.flex-control-thumbs .active { opacity : 1; cursor : default; }


/* **********************************************************************************
    Tipsy
    ********************************************************************************** */

.tipsy { font-size: 10px; position: absolute; padding: 5px; z-index: 100000; }
  .tipsy-inner { background-color: #000; color: #FFF; max-width: 200px; padding: 5px 8px 4px 8px; text-align: center; }

  /* Rounded corners */
  .tipsy-inner { border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }

  /* Uncomment for shadow */
  /*.tipsy-inner { box-shadow: 0 0 5px #000000; -webkit-box-shadow: 0 0 5px #000000; -moz-box-shadow: 0 0 5px #000000; }*/

  .tipsy-arrow { position: absolute; width: 0; height: 0; line-height: 0; border: 5px dashed #000; }

  /* Rules to colour arrows */
  .tipsy-arrow-n { border-bottom-color: #000; }
  .tipsy-arrow-s { border-top-color: #000; }
  .tipsy-arrow-e { border-left-color: #000; }
  .tipsy-arrow-w { border-right-color: #000; }

    .tipsy-n .tipsy-arrow { top: 0px; left: 50%; margin-left: -5px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent; }
    .tipsy-nw .tipsy-arrow { top: 0; left: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent;}
    .tipsy-ne .tipsy-arrow { top: 0; right: 10px; border-bottom-style: solid; border-top: none;  border-left-color: transparent; border-right-color: transparent;}
  .tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -5px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
    .tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
    .tipsy-se .tipsy-arrow { bottom: 0; right: 10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }
  .tipsy-e .tipsy-arrow { right: 0; top: 50%; margin-top: -5px; border-left-style: solid; border-right: none; border-top-color: transparent; border-bottom-color: transparent; }
  .tipsy-w .tipsy-arrow { left: 0; top: 50%; margin-top: -5px; border-right-style: solid; border-left: none; border-top-color: transparent; border-bottom-color: transparent; }


/* ================================= */
/* Facebook Comments */
/* ================================= */

#faceBookComments .fb_iframe_widget, #faceBookComments .fb_iframe_widget[style],
#faceBookComments .fb_iframe_widget iframe, #faceBookComments .fb_iframe_widget iframe[style],
#faceBookComments .fb_iframe_widget span, #faceBookComments .fb_iframe_widget span[style] {
	width: 100% !important;
	}