/******************************************************************
Theme Name: Creevy Russell
Theme URI: http://www.excitemedia.com.au
Description: Custom Wordpress theme created by ExciteMedia
Author: ExciteMedia
Author URI: http://www.excitemedia.com.au
Version: 1.0.0
Tags: fluid-layout, responsive-layout, accessibility-ready, translation-ready, microformats, rtl-language-support
License: ExciteMedia
License URI: http://www.excitemedia.com.au
******************************************************************/
/*********************
GENERAL STYLES
*********************/
/* Font Faces - BEGIN */
@import url(https://fonts.googleapis.com/css?family=Muli:400,300|Montserrat:400,700);
/* Font Faces - END */
html {
    font-size: 100%;
}
body,
p,
td,
ul,
li {
    color: #5f6062;
    font-family: 'Muli', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #5f6062;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 24px;
    padding: 0;
    text-transform: uppercase;
    text-rendering: optimizelegibility;
	letter-spacing: 2px;
}
h1,
h2,
h3{
    font-family: 'Montserrat', sans-serif;
}
h4,
h5{
    font-family: 'Georgia', sans-serif;
	font-style: italic;
}
h1 {
    font-size: 58px;
    line-height: 1.2;
}
h2 {
    font-size: 26px;
font-weight: 300 !important;
}
h3 {
    font-size: 20px;
font-weight: 300 !important;
}
a {
    color: #f64e56;
    outline: none;
    text-decoration: none;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
a:hover {
    text-decoration: underline;
}
a:link,
a:visited:link {
    -webkit-tap-highlight-color: #439ca8;
}
input[type="submit"],
button,
a.em-button {
    font-family: 'Georgia', sans-serif;
    font-style: italic;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 1px;
    padding: 13px 38px;
}
img {
    border: 0;
    height: auto !important;
    max-width: 100%;
    width: auto\9;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}
img.cke_wordpress_more {
    height: 10px !important;
}
p {
    margin: 0 0 20px;
    padding: 0;
}
table {
    margin: 20px 0;
}
hr {
    background-color: transparent;
    border-bottom: none;
    border-left: none;
    border-right: none;
    border-top: 1px solid #ccc;
    color: transparent;
    height: 1px;
    margin: 40px 0;
}
::-webkit-input-placeholder {
    opacity: 1;
}
::-moz-placeholder {
    opacity: 1;
}
/* firefox 19+ */
:-ms-input-placeholder {
    opacity: 1;
    filter: alpha(opacity=100);
}
/* ie */
input:-moz-placeholder {
    opacity: 1;
}
iframe {
    max-width: 100%;
}
.wrap {
    *zoom: 1;
}
.wrap:before,
.wrap:after,
.em-list-grid:before,
.em-list-grid:after {
    content: "";
    display: table;
    line-height: 0;
}
.wrap:after,
.em-list-grid:after {
    clear: both;
}
.em-list-grid {
    list-style: none;
    margin: 0;
    padding: 0;
}
.em-list-grid li {
    float: left;
}
.hidden {
    opacity: 0;
}
.visible {
    opacity: 1;
}
.fancybox-hidden {
    display: none;
}
/*********************LAYOUT STYLES*********************/
.center {
    margin: 0 auto;
    max-width: 1080px;
}
/*** HEADER ***/
.main-header {
    /* background: url(library/images/bg-header.jpg) no-repeat center top #fff; */
    position: relative;
    z-index: 999;
    height: auto;
    margin: 0;
}
.logo {
    float: left;
    padding: 40px 40px 40px 0;
    text-align: center;
}
.logo a,
.logo img {
    line-height: 0;
}
.logo img {
    vertical-align: top;
	width: 336px;
}
.top-menu {
    float: right;
    padding: 60px 0 20px;
}

.home-banner strong{
font-weight:800;
}
/*** end of HEADER ***/
.mainbody {
    padding: 40px 0;
    position: relative;
    z-index: 998;
}
body.inner.page-template-landing .mainbody {
    background-color: #5f6062;
}
body.blog.inner .mainbody,
body.single.inner .mainbody {
    background-color: #fff;
}
body.inner .mainbody {
    background-color: #efefef;
}
body.inner .mainbody-inner {
    min-height: 470px;
}
body.sidebar .mainbody-inner {
    padding-right: 350px;
    position: relative;
}
.main-content {
    float: left;
    position: relative;
    width: 100%;
}
.main-sidebar {
    float: left;
    margin-right: -100%;
    padding-left: 50px;
    width: 350px;
}
.entire-gallery-link {
    position: absolute;
    right: 0;
    top: 6px;
}
.entire-gallery-link a {
    color: #404040;
    font-size: 0.888889rem;
    text-decoration: underline;
}
.bottom-bar .widgettitle {
    color: #404040;
    font-size: 1.5rem;
    font-weight: 300 !important;
    margin-bottom: 13px;
}
.main-footer {
    background: #5f6062;
    padding: 70px 0 54px;
    min-height: 331px;
}
.main-footer .center {
    position: relative;
}
.main-footer * {
    color: #fff;
    /* letter-spacing: -0.015em;	line-height: 1.2; */
}
.main-footer li:first-child {
    width: 38.5%;
    margin-right: 3.65%;
}
.main-footer li:first-child + li {
    width: 29.05%;
    margin-right: 4.25%;
}
.main-footer li:last-child {
    width: 24.55%;
    float: right;
}
.main-footer li:first-child a {
    font-weight: 700;
    text-decoration: underline;
font-family: 'Georgia', sans-serif;
    font-style: italic;
    font-size: 14px;
}
.main-footer li:first-child a:hover {
    color: #fff;
    text-decoration: none;
}
.main-footer h4 {
font-family: "Montserrat",sans-serif;
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 22px;
    text-transform: uppercase;
	font-style: normal;
}
.main-footer p {
    margin-bottom: 18px;
    font-size: 16px;
    font-family: 'Muli', sans-serif;
}
.main-footer .copyright
{
    font-size: 13px;
}
.social-media {
    list-style: none;
    padding: 0;
    margin: 0;
}
.social-media li {
    float: left !important;
    width: auto !important;
    margin: 0 5px 5px 0 !important;
}
.social-media a {
    display: block;
    height: 38px;
    width: 38px;
    text-indent: -99999em;
    background-image: url("library/images/icons/sprite-socmed.png");
    background-color: transparent;
    background-repeat: no-repeat;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
}
.social-media a.facebook {
    background-position: left 0;
}
.social-media a.pinterest {
    background-position: left -40px;
}
.social-media a.twitter {
    background-position: left -80px;
}
.social-media a.googleplus {
    background-position: left -120px;
}
.social-media a.vimeo {
    background-position: left -160px;
}
.social-media a.linkedin {
    background-position: left -200px;
}
.social-media a.facebook:hover {
    background-position: right 0;
}
.social-media a.pinterest:hover {
    background-position: right -40px;
}
.social-media a.twitter:hover {
    background-position: right -80px;
}
.social-media a.googleplus:hover {
    background-position: right -120px;
}
.social-media a.vimeo:hover {
    background-position: right -160px;
}
.social-media a.linkedin:hover {
    background-position: right -200px;
}
.copyright {
    width: 100%;
    font-size: 14px;
    padding: 20px 0 0;
    text-align: center;
}
.extra_content {
    padding: 54px 0 44px;
}
/*** HOMEPAGE ***/
body.home .mainbody {
    display: none;
}
/* Home Banner */
.home-banner {}.home-banner .ls-nav-prev {}.ls-v5 .ls-playvideo,
.ls-v5 .ls-nav-sides,
.ls-v5 .ls-bottom-slidebuttons a,
.ls-v5 .ls-nav-prev,
.ls-v5 .ls-nav-next,
.ls-v5 .ls-nav-start,
.ls-v5 .ls-nav-stop,
.ls-v5 .ls-fullscreen,
.ls-v5 .ls-loading-container {
    background: url(library/images/icons/arrow-slider.png) no-repeat !important;
}
.ls-v5 .ls-nav-prev,
.ls-v5 .ls-nav-next {
    width: 35px !important;
    height: 35px !important;
    margin-top: -16px !important;
}
.ls-v5 .ls-nav-prev {
    left: 30px !important;
}
.ls-v5 .ls-nav-next {
    right: 30px !important;
    background-position: 100% 0px !important;
}
/* Home Portals */
.home-portals {
    background: url("library/images/bg-home-portals.jpg") no-repeat center top #fff;
    padding: 0 !important;
    position: relative;
    z-index: 9;
}
.home-portals ul {
    margin-top: -15px;
}
.home-portals li:nth-child(3n+1) {
    clear: both;
    margin-left: 0;
}
.home-portals li {
    margin-left: 1.25%;
    margin-bottom: 1.25%;
    width: 32.5%;
}
.home-portals li > a {
    display: block;
    height: 186px;
    background: #5f6062;
    color: #fff;
    text-decoration: none;
    margin: 0;
    padding: 50px 34px 30px;
    position: relative;
}
.home-portals li > a:hover {
	background-color: #e51b24;
}
.home-portals h3:before {
    color: #2c2c2c;
    content: "+";
    font-size: 34px;
    font-weight: 700;
    position: absolute;
    right: -7px;
    top: -5px;
}
.home-portals h3 {
    position: relative;
    font-size: 26px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 16px;
    padding-right: 30px;
}
.home-portals p {
    font-size: 15px;
    color: #fff;
    margin-bottom: 0px;
font-family: 'Georgia', serif;
font-style: italic;
}
.home-portals a:hover,
.home-portals a:hover h3:before,
.home-portals a:hover h3,
.home-portals a:hover p {
    color: #fff;
    -moz-transition: all 0.35s linear;
    -ms-transition: all 0.35s linear;
    -o-transition: all 0.35s linear;
    -webkit-transition: all 0.35s linear;
}
/* Home News Centre */
.home-news-centre {}.home-news-centre h2 {
    font-size: 48px;
}
.home-news-centre .post-thumbnail {
    font-size: 48px;
    width: 32.75%;
}
.home-news-centre img {
    float: left;
    margin-top: 8px;
    margin-right: 40px;
    width: 100%;
}
.home-news-centre h3 {
    font-weight: 500;
    margin-bottom: 13px;
}
.home-news-centre ul {
    margin: 0 0 30px;
}
.home-news-centre .post-date {
    font-family: 'Georgia', sans-serif;
    font-style: italic;
    font-size: 14px;
}
.home-news-centre p {
    font-family: 'Muli', sans-serif;
    font-size: 16px;
    line-height: 1.5;
}
.home-news-centre a,
.home-news-centre a:visited {
    color: #5f6062;
}
.home-news-centre a.read-full,
.home-news-centre a.read-full:visited {
    color: #fff;
    font-size: 17px;
    padding: 12px 25px 11px;
}
.home-news-centre .read-more {
    display: none;
}
/* Home Newsletter */
.home-newsletter {
    background: url("library/images/bg-home-newsletter.jpg") no-repeat center top #cdcfd3;
}
.home-newsletter li {
    padding-right: 5%;
    width: 58.75%;
}
.home-newsletter li:last-child {
    padding-left: 6%;
    padding-right: 0;
    width: 41.25%;
}
.home-newsletter h2 {
    font-size: 44px;
    margin: 58px 0 4px;
    color: #3e3f40;
}
.home-newsletter p {
    font-size: 24px;
    line-height: 1.4;
    color: #3e3f40;
}
.home-newsletter .gform_fields li {
    padding: 0 0 24px;
    width: 100%;
}
.home-newsletter .gform_fields li label {
    display: none !important;
}
.home-newsletter .gform_fields li input {
    background-color: #fff !important;
    font-family: "Georgia", sans-serif !important;
    font-size: 18px !important;
    height: 60px !important;
    padding: 14px 24px !important;
}
.home-newsletter input[type="submit"] {
    font-size: 22px !important;
    height: 60px;
}
/* CTA (Call To Action)*/
.home .cta-bottom {
    background-image: url("library/images/bg-cta-1.jpg");
}
.cta-bottom {
    background-color: #e51b24;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding: 100px 0 64px;
    text-align: center;
}
.cta-bottom h1,
.cta-bottom h2 {
    line-height: 1;
}
.cta-bottom h1,
.cta-bottom h2,
.cta-bottom p {
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
}
.cta-bottom h1 {
    font-size: 60px;
    margin: 0 0 52px;
}
.cta-bottom h2 {
    margin: 0 0 44px;
    font-size: 42px;
}
.home .cta-bottom a.cta-botton {
    padding-left: 94px;
    padding-right: 40px;
    background-position: 37px center;
}
.cta-bottom a.cta-botton {
    background-color: #fff;
    color: #5f6062;
    display: inline-block;
    padding: 0 30px 0 80px;
    text-align: center;
    text-decoration: none;
    text-align: left;
    font-family: "Georgia", sans-serif;
    font-weight: bold;
    font-style: italic;
    font-size: 24px;
    text-transform: none;
    line-height: 70px;
    background-repeat: no-repeat;
    background-position: 30px center;
}
.cta-bottom a.cta-botton:hover {
    color: #e51b24;
}
.cta-bottom a.btn-calendar {
    background-image: url("library/images/icons/calendar.png");
}
.cta-bottom a.btn-email {
    background-image: url("library/images/icons/email.png");
}
.cta-bottom a.btn-enquiry {
    background-image: url("library/images/icons/enquiry.png");
}
/*** end of HOMEPAGE ***/
/*** INNERPAGE ***/
body.blog .inner-banner,
body.single .inner-banner {
    background-image: url(library/images/inner-banner-2.jpg);
}
.inner-banner {
    background: url(library/images/inner-banner.jpg) no-repeat center top;
    height: auto;
    padding: 45px 0;
    position: relative;
}
.inner-banner h1.page-title {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    margin-right: 300px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
letter-spacing: 2px;
}
.banner-button {
    float: right;
    margin: 0;
}
/* Events Page */
.event-cont {
    border-bottom: 0;
}
.event-cont table {
    margin: 0;
}
.event-cont table tr td {
    border: 0 !important;
}
.event-cont .eve-details {
    padding: 34px 20px 20px 40px;
    border-right: 1px solid #d3d3d3;
    width: 66.6667%;
    min-height: 180px;
}
.event-cont .thumb {
    height: 50px;
    width: 50px;
    border: 0;
}
.event-cont .eve-title {
    width: 85%;
}
.event-cont .eve-title h3 {
    line-height: 1;
}
.event-cont .eve-title h3 a:link,
.event-cont .eve-title h3 a:active,
.event-cont .eve-title h3 a:visited,
.event-cont .eve-title h3 a:hover {
    color: #333;
    font-size: 24px;
}
.event-cont .eve-desc {
    padding-left: 72px;
    padding-top: 16px;
}
.event-cont .eve-desc p {
    color: #333;
    margin-bottom: 10px;
    font-weight: 300;
}
.event-cont .eve-desc > p:last-child {
    color: #333;
    font-size: 18px;
}
.event-cont .eve-desc a.view-detail {
    color: #e51b24;
    font: italic bold 14px/18px'Georgia', sans-serif;
}
.event-cont .seats {
    padding: 3px 5px;
}
.timing {
    border: 0 !important;
}
.timing .time-cont {
    width: 270px;
}
.timing time.icon {
    margin-bottom: 1.25em;
    width: 110px;
}
.timing time.icon span {
    padding-top: 26px;
}
.timing time.icon em {
    bottom: 0.1em;
}
.timing .eve-start p,
.timing .eve-end p {
    text-align: left;
}
/* Contact Us page */
.social-media-icons {
    margin: 0;
    padding: 0 0 20px;
    list-style: none;
}
.social-media-icons li {
    float: left;
    margin-right: 12px;
}

/* Template landing page */
.box-expertise{padding: 16px 24px;}
.box-expertise h2{font-size: 22px;}
.box-expertise ul{ list-style: none;padding:0;}
.box-expertise li{
	background: url(library/images/icons/check-02.png) no-repeat left 8px;
	line-height: 1.4;
    padding: 0 0 24px 30px;
}

/*** end of INNERPAGE ***/
/*********************TEAM PAGE*********************/
.staff_list {
    *zoom: 1;
}
.staff_list:before,
.staff_list:after {
    content: "";
    display: table;
    line-height: 0;
}
.staff_list:after {
    clear: both;
}
.staff_list {
    list-style: none;
    margin: -1.4150943% 0 30px -3.0188679%;
    padding: 0;
}
.staff_list > li {
    float: left;
    margin: 3.2051282% 0 0 2.9304029%;
    position: relative;
    width: 22.069597%;
    height: auto !important; 
}
.first_name {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.3em;
    margin-top: 17px;
}
.position {
    font-size: 14px;
    line-height: 1.2em;
    margin-top: 2px;
}
.member_default {
    cursor: pointer;
    position: relative;
}
.member_photo {
    position: relative;
}
.member_photo img {
    display: block;
}
.member_photo_hover {
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}
.member_photo:hover .member_photo_hover {
    opacity: 1;
}
.member_popup {
    display: none;
}
.staff_list li.member_popup_row {
    display: none;
    margin-top: 3.2051282%;
    width: 97.069597%;
}
.member_popup_row .member_popup {
    display: block;
}
.member_popup > div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.member_popup_photo {
    float: left;
    width: 34.433962%;
}
.member_popup_info:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
    /* Adjusts for spacing */
}
.member_popup_info {
    float: right;
    padding: 0 40px 0 0;
    position: relative;
    width: 55.660377%;
}
.member_popup_info_inner {
    display: inline-block;
    vertical-align: middle;
}
.member_popup_title {
    margin: 0 0 1px;
}
.member_popup_des {
    margin-top: 8px;
}
.member_prev,
.member_next {
    cursor: pointer;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    width: 23px;
}
.member_prev {
    background: url(library/images/btn_prev_grey.png) no-repeat left top;
    left: -10.847458%;
}
.member_next {
    background: url(library/images/btn_next_grey.png) no-repeat left top;
    right: 0;
}
/*********************EVENT PAGE*********************/
.event-cont > table > thead > tr > th {
    background: #e51b24;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 0;
}
.even-heading-details,
.even-heading-timing {
    color: #fff;
    float: left;
    padding: 5px;
}
.even-heading-details {
    border-right: 1px solid #d3d3d3;
    width: 66.6667%;
}
.even-heading-timing {
    width: 33.3333%;
}
.event-cont .timing {
    *zoom: 1;
}
.event-cont .timing:before,
.event-cont .timing:after {
    content: "";
    display: table;
    line-height: 0;
}
.event-cont .timing:after {
    clear: both;
}
/*** GENERAL ***/
/* Extra Column Content */
#extra-columns-content {
    list-style: none;
    margin: 0 0 0 -2%;
    padding: 0;
}
.column-content-list {
    float: left;
    padding: 0 2%;
}
.column-content-list.cols-half {
    width: 50%;
}
.column-content-list.cols-third {
    width: 33.3333%;
}
.column-content-list.cols-fourth {
    width: 25%;
}
.column-content-list.cols-fifth {
    width: 20%;
}
#extra-columns-content > li > ul {
    margin: 0 0 10px;
}
#extra-columns-content > li > ul > li {
    color: #fff;
    font-family: "Georgia", sans-serif;
    font-style: italic;
list-style-type: circle !important;
}
/*** end of GENERAL ***/
/*********************LEFT CONTENT*********************/
.page-title {}
/*********************SIDEBAR*********************/
.main-sidebar ul.menu {
    list-style: none;
    margin: 0;
    padding: 0;
}
.main-sidebar ul.menu > li {
    margin-bottom: 13px;
}
.main-sidebar ul.menu > li > a {
    background: #9e8a4e;
    color: #fff;
    display: block;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.006em;
    padding: 18px 15px 17px;
    position: relative;
    text-decoration: none;
    text-align: center;
}
.main-sidebar ul.menu > li.current-menu-item > a,
.main-sidebar ul.menu > li > a:hover {
    background: #439ca8;
    font-weight: 500;
}
.main-sidebar h4.widgettitle {
    color: #e51b24;
    font-size: 24px;
    margin-bottom: 18px;
font-weight: 300 !important;
}
.main-sidebar ul {
    padding: 0 0 0 1px;
    list-style: none;
}
.main-sidebar ul li {
    font-size: 16px;
    line-height: 1.4;
}
.main-sidebar ul li a {
    color: #333;
}
.main-sidebar .widget_recent_entries {
    border-bottom: 1px solid #d6d7dc;
    margin-bottom: 40px;
    padding-bottom: 4px;
}
.main-sidebar .widget_recent_entries ul li {
    background: url("library/images/icons/list-arrow.png") no-repeat left 9px;
    padding: 0 0 20px 22px;
}
.main-sidebar .widget_categories ul li {
    background: url("library/images/icons/list-disc.png") no-repeat left 9px;
    padding: 0 0 14px 22px;
}
/*********************TESTIMONIALS*********************/
.widget_woothemes_testimonials > .testimonials {
    *zoom: 1;
}
.widget_woothemes_testimonials > .testimonials:before,
.widget_woothemes_testimonials > .testimonials:after {
    content: "";
    display: table;
    line-height: 0;
}
.widget_woothemes_testimonials > .testimonials:after {
    clear: both;
}
.widget_woothemes_testimonials > .testimonials {
    position: relative;
}
.testimonials-list .quote > img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    float: left;
    width: 164px;
}
.testimonials-list .quote blockquote {
    font-size: 1.8125rem;
    line-height: 1.3384083em;
    margin: 15px 0 22px 210px;
}
.testimonials-list .quote blockquote p {
    font-size: 1.6875rem;
    line-height: 1.333333em;
    margin: 0;
}
.testimonials-list .quote .author {
    display: block;
    font-size: 1.4375rem;
    font-style: normal;
    margin: 0 0 0 210px;
}
/*********************FLEXSLIDER*********************/
.flexslider {
    margin: 0;
}
.flex-direction-nav {
    height: 0;
}
.flex-nav-prev {
    float: left;
}
.flex-nav-next {
    float: right;
}
.flex-direction-nav a:before {
    font-size: 50px;
    color: #ccc;
}
.flex-direction-nav a {
    height: 60px;
}
/*********************GRAVITY FORM*********************/
div.gform_wrapper {
    margin: 0;
    max-width: none;
}
div.gform_wrapper ul li.gfield {
    margin-bottom: 12px;
}
div.gform_wrapper .top_label .gfield_label {
    display: block;
    font-weight: inherit;
    margin: 0 0 3px;
    font-size: 17px;
}
body .gform_wrapper label.gfield_label + div.ginput_container {
    margin-top: 0;
}
div.gform_wrapper .top_label input.medium,
div.gform_wrapper .top_label select.medium {
    width: 100%;
}
div.gform_wrapper .top_label textarea.medium {
    width: 100%;
}
div.gform_wrapper .gform_footer {
    padding: 0;
}
body.inner .gform_wrapper ul li.gfield {
    margin-bottom: 20px;
}
body.inner .gform_wrapper select,
body.inner .gform_wrapper textarea,
body.inner .gform_wrapper input[type="text"] {
    border: 1px solid #b7b7b7 !important;
}
body.inner .gform_wrapper .contact-us-form .validation_message {
    color: #790000;
}
body.inner .gform_wrapper textarea {
    background-color: #eaedf2;
    border: 0;
}
body.inner .gform_wrapper input[type="text"],
body.inner .gform_wrapper select,
body.inner .gform_wrapper textarea {
    background-color: #eaedf2 !important;
    border: 0;
    font-size: 16px;
    padding: 12px 20px;
}
body.inner .gform_wrapper select > option {
    padding: 8px 14px;
}
body.inner .gform_wrapper input[type="text"] {
    height: 52px;
}
body.inner .gform_wrapper input[type="submit"] {
    font-size: 20px !important;
    font-weight: 300;
    height: 52px;
}
body.inner .gform_wrapper input[type="submit"] {
    font-weight: bold;
    font-size: 22px !important;
    height: 60px;
}
body.inner .gform_wrapper li.gfield.gfield_error,
body.inner .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    padding: 0 !important;
}
body.inner .gform_wrapper .top_label .gfield_description.validation_message {
    padding: 5px 20px !important;
}
body.inner .gform_wrapper .validation_message {
    border: 1px solid red;
    color: #fff;
    float: left;
    width: auto;
}
/*********************BLOG*********************/
.blog-description {
    background: #f4f4f4;
    margin: 0 0 43px;
    padding: 25px 30px;
}
.blog-description p {
    margin: 0;
}
.post-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.postlist .post {
    border-top: 1px solid #d6d7dc;
    margin-top: 30px;
    padding-top: 44px;
}
.postlist .post-list .post:first-child {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
}
.post-list-date,
.byline {
    margin-bottom: 8px;
    font: italic 700 16px Georgia, sans-serif;
    color: #5f6062;
}
.post-list-date a {
    text-decoration: underline;
}
h2.entry-title {
    font-size: 1.8125rem;
    margin-bottom: 18px;
}
.post-list-thumbnail {
    float: left;
    margin: 4px 4.5% 5px 0;
    width: 27.25%;
    height: auto;
}
.has-thumb .post-right {
    float: right;
    width: 68.25%;
}
.post-right {
    width: 100%;
}
.post-list-title {
    font-size: 30px;
    margin: 0 0 12px;
}
.post-list-title a,
.post-list-title a:visited {
    color: #5f6062;
text-decoration: none;

}

.post-list-title a {
font-weight: 300 !important;

}
.post-list-content p {
    margin-top: 0;
    font-size: 18px;
    color: #333;
    line-height: 1.4;
}
.post-list-content p a.read-more {
    font: italic 700 16px Georgia, sans-serif;
    display: block;
    margin-top: 10px;
    color: #e51b24;
}
h1.single-title {
    font-size: 34px;
    /* font-weight: normal; */
}
.hentry header {
    border-bottom: 1px solid #d6d7dc;
}
.post-image {
    margin: 15px 0 0;
}
.post-image img {
    float: left;
    margin: 7px 24px 5px 0;
}
/*********************NAVIGATION*********************/
nav.main-nav ul.nav,
.footer-menu ul.nav {
    *zoom: 1;
}
nav.main-nav ul.nav:before,
nav.main-nav ul.nav:after,
.footer-menu ul.nav:before,
.footer-menu ul.nav:after {
    content: "";
    display: table;
    line-height: 0;
}
nav.main-nav ul.nav:after,
.footer-menu ul.nav:after {
    clear: both;
}
nav.main-nav ul.nav,
.footer-menu ul.nav {
    list-style: none;
    margin: 0;
    padding: 0;
}
nav.main-nav ul.nav > li:after,
.footer-menu ul.nav li:after {
    background-color: #3a3b3c;
    bottom: 0;
    content: "";
    position: absolute;
    right: 0;
    top: 8px;
    width: 1px;
    height: 13px;
}
nav.main-nav ul.nav > li:last-child:after,
.footer-menu ul.nav li:last-child:after {
    display: none;
}
nav.main-nav ul.nav > li,
.footer-menu ul.nav li {
    float: left;
    margin-left: -1px;
    position: relative;
}
nav.main-nav ul.nav > li.menu-item-has-children > a {
    background: url("library/images/icons/has-dropdown.png") no-repeat 89% 12px;
    padding-right: 32px;
}
nav.main-nav ul.nav > li:last-child > a {
    padding-right: 0;
}
nav.main-nav ul.nav > li > a {
    color: #5f6062;
    display: block;
    font-size: 18px;
    line-height: 26px;
    padding: 0 17px 0 16px;
    font-weight: 300;
    position: relative;
    text-decoration: none;
    z-index: 1;
}
nav.main-nav ul.nav > li.current-menu-item > a,
nav.main-nav ul.nav > li.current-parent-item > a {
    color: #2c2c2c;
}
nav.main-nav ul.nav > li:hover > a {
    color: #f64e56;
}
nav.main-nav ul.nav > li.current-menu-item > a,
nav.main-nav ul.nav > li.current-parent-item > a {
    font-weight: 500;
}
nav.main-nav ul.nav li ul {
    background: #5f6062;
    left: 100%;
    -moz-opacity: 0.00;
    -khtml-opacity: 0.00;
    opacity: 0.00;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    visibility: hidden;
    width: 220px;
}
nav.main-nav ul.nav li:hover > ul {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    visibility: visible;
}
nav.main-nav ul.nav > li > ul {
    left: 0;
    top: 35px;
}
nav.main-nav ul.nav li ul li {
    border-top: 1px solid #fff;
	position: relative;
}
nav.main-nav ul.nav li ul li:first-child {
    border-top: none;
}
nav.main-nav ul.nav li ul li a {
    color: #fff;
    display: block;
    padding: 8px 14px;
    text-decoration: none;
    font-size: 16px;
}
nav.main-nav ul.nav li ul li.current-menu-item > a,
nav.main-nav ul.nav li ul li.current-parent-item > a,
nav.main-nav ul.nav li ul li.current-menu-ancestor > a,
nav.main-nav ul.nav li ul li a:hover {
    background: #e51b24;
}
nav.main-nav ul.nav li ul.sub-menu ul li {
  border-left: 1px solid #fff;
}
#wprmenu_menu .wpr_social_icons a {
    text-decoration: none;
}
/*********************IMAGE SCROLLER*********************/
.em-image-scroller .mTS_horizontal ul.mTSContainer > li:hover:after {
    background: rgba(255, 255, 255, 0.3);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.em-image-scroller .mTS_horizontal ul.mTSContainer > li {
    margin-left: 18px;
    position: relative;
}
.em-image-scroller .mTS_horizontal ul.mTSContainer > li:first-child {
    margin-left: 0;
}
/*********************RESPONSIVE STYLES*********************/
@media (max-width: 1080px) {
    body,
    p,
    td,
    ul,
    li {
        font-size: 17px;
    }
    .center {
        padding-left: 15px;
        padding-right: 15px;
    }
    .extra_content {
        padding: 40px 0 30px;
    }
    #extra-columns-content > li > ul > li {
        font-size: 20px;
    }
    .logo {
        padding-right: 20px;
    }
    .logo img {
        width: 300px;
    }
    nav.main-nav ul.nav > li > a {
        font-size: 17px;
        padding: 0 16px 0 15px;
    }
    .ls-v5 .ls-nav-prev {
        left: 15px !important;
    }
    .ls-v5 .ls-nav-next {
        right: 15px !important;
    }
    .inner-banner {
        padding: 75px 0;
    }
    .home-news-centre h2,
    .home-newsletter h2 {
        font-size: 50px;
    }
    .home-portals li > a {
        padding: 50px 24px 30px 28px;
    }
    .home-portals h3:before {
        font-size: 30px;
    }
    .home-portals h3 {
        font-size: 24px;
        padding-right: 34px;
    }
    .home-news-centre p {
        font-size: 17px
    }
    .cta-bottom {
        padding: 64px 0 40px;
    }
    .cta-bottom h1 {
        font-size: 54px;
        margin: 0 0 40px;
    }
    .main-footer li:first-child {
        margin-right: 2.65%;
    }
    .main-footer li:first-child + li {
        margin-right: 3%;
    }
    .main-footer li:last-child {
        width: 26.80%;
    }
}
@media (max-width: 1023px) {
    html {
        font-size: 100% !important;
    }
    body,
    p,
    td,
    ul,
    li {
        font-size: 16px;
    }
    h1 {
        font-size: 32px;
    }
    h2 {
        font-size: 27px;
    }
    h3 {
        font-size: 21px;
    }
    input[type="submit"],
    button,
    a.em-button {
        font-size: 22px;
        letter-spacing: 0;
        padding: 12px 30px;
    }
    .logo {
        padding: 34px 0 !important;
        text-align: center;
        float: none;
    }
    .top-menu {
        display: none;
    }
    .inner-banner {
        padding: 60px 0;
    }
    .inner-banner h1.page-title {
        margin-right: 240px;
    }
    #extra-columns-content > li > ul > li {
        font-size: 18px;
    }
    .home-portals .center:before {
        background: #fff;
        content: "";
        height: 24px;
        width: 100%;
        position: absolute;
        bottom: -2px;
        left: 0;
    }
    .home-portals {
        -webkit-background-size: auto 100%;
        -moz-background-size: auto 100%;
        -o-background-size: auto 100%;
        background-size: auto 100%;
    }
    .home-portals li:nth-child(3n+1) {
        clear: none;
        margin-left: 1.25%;
    }
    .home-portals li:nth-child(2n+1) {
        clear: both;
        margin-left: 0;
    }
    .home-portals li {
        width: 49.375%;
    }
    .home-portals li > a {
        padding: 34px 24px 20px 28px;
        height: 160px;
    }
    .home-news-centre h2,
    .home-newsletter h2 {
        font-size: 44px;
    }
    .home-news-centre img {
        margin-right: 30px;
    }
    .home-news-centre p {
        line-height: 1.3;
    }
    .home-newsletter {
        background-position: left top;
        background-color: transparent;
        background-size: cover;
    }
    .home-newsletter li {
        padding-right: 2%;
    }
    .home-newsletter h2 {
        margin-top: 38px;
    }
    .home-newsletter p {
        font-size: 20px;
    }
    .home-newsletter .gform_fields li {
        padding: 0 0 18px;
    }
    .home-newsletter .gform_fields li input {
        height: 50px !important;
        font-size: 16px !important;
        padding: 12px 14px !important;
    }
    .home-newsletter input[type="submit"] {
        font-size: 20px !important;
        height: 50px;
    }
    .cta-bottom {
        padding: 50px 0 30px;
    }
    .cta-bottom h1 {
        font-size: 44px;
        margin: 0 0 40px;
    }
    .cta-bottom a.cta-botton {
        font-size: 22px;
        line-height: 60px;
    }
    .table-style-1 td,
    .table-style-1 th {
        padding-left: 10px;
    }
    .mainbody {
        padding: 20px 0 24px;
    }
    .postlist .post {
        margin-top: 16px;
        padding-top: 30px;
    }
    .post-list-title {
        font-size: 24px;
    }
    .post-list-content p {
        font-size: 16px;
    }
    .post-list-date,
    .byline {
        font-size: 14px;
    }
    body.sidebar .mainbody-inner {
        padding-right: 260px;
    }
    .main-sidebar {
        padding-left: 25px;
        width: 260px;
    }
    .main-sidebar ul.menu > li {
        margin-bottom: 5px;
    }
    .main-sidebar ul.menu > li > a {
        font-size: 1.125rem;
        padding: 15px 20px;
    }
    .inner-banner h1.page-title {
        font-size: 40px;
    }
    .main-footer {
        padding: 50px 0 44px;
    }
    .main-footer li {
        width: 100% !important;
        margin: 0 0 24px !important;
        float: none !important;
        text-align: center;
        display: inline-block;
    }
    .main-footer li .social-media li {
        width: auto !important;
        margin: 0 2px !important;
    }
    .main-footer h4 {
        margin-bottom: 14px;
	font-weight: 300 !important;
    }
    .main-footer p {
        line-height: 1.4;
        margin-bottom: 14px;
    }
    .copyright {
        padding: 10px 0 0;
    }
}
@media (max-width: 979px) {
    .event-cont table {
        min-width: 1px;
    }
    .event-cont > table > thead {
        display: none;
    }
    .event-cont .eve-details {
        border-right: none;
        float: none;
        min-height: 1px;
        padding: 15px;
        width: auto;
    }
    .event-cont .timing {
        float: none;
        padding: 0 15px 15px;
        width: auto;
    }
    .event-cont .eve-title h3 a:link,
    .event-cont .eve-title h3 a:active,
    .event-cont .eve-title h3 a:visited,
    .event-cont .eve-title h3 a:hover {
        font-size: 18px;
        line-height: 1.2em;
    }
    .event-cont .eve-desc {
        padding-left: 0;
    }
    .timing .time-cont {
        width: auto;
    }
    .timing time.icon {
        margin-top: 0;
        width: 100px;
    }
    .timing .eve-sap {
        padding: 0 10px;
        top: 15px;
    }
}
@media (min-width: 768px) {
	.home-portals h3 > span{display: block;}
}
@media (max-width: 767px) {
    body,
    p,
    td,
    ul,
    li {
        font-size: 14px;
    }
    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 24px;
    }
    h3 {
        font-size: 19px;
    }
    input[type="submit"],
    button,
    a.em-button {
        font-size: 20px;
        padding: 10px 24px;
    }
    .ls-v5 .ls-nav-prev {
        left: 5px !important;
    }
    .ls-v5 .ls-nav-next {
        right: 5px !important;
    }
    .inner-banner {
        padding: 40px 0 100px;
        text-align: center;
    }
    .inner-banner h1.page-title {
        margin-right: 0;
    }
    .banner-button {
        float: none;
        margin: 0;
        position: absolute;
        bottom: 30px;
        left: 0;
        text-align: center;
        width: 100%;
    }
    .extra_content {
        padding: 30px 0;
    }
    #extra-columns-content {
        margin: 0;
        padding: 0;
    }
    .column-content-list {
        float: none;
        padding: 0;
        width: 100% !important;
    }
    .column-content-list:first-child > ul {
        margin-top: 10px !important;
    }
    #extra-columns-content > li > ul {
        margin-bottom: 16px;
    }
    #extra-columns-content > li > ul > li {
        font-size: 16px;
    }
    .postlist .post {
        margin-top: 4px;
        padding-top: 24px;
    }
    .post-list-thumbnail {
        float: none;
        margin: 0 0 12px;
    }
    .has-thumb .post-right {
        float: none;
        width: 100%;
    }
    .postlist > article.post {
        margin-top: 25px;
        padding-top: 25px;
    }
    .top-menu {
        display: none;
    }
    .csColumn {
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
    }
    .logo {
        float: none;
        text-align: center;
    }
    .logo img {
        width: 280px;
    }
    .home-portals li {
        width: 100%;
        margin: 0 0 1.25% !important;
    }
    .home-portals li > a {
        height: auto;
        padding-top: 22px;
        padding-bottom: 20px;
    }
    .home-portals h3 {
        margin-bottom: 10px;
    }
    .home-news-centre h2,
    .home-newsletter h2 {
        font-size: 38px;
    }
    .home-news-centre ul {
        margin: 0 0 10px;
    }
    .home-news-centre img {
        width: 170px;
        margin-right: 20px;
    }
    .home-newsletter li {
        width: 100% !important;
        padding: 0 !important;
    }
    .home-newsletter h2 {
        margin-top: 0;
    }
    .home-newsletter .gform_fields li {
        padding: 0 0 10px !important;
    }
    .cta-bottom {
        padding: 40px 0 24px;
    }
    .cta-bottom h1 {
        font-size: 36px;
        margin: 0 0 30px;
    }
    .cta-bottom a.cta-botton {
        font-size: 20px;
    }
    .mainbody {
        padding-bottom: 24px;
    }
    body.sidebar .mainbody-inner {
        padding-right: 0;
    }
    .main-sidebar {
        border-bottom: none;
        border-left: none;
        border-top: 1px solid #e5e5e5;
        margin: 25px 0 0;
        padding: 25px 0 0;
        width: 100%;
    }
    .main-footer {
        padding: 40px 0 34px;
    }
    .staff_list {
        margin: -30px auto 0;
        max-width: 300px;
    }
    .staff_list li {
        float: none;
        margin: 30px 0 0;
        width: auto;
    }
    .member_popup_photo,
    .member_popup_info {
        float: none;
        min-height: 1px !important;
        width: auto;
    }
    .staff_list li.member_popup_row {
        display: none !important;
        width: auto;
    }
    .member_popup_info {
        padding: 0 20px;
    }
    .member_prev {
        left: -12px;
    }
    .member_next {
        right: -12px;
    }
    .staff_list li.active .member_photo_hover {
        opacity: 1;
    }
    .staff_list li.member_item .member_popup {
        display: block;
        height: 0;
        opacity: 0;
        overflow: hidden;
        visibility: hidden;
        -webkit-transition: all 200ms ease-in;
        -moz-transition: all 200ms ease-in;
        -o-transition: all 200ms ease-in;
        transition: all 200ms ease-in;
    }
    .staff_list li.active .member_popup {
        height: auto;
        opacity: 1;
        visibility: visible;
    }
    .staff_list li.active .member_popup .member_popup_photo {
        display: none;
    }
    .staff_list li.active .member_popup .member_popup_info:before {
        display: none;
    }
    .staff_list li.active .member_popup .member_popup_info {
        padding: 0;
    }
    .staff_list li.active .member_popup .member_popup_info .member_popup_title,
    .staff_list li.active .member_popup .member_popup_info .member_popup_position {
        display: none;
    }
	
	.box-expertise h2 {
		font-size: 22px !important;
		margin: 0 0 18px;
	}
	.box-expertise li{
		background-position: left 4px;
		padding: 0 0 16px 24px;
		line-height: 1.3;
	}
}
@media (max-width: 480px) {
    h1 {
        font-size: 27px;
    }
    h2 {
        font-size: 21px;
    }
    h3 {
        font-size: 18px;
    }
    .ls-v5 .ls-nav-prev,
    .ls-v5 .ls-nav-next {
        display: none;
    }
    .g-recaptcha {
        -moz-transform: scale(0.925);
        -webkit-transform: scale(0.925);
        transform: scale(0.925);
        transform-origin: left center 0;
    }
    .mainbody {
        padding: 10px 0 !important;
    }
    .home-news-centre li {
        width: 100%;
    }
    .home-news-centre .post-thumbnail {
        width: 100%;
    }
    .home-news-centre img {
        width: auto;
        margin: 0 0 12px;
        float: none;
    }
}
@media (max-width: 479px) {
    .home-portals .center:before {
        height: 15px;
    }
    .home-portals ul {
        margin-top: -10px;
    }
    .home-portals li > a {
        padding: 16px 20px 18px;
    }
    .home-portals h3 {
        font-size: 20px;
    }
    .home-portals p {
        font-size: 13px;
        line-height: 1.2;
    }
    .home-news-centre h2,
    .home-newsletter h2 {
        font-size: 30px;
    }
    .home-newsletter p,
    .home-news-centre p {
        font-size: 16px;
    }
    .cta-bottom {
        padding: 30px 0 14px;
    }
    .cta-bottom h1 {
        font-size: 30px;
    }
    .cta-bottom a.cta-botton {
        font-size: 18px;
    }
    .home .cta-bottom a.cta-botton {
        background-position: 24px center;
        padding-left: 74px;
        padding-right: 24px;
    }
}
/* Social Media - contact */
.social-media {
    list-style: none;
    padding: 0;
}
.social-media li {
    font-size: 15px;
    margin: 0 0 11px;
}
.social-media li img {
    margin: 0 !important;
}


/**************** SPECIAL TABLE STYLING ******************/
.CSSTableGenerator {
	margin:0px;padding:0px;
	width:100%;
	border:1px solid #ffffff;
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.CSSTableGenerator table{
    border-collapse: collapse;
    border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}
.CSSTableGenerator tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.CSSTableGenerator table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.CSSTableGenerator table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}
.CSSTableGenerator tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}
.CSSTableGenerator tr:hover td{
}
.CSSTableGenerator tr:nth-child(odd){ background-color:#ebebeb; }
.CSSTableGenerator tr:nth-child(even){ background-color:#f8f8f8; }
.CSSTableGenerator td{
	vertical-align:middle;
	border:1px solid #ffffff;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:23px;
	font-size:15px;
	font-family: 'Muli', sans-serif;
	font-weight:normal;
	color:#000000;
}.CSSTableGenerator tr:last-child td{
	border-width:0px 1px 0px 0px;
}.CSSTableGenerator tr td:last-child{
	border-width:0px 0px 1px 0px;
}.CSSTableGenerator tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.CSSTableGenerator tr:first-child td{
	
	background-color: #e51b24;
	border:0px solid #ffffff;
	text-align:left;
	border-width:0px 0px 1px 1px;
	font-family: 'Muli', sans-serif;
	font-weight:normal;
	color:#ffffff;
}
.CSSTableGenerator tr:first-child:hover td{
	
	background-color: #e51b24;
}
.CSSTableGenerator tr:first-child td:first-child{
   border-width:0px 0px 1px 0px;
}
.CSSTableGenerator tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}

/* .textwidget {
	background: #f8f8f8;
}

.gform_wrapper form {
	padding: 20px;
}
.gfield_label {
	font-size: 14px;
	color: #3e4c51;
	font-family: 'Muli', sans-serif;
	font-weight: 400 !important;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.2;
	margin: 0 0 9px;
	padding: 0;
}
.textwidget h3 {
	border-bottom: 0px solid #dbdbdb;
	border-top: 0px solid #dbdbdb;
	padding: 36px 0;
	padding-bottom: 0px;
	text-align: center;
	font-size: 17px;
	letter-spacing: 2px;
	margin-bottom: 0;
	font-family: 'Lato', sans-serif;
	font-weight: 400 !important;
	text-transform: uppercase;
	letter-spacing: 2px !important;
	font-style: normal !important;
}
.header_title h1, .header_title h1 span {
	font-weight: lighter;
} */
.CSSTableGenerator tr:first-child td h3 {
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	letter-spacing: 2px !important;
	text-align: left;
	text-transform: uppercase;
	font-style: normal !important;
}
.CSSTableGenerator td h3 {
	font-size: 17px;
	color: #333;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	letter-spacing: 2px !important;
	text-align: left;
	text-transform: uppercase;
	font-style: normal !important;
	line-height: 1.5;
	margin-bottom: 0px !important;
}
#expressform {
	margin-top: -60px;
}

.jobs-applynow h6 a {
	background: url('library/images/more.png') no-repeat scroll 100% 7px transparent;
	border: 2px solid #384955;
	color: #3E4C51;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 21px;
	padding: 1px 32px 0px 20px;
	text-decoration: none;
	width: 70px !important;
}

.table-panel td h2 {
font-weight: 300;
font-size: 25px !important;
line-height: 1.4 !important;
letter-spacing: 2px;
}

.table-panel td p.georgia {

font-size: 23px;
}

p.testimonial  {
font-size: 22px !important;
letter-spacing: 1px;
line-height: 1.4;
}




.jobs-applynow h6 a {

font-family: 'Georgia', sans-serif;
    font-style: italic;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 13px 38px;
    background-color: #e51b24;
    border-width: 0;
    color: #fff;
    cursor: pointer;
  
}

.page-id-13 .cta-bottom  {
display: none;

}

.gform_wrapper .gform_body select {
	display: none !important;
}
.jqTransformSelectWrapper, .jqTransformSelectWrapper a.jqTransformSelectOpen {
	background-color: #eaedf2 !important;
}
.jqTransformSelectWrapper {
	border: 1px solid #b7b7b7 !important;
	height: 52px;
    padding: 9px 0;
}
.jqTransformSelectWrapper a.jqTransformSelectOpen:before {
	top: 9px !important;
}
