/*
Theme Name: Secure Electronics
Theme URI: http://securecorp.com.au
Description: Custom theme for SecureElectronics site
Version: 1.0.0 
Text Domain: securecorp
Tags: 
*/


/*----------------------------------------------------------------
#HEADER 
--------------------------------------------------------------*/
.main-header {
	margin:0px;
	background-color:white;
}

.top-header {
	border-bottom: 0;
	height: 1px;
  /*	height: 50px;*/
	background-color:white;
}

.top-header .navbar-nav>li>a { 
	font-size: 12px;
	padding-top: 15px !important;
  	padding-bottom: 15px !important;
}


.top-header form {
	margin-top: 10px; 
}

.top-search {
	text-align: right;
	max-height: 50px;
}
.navbar-custom {
	width: 100% !important;
}
.admin-bar .navbar-custom {
/*  margin-top: -20px !important; */
}
.navbar-fixed-top {
	
}

.top-header input[type=search] { 
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	padding: 5px;
	width: 100%;
	height: 30px;
	font-size:11px;
	text-transform: uppercase; 
	border: none;
	background: #f5f5f5;
	font-family:'ProximaNova-Regular', sans-serif, arial !important;
}

.top-header input[type=submit] {
	top: -32px;
	position: relative;
	float: left;
	left: 60px;
	border-radius: 25px;
	border: none;
	background: transparent url('/wp-content/themes/securetraining/images/icon-top-search.svg') no-repeat center; 
	text-indent: -9999px;
	width: 25px;
	height: 25px;
	box-shadow: none;
	border-color: transparent; 
}

.navbar-nav>li>a {
	text-transform: uppercase;
	color: #263369;
	font-size: 14px;
	font-family: 'ProximaNova-Semibold', sans-serif, arial;
	padding-top: 45px !important;
  	padding-bottom: 45px !important;
}
 
 
	
.navbar-nav>li>a:hover, .navbar-nav>li>a:active , .navbar-nav>li:hover  > a{
	background: #0e3a5d !important;
	color:#fff !important;
	transition: all 500ms ease-out 30ms;
}

.header .current-menu-item > a, .header .current_page_item > a   {
	background: #f5f5f5;
	color:#263369; 
}

.navbar {
	margin: 0;
	padding-top: 0px;
	margin-bottom:0 !important;
	border:none !important;
}

.navbar-static-top {
	border-width: 0px;
}

#menu-primary .sub-menu {
	font-family: 'ProximaNova-Semibold', sans-serif, arial;
    	background: #263369 none repeat scroll 0 0;  
    	position: absolute;
    	z-index: 99999;
    	min-width: 200px;
   	display: none;
	margin-left: 0; 
	padding-left:0; 
}
 

#menu-primary .sub-menu ul, #menu-primary ul  {
    	list-style-type: none;
}

#menu-primary .sub-menu li a {
    	color: #FFF;
    	font-size: 12px;
	text-transform: uppercase;
	 padding:5px 15px;
}

#menu-primary  .sub-menu  li a:hover{
    	cursor: pointer;
	color: #fff !important;  
	text-decoration: none; 
}

#menu-primary .sub-menu li:hover{
    cursor: pointer; 
	background: #1B2C63  !important;
}

#menu-primary .sub-menu li {
	border-bottom: 1px solid rgba(255, 255, 255, .2);
	padding: 10px 10px; 
}
#menu-primary .sub-menu li:last-child {
	border-bottom:none;
}
#menu-primary .sub-menu li a:hover {
    	color: black;
    	cursor: pointer;
}
#menu-primary li:hover > .sub-menu {
    	display: block;
    	cursor: pointer;
}

#menu-primary  .sub-menu li  > ul {
	margin-left: 190px;
	margin-top: -30px;
	min-width: 200px;
}

#logo {
	margin-top:22px;	
}


/* Sticky Header */
.site-header { 
	left: 0;
	top: 0; 
}

.site-header.sticky-nav {
	position: fixed;
	width: 100%;
}

.site-header.stuck {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 9999;
}

.site-header.stuck img {
	height: auto;
}

.site-header.stuck .navbar-header { 
  line-height: 60px;
}

.site-header.stuck .navbar-nav>li>a { 
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.box-grey {
	background-color: #f5f5f5;
  padding-top: 80px;
  padding-bottom: 80px;
}
.box-white {
  padding-top: 80px;
  padding-bottom: 80px;
}

.box-grey a, .box-white a {
	color: #e6b00e !important;
}

.section-title, .subsection-title {
	margin-top: 0;
  margin-bottom: 30px;
}
.section-title {
	text-align: center;
  font-size: 24px !important;
  color: #0e3a5d;
}
.subsection-title {
	text-align: left;
  font-size: 28px !important;
  color: #0e3a5d;
  margin-bottom: 30px;
}

/*----------------------------------------------------------------
#FONTS  
	font-family: 'ProximaNova-Semibold', sans-serif, arial;
	font-family: 'ProximaNova-Regular', sans-serif, arial;
	font-family: 'HandelGothic', sans-serif, arial;
--------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	color: #00385D;
	font-family: 'HandelGothic', sans-serif, arial !important;
	text-transform: uppercase;
	line-height: 1.6em;
}

h1{
	font-size: 40px  !important;
	margin-bottom:0.8em !important;
}

h2{
	font-size: 38px  !important;
}

h3 {
	font-size: 24px  !important;
}

h4 {
	font-size: 18px !important;
	line-height: 1.4em !important;
}

h5 {

}

h6 {

}

p {
	font-family: 'ProximaNova-Regular', sans-serif, arial;
	font-size: 16px;
	margin-bottom: 1em;
	line-height:1.8em;
}

a {

}

body {
	font-family: 'ProximaNova-Regular', sans-serif, arial;
}

 a:active, a:hover { 
	transition: all 500ms ease-out 30ms !important;
}

#content a:active, #content a:hover, .site-footer a:active, .site-footer a:hover {
	text-decoration: none !important; 
	color: #e6b00e; 
}

.pro-semi-bold {
	font-family: 'ProximaNova-Semibold', sans-serif, arial !important;
}

.pro-regular {
	font-family: 'ProximaNova-Regular', sans-serif, arial !important;
}



/*----------------------------------------------------------------
#SLIDER   
--------------------------------------------------------------*/
.slider-text {
	padding: 50px;
	background: rgba(14, 58, 93, 0.8);
}

.slider-text h2 {
	font-size: 48px;
	color:#fff;
	margin-top:0; 
}

.slider-text p {
	font-size: 14px;
	color:#fff !important;
}
.ls-fullwidth .ls-bottom-slidebuttons {
  top: -40px  !important;
  float: right !important;
}

 .ls-fullwidth .ls-bottom-slidebuttons .ls-nav-active {
  background-image: none; 
    font-size: 16px !important;
  color: #fff !important;
    background-color: #fff;
  text-align: center; 
}

.ls-fullwidth .ls-bottom-slidebuttons .ls-nav-active a:hover, .ls-fullwidth .ls-bottom-slidebuttons .ls-nav-active a:active ,.ls-fullwidth .ls-bottom-slidebuttons a:hover, .ls-fullwidth .ls-bottom-slidebuttons a:active{
  background: #D90513;
  text-decoration: none;
  font-size: 16px !important;
  color: #fff !important;  
   
} 

.ls-fullwidth .ls-bottom-slidebuttons a  {
  font-size: 16px;
  color: #2B3D45 !important;
    background-color: #fff;
  text-align: center; 
  padding: 10px !important;
}



.ls-fullwidth .ls-bottom-slidebuttons a:nth-child(1):after {
  content: "1" !important; 
}

.ls-fullwidth .ls-bottom-slidebuttons a:nth-child(2):after {
  content: "2" !important; 
}

.ls-fullwidth .ls-bottom-slidebuttons a:nth-child(3):after {
  content: "3" !important; 
}
 
.ls-fullwidth .ls-bottom-slidebuttons a:nth-child(4):after {
  content: "4" !important; 
}

.ls-fullwidth .ls-bottom-slidebuttons a:nth-child(5):after {
  content: "5" !important; 
}

.ls-fullwidth .ls-bottom-slidebuttons a:nth-child(6):after {
  content: "6" !important; 
}


/*----------------------------------------------------------------
#FORMS   
--------------------------------------------------------------*/
.login .login_wid {
margin: auto !important;
padding: 0 !important;
list-style-type: none;
}

.login .login_wid li { 
 margin: 10px 0;
}

.login .login_wid label {
display: none; 
}

 .login  input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"] {
    padding: 5px;
    width: 275px;
    height: 45px;
    background: rgb(232, 232, 232) none repeat scroll 0% 0%;
    border: medium none;
    text-align: center;
}

.login input[type="button"], .login input[type="reset"], .login input[type="submit"] { 
    background: #D90513;
    border: none !important;
    padding: 16px 30px;
    font-size: 13px;
    text-transform: uppercase;
    text-shadow: none;
    color: #fff;
    border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
    box-shadow: none;
}

.login input[type="button"]:hover, .login input[type="reset"]:hover, .login input[type="submit"]:hover { 
    background: #C40517; 
    text-shadow: none; 
    box-shadow: none;
}




/*----------------------------------------------------------------
#FOOTER   
--------------------------------------------------------------*/
.site-footer {
	background: #00385D;
	color:#fff !important; 
	font-family: arial, sans-serif;
}

.site-footer  h3 { 
	font-family: 'HandelGothic', sans-serif, arial;
}

.site-footer ul {
	list-style-type: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.site-footer ul li  {
	padding: 5px 0;
}

.site-footer ul li a, .footer {
	color:#fff ;
	font-size: 13px;
}

.site-footer ul li a .fa {
	padding-right:15px;
}

.site-footer ul li a .fa.fa-linkedin{
	padding-right:10px;
}

.site-footer ul li a .fa.fa-twitter{
	padding-right:8px;
}


.site-footer .svg-icon {
	margin-bottom: -5px;
}

.pre-footer {
	padding: 50px 0 50px 0;
}

.site-footer .container, .site-footer .container .company, .site-footer .container .resources, .site-footer .container .get-in-touch, .site-footer .container .connect {
//	padding: 0 !important;
}


.footer  {
	padding: 35px 0;
	border-top: 1px solid rgba(255, 255, 255, .10);
}

.footer img {
	padding-right: 15px;
  width: 45px;
  height: auto;
}

.footer  ul {
	float: right
}

.footer  ul li {
	display: inline-block;
	padding: 8px 10px;
}


/*----------------------------------------------------------------
#CONTENT - HOME PAGE   
--------------------------------------------------------------*/
.content-home {
/*	padding: 0 0 50px 0; */
}

.content-home  .row {
/*	padding: 50px 0 0 0; */
}


.content-home  h3{
	color: #263369
}
 

.home-thumbnail {
	margin: auto;
	text-align: center;
	height: 230px;
  position: relative;
}

.home-thumbnail p{
	width: 70%;
	margin: auto;
  color: #888 !important;
  font-size: 14px;
}

#testimonials blockquote {
  text-align: center;
  border: 0;
  position: relative;
}
#testimonials blockquote p {
	font-size: 18px;
}
#testimonials blockquote:before {
	display: block;
  width: 35px;
  height: 30px;
  background: url(images/icon-quote-open.svg) no-repeat top left;
  position: absolute;
  top: 0;
  left: -10%;
} 
#testimonials blockquote:after {
	display: block;
  width: 35px;
  height: 30px;
  background: url(images/icon-quote-close.svg) no-repeat top left;
  position: absolute;
  bottom: 0;
  right: -10%;
} 
#testimonials p.client-logo {
	text-align: center;
}
#testimonials p.client-logo img {
	max-width: 120px;
  height: auto;
}



/*----------------------------------------------------------------
#CONTENT - CONTACT PAGE
--------------------------------------------------------------*/
.contact-details, .contact-offices  {
	background: #fff;
	padding: 30px 20px 15px 20px;
  text-align: left;
  overflow: hidden;
}

.contact-details {
	margin-bottom: 30px;
}

.contact-details p, .contact-offices p {
	margin-bottom: 1em !important;
}

.contact-details ul { 
	text-align: center;
	margin: 30px 0 !important;
	padding-left: 0;
}

.contact-details li {
	display: inline-block;
}

.contact-icons {
	font-size: 24px;
}

.contact-offices h5 {
	color: #E5B123;
  font-weight: 500;
  font-family: "ProximaNova-Regular",sans-serif,arial !important;
  margin-top: 0;
}

.contact .gform_footer input[type=submit] {
	margin-top: .5em;
}


/*----------------------------------------------------------------
#CONTENT - ABOUT PAGE
--------------------------------------------------------------*/
.about-us, #products, .products, #courses, .courses , #grey{
	background: #F5f5f5;
}

.about-us-right .icon  {
	padding-top: 8px; 
}

.about-us-right .col-sm-2{ 
	text-align: center
}
#about-us ul {
	list-style-type: none;
  margin: 0 0 30px 0;
  padding: 0;
  line-height: 1.7em;
}
#about-us ul li {
	padding-left: 20px;
  background: url(images/bullet-arrow.svg) no-repeat 0 10px;
  color: #0e3a5d;
}
.key-staff {
  display:none;
  }
#key-staff {
	display:none;
}
#key-staff p {
	font-size: 13px;
}

#key-staff ul {
	list-style-type: none;
	margin: auto;
}

#key-staff ul li {
	margin-bottom: 3em;
}

#key-staff h4 , #key-staff .position{
	text-transform: none;
	text-align: left;
	margin-left: 0;
  font-family: "ProximaNova-Regular",sans-serif,arial !important;
}

#key-staff h4 {
	font-size: 24px !important;
  margin-bottom: 0 !important;
}
#key-staff .position {
	font-size: 16px;
  margin-top: 0;
  margin-bottom: 30px !important;
}

#key-staff .thumbnail-responsive {
/*	display: block;
  overflow: hidden;
  max-width: 350px;
  max-height: 215px;*/
}


/*----------------------------------------------------------------
#CONTENT - SERVICES PAGE
--------------------------------------------------------------*/ 
#services ul {
	margin-top: 30px;
  margin-left: 0;
  padding: 0;
}
#services ul li {
	color: #0e3a5d;
  font-size: 16px;
  line-height: 2em;
	padding-left: 20px;
  background: url(images/bullet-arrow.svg) no-repeat 0 12px;
  color: #0e3a5d;
  font-family: "ProximaNova-Regular",sans-serif,arial !important;
  list-style-type: none;
}


#services-list h3 {
	color: #0e3a5d;
  margin-top: 0;
}
#services-list ul {
  list-style-position: inside;
	list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 13px;
}
#services-list ul li {
	padding-left: 20px;
  background: url(images/bullet-arrow.svg) no-repeat 0 10px;
}
#services-list ul li ul {
	margin-bottom: 0;
}
.service {
	margin-bottom: 50px;
}
.service, .service p {
	color: #0e3a5d;
  font-size: 16px;
  line-height: 1.8em;
}



/*----------------------------------------------------------------
#CONTENT - CAREERS PAGE 
--------------------------------------------------------------*/ 

ul.job-postings {
	margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.job-postings li {
	padding: 15px 0;
  border-bottom: 1px solid #f5f5f5;
}
ul.job-postings li:first-child {
  border-top: 1px solid #f5f5f5;
}
ul.job-postings li p {
	font-size: 22px;
  margin-bottom: 0;
}
ul.job-postings li p.position-title a {
	color: #e5b123;
}
ul.job-postings li p.posting-date {
	text-transform: uppercase;
  font-size: 16px;
}
ul.job-postings li p.posting-date span{
	color: #ccc;
  font-size: 12px;
}

.apply-button {
	text-align: right;
  line-height: 60px;
}

article.post-job h1.post-job-title {
	font-size: 24px !important;
  font-family: "ProximaNova-SemiBold",sans-serif,arial !important;
  text-transform: none;
  color: #e5b123 !important;
}
.post-job p {
	font-size: 16px !important;
}

.post-job-meta {
	margin-top: 1.5em;
}
.post-job-meta .post-date.updated,
.post-job-meta .post-date.updated:not(.published){
  color: #0e3a5d !important;
}

#application-form {
	border-top: 1px solid #f5f5f5;
}

.file-upload {
	text-align: center;
  text-transform: uppercase;
  font-size: 13px !important;
}
#field_2_4, #field_2_6,
#field_2_4 input, #field_2_6 input {
	text-align: center;
  color: #0e3a5d;
  font-size: 13px !important;
}
#field_2_4 .ginput_container, #field_2_6 .ginput_container,
#field_2_4 .ginput_container input, #field_2_6 .ginput_container input{
	text-align: center;
  color: #888888 !important;
  font-size: 13px !important;
}

#field_2_4 label, #field_2_6 label {
	font-weight: 400;
  text-transform: uppercase;
  font-size: 13px !important;
}
#field_2_4 .ginput_container, #field_2_6 .ginput_container {
	margin-bottom: 30px;
}

/*----------------------------------------------------------------
#CONTENT - BLOG PAGE
--------------------------------------------------------------*/
.blog .title, .single .title {
	margin-bottom: 0 !important;
}

.featured-media {
	margin-bottom: 50px;
}

.blog article p, .single article p{
	font-size: 13px;
  line-height: 1.7em;
}

.blog article header, .single article header {
	margin-bottom: 30px;
}

.blog h2, .single h1 {
	font-size: 22px !important;
  font-family: "ProximaNova-SemiBold",sans-serif,arial !important;
  margin: 0 0 10px 0 !important;
	color: #0e3a5d;
}
.comments-title, .comment-reply-title,
.blog h2 a, .single h1 a {
	color: #0e3a5d !important;
}

.post-date.updated, .post-date.updated:not(.published) {
	display: block;
  color: #e5b123 !important;
  text-transform: uppercase;
}

article.post {
  padding-bottom: 30px;
  border-bottom: 2px solid #f5f5f5;
	margin-bottom: 30px;
}

article.post .entry-content {
  margin-top: 0;
	margin-bottom: 30px;
}

.post-tags {
	text-transform: uppercase;
  color: #ccc !important;
  font-size: 13px !important;
}

.post-tags a {
	color: #ccc !important;
}

.nav-links {
	text-transform: uppercase;
  font-size: 13px !Important;
}

.nav-links a {
	color: #0e3a5d !important;
}
.nav-links a:hover {
  color: #e5b123 !important;
	text-decoration: none;
}
.comments-title, .comment-reply-title {
 	font-size: 22px !important;
  font-family: "ProximaNova-SemiBold",sans-serif,arial !important;
	margin-bottom: 15px;
}

.comment-list {
	list-style-type: none;
  margin: 0 0 30px 0;
  padding: 0;
}
.comment-list li {
	padding: 0;
}

#comments footer, #respond footer {
	margin: 15px 0;
}

#comments p, #respond p {
	font-size: 14px;
  line-height: 1.5;
}
p.form-allowed-tags {
	font-size: 12px !important;
  line-height: 1.2;
}


/* PAGINATION */
.easy-wp-page-navigation a, .easy-wp-page-navigation span {
	color: #0e3a5d !important;
  border: 0 !important;
  font-family: "ProximaNova-SemiBold",sans-serif,arial !important;
  text-transform: uppercase;
}

.easy-wp-page-navigation a:hover, .easy-wp-page-navigation span.current {
	background-color: #fff !important;
  color: #e6b00e !important;
  border: 0 !important;
}

/* subscribe box */
#secondary .gform_wrapper {
	margin-bottom: 0;
}
#secondary #gform_widget-2 {
	background-color: #f0d16f;
  padding: 30px;
  text-align: center;
}
#secondary #gform_widget-2 h3 {
	margin: 0;
  color: #0e3a5d;
}
#secondary #gform_widget-2 p {
	text-align: center;
  font-weight: 500;
  font-size: 13px;
}
#secondary .gform_wrapper .top_label .gfield_label,
#secondary .gform_wrapper label {
	display: none;
}
#secondary .gform_wrapper .gfield {
	padding: 5px 0;
}
#secondary input[type="text"], #secondary input[type="email"], 
#secondary input[type="url"], #secondary input[type="password"], #secondary input[type="search"], textarea {
	border: 0;
  padding: 10px 15px;
  background: #f5f5f5;
}
#secondary .gform_footer input[type="submit"] {
	background-color: #0e3a5d !important;
}
#secondary .gform_footer input[type="submit"]:hover {
	background-color: #263369 !important;
}


/*----------------------------------------------------------------
#CONTENT - CLIENTS PAGE
--------------------------------------------------------------*/

.clients-type-list {
	list-style-type: none;
  margin: 30px 0 0 0;
  padding: 0;
  color: #e5b123;
}
.clients-type-list li {
  line-height: 2em;
  margin-bottom: 15px;
}
.clients-type-list li .svg-icon {
	float: left;
  margin-right: 5px;
}

.case-studies h4, .case-studies h5 {
  font-size: 16px !important;
  font-family: "ProximaNova-Regular",sans-serif,arial !important;
}
.case-studies h4 {
	margin-bottom: 30px;
}

.case-studies p {
	font-size: 13px;
  margin-bottom: 30px;
}

/* testimonials */
.box-title {
	display: none;
}

.cycle-slideshow .cycle-carousel-wrap .cycle-slide .testimonial-box .box-content {
	margin-bottom: 15px;
}
.testimonial-box {
	margin: 0 10%;
}
.testimonial-box p {
	font-size: 15px;
}
.gs_testimonial_container .cycle-nav {
	top: 20%;
}
.gs_testimonial_container .cycle-nav #prev, .gs_testimonial_container .cycle-nav #next {
	width: 40px;
  height: 58px;
  background-size: 100% auto;
}

.gs_testimonial_container .cycle-nav #prev {
	background: url(images/arrow-left.svg) no-repeat top left;
}

.gs_testimonial_container .cycle-nav #next {
	background: url(images/arrow-right.svg) no-repeat top left;
}

.box-image img,
.cycle-slideshow .cycle-carousel-wrap .cycle-slide .testimonial-box .box-image img {
	width: 80px;
  height: auto;
  border: 0;
  border-radius: 0;
}


/*----------------------------------------------------------------
#CONTENT - INNOVATIONS PAGE
--------------------------------------------------------------*/

#new-tech h3 {
  font-size: 24px !important;
  font-family: "ProximaNova-SemiBold",sans-serif,arial !important;
  text-transform: none !important;
  margin-top: 0;
  margin-bottom: 30px;
}
#new-tech .tech {
	margin-bottom: 30px;
}


/*----------------------------------------------------------------
#CONTENT - 	GLOBAL PAGES
--------------------------------------------------------------*/

.content-padding { 
	padding:80px 0 80px 0;
}

.margin-bottom {
	margin-bottom:70px !important;
}

.no-margin {	
	margin:0 !important;
}

.title    {
	text-align: center;
	padding-top:0;
	margin-top: 0;
}

.sub-title  {
	font-size: 22px;
}

.sub-title-sm{
	font-size: 22px; 
}

.sub-title, .sub-title-sm  {  
	color: #E5B123 !important;
	text-align: center; 
	margin:auto; 
	text-transform: none;
	line-height:1.6em;
}

.color-blue, p {
	color:#00385D !important;
}

.color-red, .color-yellow, .color-alt {
	color: #E5B123 !important;
}

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

.border-top { 
	border-top: 1px solid #e5e5e5;
	padding-top: 10px;
}

.border-bottom {
	border-bottom: 1px solid #e5e5e5;
	 
}

.thumbnail-images {
	background: #fff;
	margin-bottom: 1em;
	text-align: center; 
}

.thumbnail-images img {
	//height: 200px;
	max-height: 250px;
	margin: auto;
	padding: 10px;
}

.thumbnail-images h3, .thumbnail-images a {
	text-transform: none; 
}

.thumbnail-responsive {
	margin-bottom: 30px;
}

.align-center {
	text-align: center !important;
	margin:auto;
}

.align-left {
	text-align: left !important; 
}

.no-style {
	list-style-type: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.block {
	display: block !important;
}

.no-left-padding {
	padding-left: 0 !important;
}


.no-right-padding {
	padding-right: 0 !important;
}

.white-bg {
	background: #fff;
	padding: 10px;
}

.btn-red, .gform_footer input[type=submit], input[type=submit] {
    background: #E5B123 !important;
    border: none !important;
    padding: 14px 30px !important;
    font-size: 14px !important;
    text-transform: uppercase;
    text-shadow: none !important;
    color: #fff;
    border-radius: 25px !important;
	-webkit-border-radius: 25px !important;
	-moz-border-radius: 25px !important;
    box-shadow: none !important;
	margin-top:1em;
	color: #fff !important;
	font-family: 'ProximaNova-Semibold', sans-serif, arial;
}

.btn-red:hover,.gform_footer input[type=submit]:hover, a.btn-red:hover{
     text-decoration: none;
	 background: #dda610; 
    text-shadow: none; 
    box-shadow: none;
	color: #ffffff !important;
	
}

/* Gravity Form Overrides*/
#application-form .top_label .gfield_label,
.contact-form  .top_label .gfield_label {
	display: none !important;
}

#application-form input[type=email], #application-form input[type=number], #application-form input[type=password], #application-form input[type=tel], #application-form input[type=text], #application-form input[type=url],
.contact-form  input[type=email], .contact-form  input[type=number], .contact-form  input[type=password], .contact-form  input[type=tel], .contact-form  input[type=text], .contact-form  input[type=url]{
	height: 42px !important;
	border: none !important;
	color: #00385D;
	margin-bottom: 10px;
  background-color: #f5f5f5;
  padding: 10px 15px !important;
}
#application-form input[type=name] {
	  width: 95% !important;
}

#application-form textarea,
.contact-form  textarea  {
	border: none !important;
  background-color: #f5f5f5;
  color: #00385D;
  padding: 10px 15px !important;
}

#application-form select,
.contact-form  select {
	border: none !important;
  background-color: #f5f5f5;
	color: #888888;
	height: 42px;
  padding: 10px 15px !important;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	  width: 95%  !important;
}

#application-form ul li#field_3_1 ,
.contact-form ul li#field_2_1  {
	width: 100%; 
	display: inline-block;
}
#application-form ul li span label,
.contact-form ul li span label {
	display: none !important;
}
#application-form ul li#field_2_4 label,
#application-form ul li#field_2_6 label{
  display: block !important;
}
.contact-form ul  #field_1_5  {
	width: 100%; 
}

.gform_wrapper .gform_footer {
	padding: 0 !important;
  margin: 0 !important;
  text-align: center;
}

/*Placeholder Text*/
::-webkit-input-placeholder { 
	color: #00385D;
	opacity: 1 !important;
}
:-moz-placeholder { 
	color: #00385D; 
	opacity: 1 !important;
}
 
::-moz-placeholder {  
	color: #00385D; 
	opacity: 1 !important;
}
:-ms-input-placeholder { 
	color: #00385D; 
	opacity: 1 !important;
}

/*----------------------------------------------------------------
#MEDIA QUERIES
--------------------------------------------------------------*/

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) { 
	.contact-details, .contact-offices {
  	margin-bottom: 0;
    min-height: 361px;
  }
  .list-column {
    column-count: 2;
      -webkit-column-count: 2; /* Chrome, Safari, Opera */
      -moz-column-count: 2; /* Firefox */
    column-gap: 30px;
      -webkit-column-gap: 30px;
      -moz-column-gap: 30px;
  }
	
}
