@import url("http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700");
/*---------------------------------------------------

	LESS Stylesheet by You Marketing Solutions

----------------------------------------------------- */
/* Imports
* ----------------------------------------------------------------- */
/* ---- YM Grid System ---- */
.ym-container {
  width: 1140px;
  margin: 0 auto !important;
}
.ym5 {
  float: left;
  width: 5%;
}
.ym10 {
  float: left;
  width: 10%;
}
.ym15 {
  float: left;
  width: 15%;
}
.ym20 {
  float: left;
  width: 20%;
}
.ym25 {
  float: left;
  width: 25%;
}
.ym30 {
  float: left;
  width: 30%;
}
.ym33 {
  float: left;
  width: 33.33%;
}
.ym35 {
  float: left;
  width: 35%;
}
.ym40 {
  float: left;
  width: 40%;
}
.ym45 {
  float: left;
  width: 45%;
}
.ym50 {
  float: left;
  width: 50%;
}
.ym55 {
  float: left;
  width: 55%;
}
.ym60 {
  float: left;
  width: 60%;
}
.ym65 {
  float: left;
  width: 65%;
}
.ym66 {
  float: left;
  width: 66.66%;
}
.ym70 {
  float: left;
  width: 70%;
}
.ym75 {
  float: left;
  width: 75%;
}
.ym80 {
  float: left;
  width: 80%;
}
.ym85 {
  float: left;
  width: 85%;
}
.ym90 {
  float: left;
  width: 90%;
}
.ym95 {
  float: left;
  width: 95%;
}
.ym100 {
  float: left;
  width: 800%;
}
/*
------------------- GENERAL MIXINS -------------------
*/
/* Display hand pointer across all browsers */
/* Apply border-box to any elements */
/*
------------------- TWITTER BOOTSTRAP CSS3 MIXINS -------------------
*/
/* Typography
* ----------------------------------------------------------------- */
/* ------ General ------ */
html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
/* ---- Block Baselines ---- */
body.front-end {
  /* ---- Headings ---- */
  /* ---- Paragraph Elements ---- */
  /* ---- Block Elements ---- */
}
body.front-end h1,
body.front-end h2,
body.front-end h3,
body.front-end h4,
body.front-end h5,
body.front-end h6,
body.front-end p,
body.front-end ul,
body.front-end ol,
body.front-end pre,
body.front-end blockquote,
body.front-end textarea,
body.front-end button {
  margin-bottom: 0 0 20px 0;
}
body.front-end h1,
body.front-end h2,
body.front-end h3,
body.front-end h4,
body.front-end h5,
body.front-end h6 {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
}
body.front-end p {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
}
body.front-end a:link {
  color: #666666;
  text-decoration: none;
}
body.front-end a:visited {
  color: #666666;
}
body.front-end a:hover {
  text-decoration: none;
  cursor: pointer;
  cursor: hand;
}
body.front-end a:active {
  text-decoration: none;
}
body.front-end button:hover {
  cursor: pointer;
  cursor: hand;
}
body.front-end code {
  font-family: Consolas, "Courier New", Courier, mono;
}
body.front-end strong {
  font-weight: 600;
}
body.front-end ul,
body.front-end ol {
  margin-left: 10px;
  padding-left: 20px;
}
body.front-end blockquote {
  display: block;
  opacity: .95;
  border-left: 4px solid;
  border-left-color: #333;
  padding: 0 10px;
  font-style: italic;
  margin-left: 10px;
}
body.front-end blockquote p:last-child {
  margin-bottom: 10px;
}
body.front-end pre {
  font-family: Consolas, "Courier New", Courier, mono;
  background: black;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.9);
  color: #eee;
  padding: 10px 20px;
}
body.front-end .col-full,
body.front-end #wrapper {
  max-width: 100% !important;
  width: 100% !important;
}
/* Main Styles
* ----------------------------------------------------------------- */
.nav-toggle.icon,
.nav-close,
.nav-home,
#navigation {
  display: none;
}
.clear {
  clear: both;
}
/* Header Styles
* ----------------------------------- */
header {
  background-color: #262c70 !important;
  z-index: 9999;
  height: 74px;
  padding: 0px 0;
}
header .ym-container {
  width: 1110px;
  padding-left: 15px;
  padding-right: 15px;
}
header .ym-container #logo {
  padding: 10px 0px;
  display: inline-block;
  float: left;
}
header .ym-container #logo img {
  max-width: 100px;
}
header .ym-container .gold-crest-nav-container {
  float: right;
  margin: 0px 15px 0px 0px;
}
header .ym-container .gold-crest-nav-container ul {
  margin: 0px;
}
header .ym-container .gold-crest-nav-container ul li {
  float: left;
  font-size: 16px;
  font-weight: 200;
  font-family: 'Roboto', sans-serif;
  list-style-type: none;
}
header .ym-container .gold-crest-nav-container ul li a {
  color: #ffffff;
  padding: 25px 14px 30px;
  display: inline-block;
}
header .ym-container .gold-crest-nav-container ul .menu-item-has-children .sub-menu {
  opacity: 0;
  position: absolute;
  visibility: hidden;
  z-index: 5;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  margin: 0px;
  padding: 0px;
  background-color: #3a3b3d;
}
header .ym-container .gold-crest-nav-container ul .menu-item-has-children .sub-menu li {
  width: auto;
  margin: 0px;
  float: none !important;
  display: block;
  position: relative;
}
header .ym-container .gold-crest-nav-container ul .menu-item-has-children .sub-menu li a {
  font-size: 14px !important;
  display: block;
  position: relative;
  padding: 10px 15px;
  color: #ffffff;
}
header .ym-container .gold-crest-nav-container ul .menu-item-has-children .sub-menu li a:hover {
  text-decoration: none !important;
  background-color: #333537;
}
header .ym-container .gold-crest-nav-container ul .menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
header .ym-container .gold-crest-phone-container {
  float: right;
}
header .ym-container .gold-crest-phone-container a {
  color: #ffffff;
  padding-top: 22px;
  font-family: 'Roboto', sans-serif;
  font-size: 21px;
  font-weight: 500;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  display: inline-block;
}
header .ym-container .gold-crest-phone-container a img {
  margin: 0 6px -2px 0;
}
#sidebar {
  display: none;
}
#sidebar h3 {
  margin: 0 0 22px;
  font-family: 'Roboto', sans-serif;
  font-size: 25px;
  color: #575757;
  font-weight: 300;
}
#sidebar ul {
  padding: 0px;
  margin: 0px;
}
#sidebar ul li {
  list-style-type: none;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 300;
  color: #58585a;
  border-left: 7px solid #c7ae29;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
  height: 45px;
  margin: 8px 0;
}
#sidebar ul li a {
  color: #58585a;
  display: block;
  padding: 14px 0px 13px 22px;
}
#sidebar ul li a:hover {
  opacity: .8;
}
#sidebar #recent-posts-2 {
  margin-bottom: 35px;
}
#sidebar .sidebar-link {
  margin: 30px 0px;
}
#sidebar .sidebar-link a {
  display: block;
}
#sidebar .sidebar-link a:hover {
  opacity: .8;
}
/* Footer Styles
* ----------------------------------- */
.first-footer-container {
  background: transparent url("https://networkfm.com.au/wp-content/themes/canvas-child/less/../images/subfooter.jpg") no-repeat center center;
  background-size: cover;
}
.first-footer-container .ym-container {
  width: 1110px;
  margin: 0px;
  padding: 30px 15px 39px;
}
.first-footer-container .ym-container h2 {
  color: #ffffff;
  font-size: 25px;
  font-weight: 500;
  width: 45%;
  margin-bottom: 25px;
}
.first-footer-container .ym-container h2 img {
  float: left;
  margin: -2px 5px 0px 0px;
  width: 61px;
  height: 57px;
}
.first-footer-container .ym-container h2 a {
  color: #ffffff;
}
.first-footer-container .ym-container p {
  color: #ffffff;
  font-weight: 200;
  line-height: 1.5em;
  margin: 0px;
  width: 45%;
  font-size: 16px;
}
.first-footer-container .ym-container p a {
  color: #ffffff;
  font-weight: normal;
}
.first-footer-container .ym-container p em {
  display: inline-block !important;
  color: #a8a8a8;
  font-size: 14px !important;
  line-height: 1.3em;
  margin-top: 30px !important;
  width: 100%;
}
.first-footer-container .ym-container p .btn {
  font-weight: 200;
  display: inline-block;
  padding: 14px 28px;
  float: left;
  line-height: 1em;
  margin: 35px 182px 0px 0px;
  color: #ffffff;
  font-size: 20px;
  text-shadow: none !important;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d2bf43+0,af902f+100 */
  background: #d51f3a;
  /* Old browsers */
}
.first-footer-container .ym-container p .btn:hover {
  opacity: .8;
}
.second-footer-container .ym-container {
  width: 1110px;
  padding-left: 15px;
  padding-right: 15px;
  height: 133px;
}
.second-footer-container .ym-container #owl-demo .item {
  margin: 0px;
  text-align: center;
}
.second-footer-container .ym-container #owl-demo .this-img {
  margin-top: 15px !important;
}
.second-footer-container .ym-container #owl-demo .this-img img {
  width: 200px !important;
  height: auto !important;
}
.second-footer-container .ym-container #owl-demo .item img {
  display: block;
  width: 255px;
  height: 133px;
  text-align: center;
  margin: 0px auto !important;
}
.second-footer-container .ym-container .owl-controls.clickable {
  display: block !important;
}
.second-footer-container .ym-container .owl-controls.clickable .owl-buttons {
  width: 1200px !important;
  height: 125px !important;
  margin: -102px auto 0 -45px !important;
}
.second-footer-container .ym-container .owl-controls.clickable .owl-buttons img {
  height: 37px !important;
  width: 25px !important;
}
.second-footer-container .ym-container .owl-controls.clickable .owl-buttons .owl-prev {
  background: transparent url("https://networkfm.com.au/wp-content/themes/canvas-child/less/../images/gold-crest-security-left-arrow.png") no-repeat center center !important;
  width: 24px !important;
  height: 34px !important;
  padding: 0px !important;
  float: left !important;
}
.second-footer-container .ym-container .owl-controls.clickable .owl-buttons .owl-next {
  background: transparent url("https://networkfm.com.au/wp-content/themes/canvas-child/less/../images/gold-crest-security-right-arrow.png") no-repeat center center !important;
  width: 24px !important;
  height: 34px !important;
  padding: 0px !important;
  float: right !important;
}
.before-footer-container {
  background-color: #262c70;
  padding: 30px 0 28px;
}
.before-footer-container .ym-container {
  width: 1110px;
  padding-left: 15px;
  padding-right: 15px;
}
.before-footer-container .ym-container .footer-logo {
  width: 50%;
  float: left;
  margin-right: 38px;
}
.before-footer-container .ym-container .footer-logo img {
  width: auto;
  height: 47px;
}
.before-footer-container .ym-container .footer-nav {
  float: left;
  margin-top: 10px;
}
.before-footer-container .ym-container .footer-nav ul {
  margin: 0px;
  padding: 0px;
}
.before-footer-container .ym-container .footer-nav ul li {
  list-style-type: none;
  float: right;
  font-family: 'Roboto', sans-serif;
  font-weight: 200;
  font-size: 17px;
  margin-right: 30px;
}
.before-footer-container .ym-container .footer-nav ul li a {
  color: #ffffff;
}
.before-footer-container .ym-container .footer-nav ul li a img {
  margin-right: 16px;
}
.before-footer-container .ym-container .footer-nav ul li strong {
  color: #ffffff;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  margin-top: 4px !important;
  display: block;
}
.before-footer-container .ym-container .allied-logo {
  float: right;
  margin-top: 10px;
}
.before-footer-container .ym-container .clear {
  clear: both;
}
footer {
  background-color: #262c70;
  border: none !important;
}
footer .ym-container {
  width: 1110px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 16px 0;
}
footer .ym-container #copyright {
  float: left;
}
footer .ym-container #copyright p {
  color: #cecece;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 12px;
}
footer .ym-container #copyright p strong {
  color: #ffffff;
  font-weight: normal;
}
footer .ym-container #credit {
  float: right;
}
footer .ym-container #credit p {
  color: #cecece;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 12px;
}
footer .ym-container #credit p a img {
  width: 20px;
  height: 20px;
  margin: 0px 0px -5px 5px;
}
footer .ym-container .clear {
  clear: both;
}
/* Home Styles
* ----------------------------------- */
body.home .section-1 {
  padding: 0px;
  margin-bottom: 0px;
  min-height: 500px;
}
body.home .section-1 .ym-container {
  text-align: center;
}
body.home .section-1 .ym-container .wpb_single_image {
  margin-bottom: 6px;
  margin-top: 30px;
}
body.home .section-1 .ym-container .wpb_single_image img {
  display: block;
  position: relative;
  width: 150px;
  height: auto;
  margin: 0 0 20px 0;
}
body.home .section-1 .ym-container h1 {
  color: #ffffff;
  font-size: 40px !important;
  font-weight: 500;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.75);
  margin: 0px 0px 0px;
}
body.home .section-1 .ym-container p {
  color: #ffffff;
  font-size: 35px !important;
  font-weight: normal;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
  margin: 0px 0px;
  font-weight: 200 !important;
}
body.home .section-1 .ym-container p .btn {
  color: #ffffff;
  margin-top: 25px;
  font-size: 20px;
  font-weight: 200;
  display: inline-block;
  border: 1px solid #ffffff;
  padding: 15px 31px;
  background: transparent url("https://networkfm.com.au/wp-content/themes/canvas-child/less/../images/gold-crest-security-btn-bg.png") repeat-x center center;
}
body.home .section-1 .ym-container p .btn:hover {
  opacity: .8;
}
body.home .section-1 .ym-container p .down {
  display: block;
  position: relative;
  margin-top: 10px !important;
  margin-bottom: 15px !important;
}
body.home .section-2 {
  border-bottom: 1px solid #eeeeee;
  margin: 0px;
  height: 133px;
  display: none;
}
body.home .section-2 .vc_col-sm-12 {
  padding: 0px;
}
body.home .section-2 .ym-container {
  padding-left: 15px;
  padding-right: 15px;
  height: 133px;
}
body.home .section-2 .ym-container #showcases {
  padding: 0px !important;
}
body.home .section-2 .ym-container #showcases #showcase-carousel {
  padding: 16px 0px !important;
}
body.home .section-2 .ym-container #showcases #showcase-carousel .showcase-border a {
  pointer-events: none;
  cursor: default;
}
body.home .section-2 .ym-container #showcases #showcase-carousel .showcase-border a img {
  background-color: #ffffff !important;
  border: 0 !important;
}
body.home .section-2 .ym-container #owl-demo .item {
  margin: 0px;
  text-align: center;
}
body.home .section-2 .ym-container #owl-demo .this-img {
  margin-top: 15px !important;
}
body.home .section-2 .ym-container #owl-demo .this-img img {
  width: 200px !important;
  height: auto !important;
}
body.home .section-2 .ym-container #owl-demo .item img {
  display: block;
  width: 200px;
  height: auto;
  text-align: center;
  margin: 15px auto !important;
}
body.home .section-2 .ym-container .owl-controls.clickable {
  display: block !important;
}
body.home .section-2 .ym-container .owl-controls.clickable .owl-buttons {
  width: 1200px !important;
  height: 125px !important;
  margin: -102px auto 0 -45px !important;
}
body.home .section-2 .ym-container .owl-controls.clickable .owl-buttons img {
  height: 37px !important;
  width: 25px !important;
}
body.home .section-2 .ym-container .owl-controls.clickable .owl-buttons .owl-prev {
  background: transparent url("https://networkfm.com.au/wp-content/themes/canvas-child/less/../images/gold-crest-security-left-arrow.png") no-repeat center center !important;
  width: 24px !important;
  height: 34px !important;
  padding: 0px !important;
  float: left !important;
}
body.home .section-2 .ym-container .owl-controls.clickable .owl-buttons .owl-next {
  background: transparent url("https://networkfm.com.au/wp-content/themes/canvas-child/less/../images/gold-crest-security-right-arrow.png") no-repeat center center !important;
  width: 24px !important;
  height: 34px !important;
  padding: 0px !important;
  float: right !important;
}
body.home .section-2#videos {
  border-bottom: 0px solid #eeeeee !important;
  margin: 0px;
  height: auto;
  padding: 42px 0px 0px !important;
}
body.home .section-2#videos .vc_col-sm-12 {
  padding: 0px;
}
body.home .section-2#videos .ym-container {
  padding-left: 15px;
  padding-right: 15px;
  height: 133px;
}
body.home .section-2#videos .ym-container .wpb_video_widget {
  border: 1px solid #eeeeee !important;
}
body.home .section-3 {
  padding: 45px 0px 30px;
  margin: 0px;
}
body.home .section-3 .wpb_single_image {
  position: absolute;
  height: 206px;
}
body.home .section-3 .vc_col-sm-4:hover {
  opacity: .8;
}
body.home .section-3 .wpb_text_column {
  height: 206px;
  position: relative;
  margin-bottom: 30px;
  display: -webkit-flex;
  /* Safari */
  -webkit-align-items: center;
  /* Safari 7.0+ */
  display: flex;
  align-items: center;
  padding: 0 !important;
  justify-content: center;
  text-align: center;
}
body.home .section-3 .wpb_text_column p {
  margin: 0px;
  font-size: 28px;
  font-weight: 200;
  color: #fff;
}
body.home .section-3 .wpb_text_column p a {
  display: block;
  color: #ffffff;
  padding: 0px 15px;
}
body.home .section-3 .wpb_text_column:hover {
  opacity: .8;
}
body.home .section-3-mobile {
  display: none;
}
body.home .section-4 {
  padding: 70px 0px;
  margin: 0px;
}
body.home .section-4 .left {
  float: left;
  width: 190px;
}
body.home .section-4 .right {
  padding: 0px;
  width: 700px;
}
body.home .section-4 .right p {
  color: #ffffff;
  font-size: 30px;
  font-weight: 300;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
  display: block;
  margin: 0px;
  line-height: 1.5em;
}
body.home .section-4 .right p br {
  display: none;
}
body.home .section-4 .right p a {
  display: inline-block;
  padding: 13px 28px;
  float: left;
  font-weight: 200;
  line-height: 1em;
  margin-top: 25px;
  margin-right: 12px;
  color: #ffffff;
  font-size: 20px;
  text-shadow: none !important;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d2bf43+0,af902f+100 */
  background: #d51f3a;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
}
body.home .section-4 .right p a:hover {
  opacity: .8;
}
body.home .section-5 {
  margin: 0px;
  padding: 40px 0px 62px;
}
body.home .section-5 p {
  font-size: 16px;
  font-weight: 200;
  color: #3a3b3d;
  line-height: 1.5em;
  width: 90%;
}
body.home .section-5 p strong {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.6em;
}
body.home .section-5 p a {
  font-weight: 200;
  display: inline-block;
  line-height: 1em;
  margin-top: 5px;
  padding: 15px 28px;
  color: #ffffff;
  font-size: 20px;
  text-shadow: none !important;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d2bf43+0,af902f+100 */
  background: #d51f3a;
  /* Old browsers */
}
body.home .section-5 p a:hover {
  opacity: .8;
}
body.home .section-5 .right p {
  width: 100%;
}
body.home .section-5 .right p a {
  margin-top: 20px;
}
body.home .section-6 {
  margin: 0px;
  padding: 30px 0 45px;
}
body.home .section-6 h2 {
  color: #ffffff;
  font-size: 25px;
  font-weight: 500;
  width: 90%;
  margin-bottom: 25px;
}
body.home .section-6 h2 img {
  float: left;
  margin: -2px 5px 0px 0px;
}
body.home .section-6 p {
  color: #ffffff;
  font-weight: 200;
  line-height: 1.5em;
  margin: 0px;
  width: 85%;
}
body.home .section-6 p a {
  color: #ffffff;
  font-weight: normal;
}
body.home .section-6 p em {
  display: inline-block !important;
  color: #a8a8a8;
  font-size: 14px !important;
  line-height: 1.3em;
  margin-top: 30px !important;
  width: 100%;
}
body.home .section-6 p .btn {
  width: 304px;
  font-weight: 200;
  display: inline-block;
  padding: 14px 28px;
  float: left;
  line-height: 1em;
  margin: 35px 182px 0px 0px;
  color: #ffffff;
  font-size: 20px;
  text-shadow: none !important;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d2bf43+0,af902f+100 */
  background: #d51f3a;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
}
body.home .second-footer-container {
  display: none;
}
/* Error 404
* ----------------------------------- */
body.error404 .section-1 {
  padding: 50px 0 100px;
}
body.error404 .section-1 h1 {
  font-size: 150px;
  font-weight: 300;
  color: #404041;
  text-align: center;
  margin: 0;
}
body.error404 .section-1 p {
  text-align: center;
}
body.error404 .section-1 p a {
  color: #fff;
  padding: 10px 20px;
  margin: 25px 0 0;
  display: inline-block;
  background: #ceb941 none repeat scroll 0% 0%;
  border: 1px solid #ceb941;
  transition: all 0.2s ease-in-out 0s;
}
body.error404 .section-1 p a:hover {
  color: #ceb941;
  background: #FFF none repeat scroll 0% 0%;
  border: 1px solid #ceb941;
}
/* About Page
* ----------------------------------- */
body.page.page-id-14 .section-1 {
  margin: 0px;
  padding: 127px 0 138px;
}
body.page.page-id-14 .section-1 h1 {
  color: #ffffff;
  font-size: 60px;
  font-weight: 500;
  margin: 0px 0px 24px;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.75);
}
body.page.page-id-14 .section-1 p {
  color: #ffffff;
  margin: 0px;
  font-size: 20px;
  font-weight: 200;
  width: 45%;
  line-height: 1.4em;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.75);
}
body.page.page-id-14 .section-2 {
  margin: 0px;
  padding: 40px 0 41px;
}
body.page.page-id-14 .section-2 h2 {
  color: #3a3b3d;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.5em;
}
body.page.page-id-14 .section-2 p {
  color: #3a3b3d;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
}
body.page.page-id-14 .section-2 p strong {
  color: #d51f3a;
  font-weight: 600;
}
body.page.page-id-14 .section-2 p em {
  font-style: normal;
  font-weight: 600;
}
body.page.page-id-14 .section-2 .left {
  float: left;
}
body.page.page-id-14 .section-2 .left p {
  width: 95%;
}
body.page.page-id-14 .section-2 .right {
  float: right;
  width: 47%;
}
body.page.page-id-14 .section-2 .right p {
  margin-bottom: 25px !important;
}
/* Careers Page
* ----------------------------------- */
body.page.page-id-22 .section-1 {
  margin: 0px;
  padding: 127px 0 138px;
}
body.page.page-id-22 .section-1 h1 {
  color: #ffffff;
  font-size: 60px;
  font-weight: 500;
  margin: 0px 0px 24px;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.75);
}
body.page.page-id-22 .section-1 p {
  color: #ffffff;
  margin: 0px;
  font-size: 20px;
  font-weight: 200;
  width: 45%;
  line-height: 1.4em;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.75);
}
body.page.page-id-22 .section-2 {
  margin: 0px;
  padding: 40px 0 75px;
}
body.page.page-id-22 .section-2 h2 {
  color: #3a3b3d;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.5em;
}
body.page.page-id-22 .section-2 p {
  color: #3a3b3d;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
}
body.page.page-id-22 .section-2 p a {
  color: #3a3b3d;
  font-weight: 600;
}
body.page.page-id-22 .section-3 {
  margin: 0px;
  padding: 40px 0px;
}
body.page.page-id-22 .section-3 h2 {
  color: #d51f3a;
  margin-top: 20px !important;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.5em;
  margin-bottom: 5px;
}
body.page.page-id-22 .section-3 p {
  color: #3a3b3d;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
  margin-top: 0px;
}
body.page.page-id-22 .section-3 #gform_1 .validation_error {
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  margin-bottom: 10px;
}
body.page.page-id-22 .section-3 #gform_1 .gform_body ul .gfield.gfield_error {
  width: 100%;
  font-family: 'Roboto', sans-serif;
}
body.page.page-id-22 .section-3 #gform_1 .gform_body ul .gfield.gfield_error .gfield_description.validation_message {
  font-family: 'Roboto', sans-serif;
  margin-top: -20px;
  margin-left: 10px;
}
body.page.page-id-22 .section-3 #gform_1 .gform_body ul #field_1_1 .gfield_label:before {
  content: "Q1. ";
}
body.page.page-id-22 .section-3 #gform_1 .gform_body ul #field_1_2 .gfield_label:before {
  content: "Q2. ";
}
body.page.page-id-22 .section-3 #gform_1 .gform_body ul #field_1_3 .gfield_label:before {
  content: "Q3. ";
}
body.page.page-id-22 .section-3 #gform_1 .gform_body ul #field_1_4 .gfield_label:before {
  content: "Q4. ";
}
body.page.page-id-22 .section-3 #gform_1 .gform_body ul #field_1_5 .gfield_label:before {
  content: "Q5. ";
}
body.page.page-id-22 .section-3 #gform_1 .gform_body ul #field_1_6 .gfield_label:before {
  content: "Q6. ";
}
body.page.page-id-22 .section-3 #gform_1 .gform_body ul #field_1_7 .gfield_label:before {
  content: "Q7. ";
}
body.page.page-id-22 .section-3 #gform_1 .gform_body ul #field_1_8 .gfield_label:before {
  content: "Q8. ";
}
body.page.page-id-22 .section-3 #gform_1 .gform_body ul #field_1_9 .gfield_label:before {
  content: "Q9. ";
}
body.page.page-id-22 .section-3 #gform_1 .gform_body ul #field_1_10 .gfield_label:before {
  content: "Q10. ";
}
body.page.page-id-22 .section-3 #gform_1 .gform_body ul #field_1_11 .gfield_label:before {
  content: "Q11. ";
}
body.page.page-id-22 .section-3 #gform_1 .gform_body ul #field_1_12 .gfield_label:before {
  content: "Q12. ";
}
body.page.page-id-22 .section-3 #gform_1 .gform_body ul #field_1_13 .gfield_label:before {
  content: "Q13. ";
}
body.page.page-id-22 .section-3 #gform_1 .gform_body ul li {
  margin-right: 0px;
  display: block;
  clear: both;
}
body.page.page-id-22 .section-3 #gform_1 .gform_body ul li .gfield_label:before {
  font-weight: 600;
}
body.page.page-id-22 .section-3 #gform_1 .gform_body ul li label {
  color: #3a3b3d;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
  font-family: 'Roboto', sans-serif;
  display: inline-block;
  margin: 0px 10px !important;
}
body.page.page-id-22 .section-3 #gform_1 .gform_body ul li .gfield_label {
  display: block !important;
  margin: 0px !important;
}
body.page.page-id-22 .section-3 #gform_1 .gform_body ul li .ginput_container.ginput_container_radio {
  display: block;
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ffffff;
}
body.page.page-id-22 .section-3 #gform_1 .gform_body ul li .ginput_container.ginput_container_radio ul li {
  float: left;
  display: inline-block;
  border-bottom: 0 !important;
  clear: none;
  height: auto;
  padding-bottom: 0px;
}
body.page.page-id-22 .section-3 #gform_1 .gform_body ul li .ginput_container.ginput_container_radio ul li input {
  margin-top: 2px;
}
body.page.page-id-22 .section-3 #gform_1 .gform_body ul li .ginput_container.ginput_container_radio ul li label {
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}
body.page.page-id-22 .section-3 #gform_1 .gform_footer.top_label {
  margin-top: 0px;
  padding: 0px;
}
body.page.page-id-22 .section-3 #gform_1 .gform_footer.top_label #gform_submit_button_1 {
  background: #d51f3a;
  border: medium none !important;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  float: left;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 200;
  height: 48px;
  line-height: 1em;
  margin-top: 15px;
  padding: 13px 0;
  text-indent: 0;
  text-shadow: none !important;
  width: 196px;
}
body.page.page-id-22 .section-3 #gform_1 .gform_footer.top_label #gform_submit_button_1:hover {
  opacity: .8;
}
/* Online Induction Page
* ----------------------------------- */
body.page.page-id-471 .section-1 {
  margin: 0px;
  padding: 127px 0 138px;
}
body.page.page-id-471 .section-1 h1 {
  color: #ffffff;
  font-size: 60px;
  font-weight: 500;
  margin: 0px 0px 24px;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.75);
}
body.page.page-id-471 .section-1 p {
  color: #ffffff;
  margin: 0px;
  font-size: 20px;
  font-weight: 200;
  width: 45%;
  line-height: 1.4em;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.75);
}
body.page.page-id-471 .section-2 {
  margin: 0px;
  padding: 40px 0 75px;
}
body.page.page-id-471 .section-2 h2 {
  color: #3a3b3d;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.5em;
}
body.page.page-id-471 .section-2 p {
  color: #3a3b3d;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
}
body.page.page-id-471 .section-2 p a {
  color: #3a3b3d;
  font-weight: 600;
}
body.page.page-id-471 .section-3 {
  margin: 0px;
  padding: 40px 0px;
}
body.page.page-id-471 .section-3 h2 {
  color: #d51f3a;
  margin-top: 20px !important;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.5em;
  margin-bottom: 5px;
}
body.page.page-id-471 .section-3 p {
  color: #3a3b3d;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
  margin-top: 0px;
}
body.page.page-id-471 .section-3 .gform_confirmation_message_3.gform_confirmation_message {
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  margin-bottom: 10px;
}
body.page.page-id-471 .section-3 #gform_6 .validation_error {
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  margin-bottom: 10px;
}
body.page.page-id-471 .section-3 #gform_6 .gf_page_steps {
  border: 0 !important;
}
body.page.page-id-471 .section-3 #gform_6 .gf_step .gf_step_number {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #ccc;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
body.page.page-id-471 .section-3 #gform_6 .gf_step.gf_step_active .gf_step_number {
  background: #d51f3a !important;
  color: #fff;
}
body.page.page-id-471 .section-3 #gform_6 .gform_body ul .gfield.gfield_error {
  width: 100%;
  font-family: 'Roboto', sans-serif;
}
body.page.page-id-471 .section-3 #gform_6 .gform_body ul .gfield.gfield_error .gfield_description.validation_message {
  font-family: 'Roboto', sans-serif;
  margin-top: -20px;
  margin-left: 10px;
}
body.page.page-id-471 .section-3 #gform_6 .gform_body ul li {
  margin-right: 0px;
  clear: both;
}
body.page.page-id-471 .section-3 #gform_6 .gform_body ul li .gfield_radio {
  overflow: visible !important;
}
body.page.page-id-471 .section-3 #gform_6 .gform_body ul li .gfield_radio li {
  overflow: visible !important;
}
body.page.page-id-471 .section-3 #gform_6 .gform_body ul li#field_3_22 {
  border-bottom: 1px solid #fff;
  padding: 0 0 20px 0;
}
body.page.page-id-471 .section-3 #gform_6 .gform_body ul li#field_3_25 .gfield_required,
body.page.page-id-471 .section-3 #gform_6 .gform_body ul li#field_3_28 .gfield_required,
body.page.page-id-471 .section-3 #gform_6 .gform_body ul li#field_3_31 .gfield_required {
  display: none;
}
body.page.page-id-471 .section-3 #gform_6 .gform_body ul li#field_3_25 .gfield_checkbox,
body.page.page-id-471 .section-3 #gform_6 .gform_body ul li#field_3_28 .gfield_checkbox,
body.page.page-id-471 .section-3 #gform_6 .gform_body ul li#field_3_31 .gfield_checkbox {
  padding: 0 0 30px 0;
}
body.page.page-id-471 .section-3 #gform_6 .gform_body ul li.gf_list_inline .gfield_label {
  width: 40% !important;
}
body.page.page-id-471 .section-3 #gform_6 .gform_body ul li.gf_list_inline .ginput_container_radio {
  padding: 0 0 30px 0!important;
}
body.page.page-id-471 .section-3 #gform_6 .gform_body ul li.gf_block .gfield_label {
  width: 100% !important;
}
body.page.page-id-471 .section-3 #gform_6 .gform_body ul li.gf_block .ginput_container_radio .gfield_radio {
  margin: 20px 0 0 0;
}
body.page.page-id-471 .section-3 #gform_6 .gform_body ul li.gf_block .ginput_container_radio .gfield_radio li {
  margin: 0 0 10px 0;
}
body.page.page-id-471 .section-3 #gform_6 .gform_body ul li.gf_block .gfield_checkbox {
  padding: 0 0 30px 0;
}
body.page.page-id-471 .section-3 #gform_6 .gform_body ul li.gf_block .gfield_checkbox li {
  margin: 0 !important;
}
body.page.page-id-471 .section-3 #gform_6 .gform_body ul li .ginput_container_radio {
  padding: 0 0 30px 0!important;
}
body.page.page-id-471 .section-3 #gform_6 .gform_body ul li.gfield_html img {
  display: block;
  margin: 20px auto;
}
body.page.page-id-471 .section-3 #gform_6 .gform_body ul li label {
  color: #3a3b3d;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
  font-family: 'Roboto', sans-serif;
  display: inline-block;
  margin: 0px 10px !important;
}
body.page.page-id-471 .section-3 #gform_6 .gform_body ul li .gfield_label {
  display: inline-block;
  margin: 8px 0 0 !important;
}
body.page.page-id-471 .section-3 #gform_6 .gform_body ul li .ginput_container.ginput_container_fileupload input[type="file"] {
  margin: 15px 0;
  font-size: 14px;
}
body.page.page-id-471 .section-3 #gform_6 .gform_body ul li .ginput_container {
  display: block;
  width: 100%;
  border-bottom: 1px solid #ffffff;
}
body.page.page-id-471 .section-3 #gform_6 .gform_body ul li .ginput_container input[type="text"],
body.page.page-id-471 .section-3 #gform_6 .gform_body ul li .ginput_container input[type="email"] {
  border: 1px solid #dddddd;
  border-radius: 0 !important;
  color: #3a3b3d;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 300;
  height: 38px;
  margin: 0 0 20px;
  padding: 0;
  text-indent: 15px;
  width: 32%;
}
body.page.page-id-471 .section-3 #gform_6 .gform_body ul li .ginput_container.ginput_container_select {
  width: 32%;
  position: relative;
  display: inline-block;
}
body.page.page-id-471 .section-3 #gform_6 .gform_body ul li .ginput_container.ginput_container_select:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #000000 transparent transparent transparent;
  position: absolute;
  right: 10px;
  top: 17px;
}
body.page.page-id-471 .section-3 #gform_6 .gform_body ul li .ginput_container.ginput_container_select select {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  background-color: #fff;
  font-size: 14px;
  height: 38px;
  border: 1px solid #ddd;
  -webkit-appearance: none;
  appearance: none;
  outline: 0;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  padding: 0 15px;
  position: relative;
  width: 100%;
}
body.page.page-id-471 .section-3 #gform_6 .gform_body ul li .ginput_container label {
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}
body.page.page-id-471 .section-3 #gform_6 .gform_body ul li .ginput_container .gfield_list {
  margin-top: -8px;
  width: 70%;
}
body.page.page-id-471 .section-3 #gform_6 .gform_body ul li .ginput_container .gfield_list thead tr th {
  color: #3a3b3d;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5em;
  font-family: 'Roboto', sans-serif;
  margin: 0px 10px !important;
}
body.page.page-id-471 .section-3 #gform_6 .gform_body ul li .ginput_container .gfield_list thead tr th:nth-child(2) {
  padding: 0 0 0 18px;
}
body.page.page-id-471 .section-3 #gform_6 .gform_body ul li .ginput_container .gfield_list tbody tr td input {
  width: 97.5% !important;
}
body.page.page-id-471 .section-3 #gform_6 .gform_body ul #field_3_11 .ginput_container_list,
body.page.page-id-471 .section-3 #gform_6 .gform_body ul #field_3_12 .ginput_container_list,
body.page.page-id-471 .section-3 #gform_6 .gform_body ul #field_3_21 .ginput_container_list,
body.page.page-id-471 .section-3 #gform_6 .gform_body ul #field_3_13 .ginput_container_list {
  border: 0 !important;
}
body.page.page-id-471 .section-3 #gform_6 .gform_body ul #field_3_16 .gfield_label,
body.page.page-id-471 .section-3 #gform_6 .gform_body ul #field_3_15 .gfield_label,
body.page.page-id-471 .section-3 #gform_6 .gform_body ul #field_3_21 .gfield_label {
  margin-left: 29% !important;
  font-size: 14px;
}
body.page.page-id-471 .section-3 #gform_6 .gform_body ul #field_3_16 input,
body.page.page-id-471 .section-3 #gform_6 .gform_body ul #field_3_15 input,
body.page.page-id-471 .section-3 #gform_6 .gform_body ul #field_3_21 input {
  margin-left: 58px;
  width: 365px;
}
body.page.page-id-471 .section-3 #gform_6 .gform_body ul #choice_3_25_1 .gfield_label {
  width: 0% !important;
}
body.page.page-id-471 .section-3 #gform_6 .gform_page_footer {
  border: 0 !important;
}
body.page.page-id-471 .section-3 #gform_6 .gform_footer.left_label {
  margin-top: 0px;
  padding: 0px;
  margin-left: 0px;
}
body.page.page-id-471 .section-3 #gform_6 .gform_footer.left_label #gform_submit_button_2 {
  background: #d51f3a;
  border: medium none !important;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  float: left;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 200;
  height: 48px;
  line-height: 1em;
  margin-top: 15px;
  padding: 13px 0;
  text-indent: 0;
  text-shadow: none !important;
  width: 196px;
}
body.page.page-id-471 .section-3 #gform_6 .gform_footer.left_label #gform_submit_button_2:hover {
  opacity: .8;
}
body.page.page-id-471 .gform_wrapper ul li.gfield {
  padding: 5px 0px;
}
body.page.page-id-471 .gform_wrapper ul.gform_fields:not(.top_label) .gfield_label {
  margin: 0 !important;
}
body.page.page-id-471 .section-3 #gform_6 .gform_body ul li .ginput_container .gfield_list thead tr th {
  color: #3a3b3d;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5em;
  font-family: 'Roboto', sans-serif;
  margin: 0px 10px !important;
}
body.page.page-id-471 .gform_wrapper form ul.gform_fields:not(.top_label) li.gfield_html_formatted {
  margin-left: 0px !important;
  width: 100% !important;
}
body.page.page-id-471 .gform_wrapper form ul.gform_fields:not(.top_label) li.gfield_html_formatted .risks {
  display: table;
  margin: 0 -10px;
}
body.page.page-id-471 .gform_wrapper form ul.gform_fields:not(.top_label) li.gfield_html_formatted .risks .risk-level-wrap {
  display: table-cell;
  width: 25%;
  padding: 0 10px;
}
body.page.page-id-471 .gform_wrapper form ul.gform_fields:not(.top_label) li.gfield_html_formatted .risks .risk-level-wrap .risk-level {
  text-align: center;
  background: #d4d9eb;
  padding: 25px;
  min-height: 279px;
  border-bottom: 2px solid #4674c1;
}
body.page.page-id-471 .gform_wrapper form ul.gform_fields:not(.top_label) li.gfield_html_formatted .risks .risk-level-wrap .risk-level .risk-icon {
  background: #547ec8;
  color: #fff;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 100%;
  display: block;
  margin: 0 auto 20px auto;
  font-size: 30px;
}
body.page.page-id-471 .gform_wrapper form ul.gform_fields:not(.top_label) li.gfield_html_formatted .risks .risk-level-wrap .risk-level p {
  font-weight: bold;
  font-size: 18px;
}
body.page.page-id-471 .section-3 #gform_6 .gform_footer.left_label #gform_submit_button_3 {
  background: #d51f3a;
  border: medium none !important;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  float: left;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 200;
  height: 48px;
  line-height: 1em;
  margin-top: 15px;
  padding: 13px 0;
  text-indent: 0;
  text-shadow: none !important;
  width: 196px;
}
body.page.page-id-471 .gform_wrapper.gf_browser_gecko select {
  text-indent: 5px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Roboto", sans-serif;
  width: 245px;
  color: #000;
  height: 44px;
  background-image: url("https://networkfm.com.au/wp-content/themes/canvas-child/less/../images/gold-crest-dropdown.png");
  background-size: 14px 10px;
  background-repeat: no-repeat;
  background-position: 96% center;
  border: 1px solid #ddd;
  font-weight: 300;
}
body.page.page-id-471 .gform_wrapper .gform_page_footer .button.gform_next_button {
  background: #d51f3a;
  border: medium none !important;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 200;
  height: 48px;
  line-height: 1em;
  margin-top: 15px;
  padding: 13px 0;
  text-indent: 0;
  text-shadow: none !important;
  width: 196px;
  position: absolute;
  right: -10px;
}
body.page.page-id-471 .form_saved_message_emailform input[type="submit"] {
  background: #d51f3a;
  border: medium none !important;
  color: #ffffff;
  cursor: pointer;
  display: block;
  margin: 0 auto;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 200;
  height: 48px;
  line-height: 1em;
  margin-top: 15px;
  padding: 13px 0;
  text-indent: 0;
  text-shadow: none !important;
  width: 196px;
}
body.page.page-id-471 .form_saved_message {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  background: #e2e2e2;
  border: 1px solid #d51f3a;
}
body.page.page-id-471 .form_saved_message a {
  text-decoration: underline;
}
body.page.page-id-471 .form_saved_message_emailform input[name="gform_resume_email"] {
  font-size: 14px;
  height: 40px;
  width: 196px;
  padding: 15px 0;
}
#gform_6 .gform_page_footer {
  padding: 16px 0 0 0!important;
  margin: 14px 0 60px 0;
  position: relative;
}
#gform_6 .gform_page_footer:before,
#gform-3 .gform_page_footer:after {
  content: " ";
  display: table;
}
#gform_6 .gform_page_footer:after {
  clear: both;
}
.gform_wrapper .gform_page_footer .button.gform_previous_button,
.gform_wrapper .gform_page_footer input[type=submit] {
  background: #d51f3a;
  border: medium none !important;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  float: right;
  font-family: "Roboto", sans-serif;
  font-size: 20px !important;
  font-weight: 200;
  height: 48px;
  line-height: 1em;
  padding: 13px 0;
  margin: 15px 0 0 15px!important;
  text-indent: 0;
  text-shadow: none !important;
  width: 196px !important;
  position: absolute;
  right: 220px;
}
.gform_wrapper .gform_page_footer input[type=submit] {
  right: 0 !important;
}
body.page.page-id-471 .gform_wrapper .gform_page_footer a.gform_save_link {
  background: #555;
  border: medium none !important;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  float: left;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 200;
  height: 48px;
  line-height: 1em;
  margin: 15px 0 0 0;
  padding: 13px 0;
  text-indent: 0;
  text-shadow: none !important;
  width: 250px;
  position: absolute;
  left: 0;
}
body.page.page-id-471 .form-content {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
body.page.page-id-471 .form-content h1 {
  font-size: 27px;
  font-weight: 400;
  color: #000;
  margin-bottom: 20px;
}
body.page.page-id-471 .form-content h1 strong {
  color: #d51f3a;
  font-weight: 400;
}
body.page.page-id-471 .form-content h2 {
  font-size: 21px;
}
body.page.page-id-471 .form-content h3 {
  border-top: 1px solid #fff;
  padding-top: 20px;
}
body.page-page-id-471 #label_3_25_1 {
  width: 0% !important;
}
body.page.page-id-471 .section-3 #gform_6 .gform_body ul li .ginput_container input[type=checkbox] {
  margin: 0 !important;
}
body.page.page-id-471 .section-3 #gform_6 .gform_body ul li .ginput_container input[type=radio] {
  margin: 0 !important;
}
.gform_wrapper li.gf_list_inline ul.gfield_radio li {
  margin-right: 30px !important;
}
body.page.page-id-471 ul.gfield_radio,
body.page.page-id-471 ul.gfield_checkbox {
  overflow: visible !important;
}
body.page.page-id-471 ul.gfield_radio li {
  margin-bottom: 0 !important;
}
body.page.page-id-471 #main-sidebar-container .post-password-form {
  text-align: center;
  max-width: 1140px;
  background: #fafafa;
  border: 1px solid #ddd;
  padding: 80px 0;
  margin: 50px auto;
}
body.page.page-id-471 .first-footer-container,
.second-footer-container {
  display: none;
}
/* Application Process Page
* ----------------------------------- */
body.page.page-id-258 .section-1,
body.page.page-id-261 .section-1 {
  margin: 0px;
  padding: 100px 0px;
}
body.page.page-id-258 .section-1 h1,
body.page.page-id-261 .section-1 h1 {
  color: #3a3b3d;
  font-size: 60px;
  font-weight: 500;
  margin: 0px 0px 24px;
}
body.page.page-id-258 .section-1 p,
body.page.page-id-261 .section-1 p {
  color: #3a3b3d;
  margin: 0px;
  font-size: 20px;
  font-weight: normal;
  width: 100%;
  line-height: 1.4em;
}
body.page.page-id-258 .section-2,
body.page.page-id-261 .section-2 {
  margin: 0px;
  padding: 40px 0px;
}
body.page.page-id-258 .section-2 h2,
body.page.page-id-261 .section-2 h2 {
  color: #d51f3a;
  margin-top: 20px !important;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.5em;
  margin-bottom: 5px;
}
body.page.page-id-258 .section-2 p,
body.page.page-id-261 .section-2 p {
  color: #3a3b3d;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
  margin-top: 0px;
}
body.page.page-id-258 .section-2 .gform_confirmation_message_2.gform_confirmation_message,
body.page.page-id-261 .section-2 .gform_confirmation_message_2.gform_confirmation_message {
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  margin-bottom: 10px;
}
body.page.page-id-258 .section-2 #gform_2 .validation_error,
body.page.page-id-261 .section-2 #gform_2 .validation_error {
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  margin-bottom: 10px;
}
body.page.page-id-258 .section-2 #gform_2 .gform_body ul .gfield.gfield_error,
body.page.page-id-261 .section-2 #gform_2 .gform_body ul .gfield.gfield_error {
  width: 100%;
  font-family: 'Roboto', sans-serif;
}
body.page.page-id-258 .section-2 #gform_2 .gform_body ul .gfield.gfield_error .gfield_description.validation_message,
body.page.page-id-261 .section-2 #gform_2 .gform_body ul .gfield.gfield_error .gfield_description.validation_message {
  font-family: 'Roboto', sans-serif;
  margin-top: -20px;
  margin-left: 10px;
}
body.page.page-id-258 .section-2 #gform_2 .gform_body ul li,
body.page.page-id-261 .section-2 #gform_2 .gform_body ul li {
  margin-right: 0px;
  display: block;
  clear: both;
}
body.page.page-id-258 .section-2 #gform_2 .gform_body ul li label,
body.page.page-id-261 .section-2 #gform_2 .gform_body ul li label {
  color: #3a3b3d;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
  font-family: 'Roboto', sans-serif;
  display: inline-block;
  margin: 0px 10px !important;
}
body.page.page-id-258 .section-2 #gform_2 .gform_body ul li .gfield_label,
body.page.page-id-261 .section-2 #gform_2 .gform_body ul li .gfield_label {
  display: block !important;
  margin: 8px 0 0 !important;
}
body.page.page-id-258 .section-2 #gform_2 .gform_body ul li .ginput_container.ginput_container_fileupload input,
body.page.page-id-261 .section-2 #gform_2 .gform_body ul li .ginput_container.ginput_container_fileupload input {
  background-color: #ffffff;
  font-size: 14px;
  text-indent: 0px;
}
body.page.page-id-258 .section-2 #gform_2 .gform_body ul li .ginput_container,
body.page.page-id-261 .section-2 #gform_2 .gform_body ul li .ginput_container {
  display: block;
  width: 100%;
  height: 60px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ffffff;
}
body.page.page-id-258 .section-2 #gform_2 .gform_body ul li .ginput_container input,
body.page.page-id-261 .section-2 #gform_2 .gform_body ul li .ginput_container input {
  border: 1px solid #dddddd;
  border-radius: 0 !important;
  color: #3a3b3d;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 300;
  height: 38px;
  margin: 0 0 12px;
  padding: 0;
  text-indent: 15px;
  width: 33%;
}
body.page.page-id-258 .section-2 #gform_2 .gform_body ul li .ginput_container label,
body.page.page-id-261 .section-2 #gform_2 .gform_body ul li .ginput_container label {
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}
body.page.page-id-258 .section-2 #gform_2 .gform_body ul li .ginput_container .gfield_list,
body.page.page-id-261 .section-2 #gform_2 .gform_body ul li .ginput_container .gfield_list {
  margin-top: -8px;
  width: 70%;
}
body.page.page-id-258 .section-2 #gform_2 .gform_body ul li .ginput_container .gfield_list thead tr th,
body.page.page-id-261 .section-2 #gform_2 .gform_body ul li .ginput_container .gfield_list thead tr th {
  color: #3a3b3d;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5em;
  font-family: 'Roboto', sans-serif;
  margin: 0px 10px !important;
}
body.page.page-id-258 .section-2 #gform_2 .gform_body ul li .ginput_container .gfield_list tbody tr td input,
body.page.page-id-261 .section-2 #gform_2 .gform_body ul li .ginput_container .gfield_list tbody tr td input {
  width: 97.5% !important;
}
body.page.page-id-258 .section-2 #gform_2 .gform_body ul #field_2_11 .ginput_container,
body.page.page-id-261 .section-2 #gform_2 .gform_body ul #field_2_11 .ginput_container,
body.page.page-id-258 .section-2 #gform_2 .gform_body ul #field_2_12 .ginput_container,
body.page.page-id-261 .section-2 #gform_2 .gform_body ul #field_2_12 .ginput_container {
  border-bottom: 0px solid #ffffff;
  height: 60px !important;
}
body.page.page-id-258 .section-2 #gform_2 .gform_body ul #field_2_16 .gfield_label,
body.page.page-id-261 .section-2 #gform_2 .gform_body ul #field_2_16 .gfield_label,
body.page.page-id-258 .section-2 #gform_2 .gform_body ul #field_2_15 .gfield_label,
body.page.page-id-261 .section-2 #gform_2 .gform_body ul #field_2_15 .gfield_label {
  margin-left: 29% !important;
  font-size: 14px;
}
body.page.page-id-258 .section-2 #gform_2 .gform_body ul #field_2_16 input,
body.page.page-id-261 .section-2 #gform_2 .gform_body ul #field_2_16 input,
body.page.page-id-258 .section-2 #gform_2 .gform_body ul #field_2_15 input,
body.page.page-id-261 .section-2 #gform_2 .gform_body ul #field_2_15 input {
  margin-left: 58px;
  width: 365px;
}
body.page.page-id-258 .section-2 #gform_2 .gform_body ul #field_2_11 .ginput_container,
body.page.page-id-261 .section-2 #gform_2 .gform_body ul #field_2_11 .ginput_container,
body.page.page-id-258 .section-2 #gform_2 .gform_body ul #field_2_12 .ginput_container,
body.page.page-id-261 .section-2 #gform_2 .gform_body ul #field_2_12 .ginput_container,
body.page.page-id-258 .section-2 #gform_2 .gform_body ul #field_2_13 .ginput_container,
body.page.page-id-261 .section-2 #gform_2 .gform_body ul #field_2_13 .ginput_container,
body.page.page-id-258 .section-2 #gform_2 .gform_body ul #field_2_14 .ginput_container,
body.page.page-id-261 .section-2 #gform_2 .gform_body ul #field_2_14 .ginput_container {
  height: 90px;
}
body.page.page-id-258 .section-2 #gform_2 .gform_footer.left_label,
body.page.page-id-261 .section-2 #gform_2 .gform_footer.left_label {
  margin-top: 0px;
  padding: 0px;
  margin-left: 0px;
}
body.page.page-id-258 .section-2 #gform_2 .gform_footer.left_label #gform_submit_button_2,
body.page.page-id-261 .section-2 #gform_2 .gform_footer.left_label #gform_submit_button_2 {
  background: #d51f3a;
  border: medium none !important;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  float: left;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 200;
  height: 48px;
  line-height: 1em;
  margin-top: 15px;
  padding: 13px 0;
  text-indent: 0;
  text-shadow: none !important;
  width: 196px;
}
body.page.page-id-258 .section-2 #gform_2 .gform_footer.left_label #gform_submit_button_2:hover,
body.page.page-id-261 .section-2 #gform_2 .gform_footer.left_label #gform_submit_button_2:hover {
  opacity: .8;
}
/* Contact Page
* ----------------------------------- */
body.page.page-id-24 .section-1 {
  margin: 0px;
  padding: 150px 0 123px;
}
body.page.page-id-24 .section-1 h1 {
  color: #ffffff;
  font-size: 60px;
  font-weight: 500;
  margin: 0px 0px 17px;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.75);
}
body.page.page-id-24 .section-1 p {
  color: #ffffff;
  margin: 0px;
  font-size: 20px;
  font-weight: 200;
  width: 45%;
  line-height: 1.4em;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.75);
}
body.page.page-id-24 .section-1 h2 {
  margin: 19px 0px;
  color: #ffffff;
  font-size: 30px;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.75);
}
body.page.page-id-24 .section-1 h2 img {
  width: 19px;
  height: 22px;
  margin: 0 10px 0 0;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.75);
}
body.page.page-id-24 .section-1 h2 a {
  color: #ffffff;
}
body.page.page-id-24 .section-2 {
  margin: 0px;
  padding: 30px 0 41px;
}
body.page.page-id-24 .section-2 h2 {
  color: #3a3b3d;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.5em;
  margin-bottom: 26px;
}
body.page.page-id-24 .section-2 p {
  color: #3a3b3d;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
  margin: 0 0 12px !important;
}
body.page.page-id-24 .section-2 p strong {
  color: #d51f3a;
  font-weight: 600;
}
body.page.page-id-24 .section-2 p em {
  font-style: normal;
  font-weight: 600;
}
body.page.page-id-24 .section-2 p a {
  color: #3a3b3d;
}
body.page.page-id-24 .section-2 p img {
  margin-right: 13px;
}
body.page.page-id-24 .section-2 .left {
  float: left;
}
body.page.page-id-24 .section-2 .left p {
  width: 95%;
}
body.page.page-id-24 .section-2 .right {
  float: right;
  width: 47%;
}
body.page.page-id-24 .section-2 .right h2 {
  color: #d51f3a;
  white-space: nowrap;
  margin-bottom: 20px !important;
}
body.page.page-id-24 .section-2 .right p {
  margin-bottom: 22px !important;
}
body.page.page-id-24 .section-2 .right .wpb_text_column.wpb_content_element {
  margin-bottom: 0px !important;
}
body.page.page-id-24 .section-2 .right .wpcf7 input,
body.page.page-id-24 .section-2 .right .wpcf7 select {
  text-indent: 15px;
  padding: 0px;
  margin: 0 0 12px;
  width: 98.5%;
  border: 3px solid #dddddd;
  background-color: #f6f6f6;
  display: inline-block;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #3a3b3d;
  height: 38px;
  border-radius: 0px !important;
}
body.page.page-id-24 .section-2 .right .wpcf7 .wpcf7-not-valid-tip {
  display: none !important;
}
body.page.page-id-24 .section-2 .right .wpcf7 select {
  text-indent: 5px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 245px;
  color: #9E9E9F;
  height: 44px;
}
body.page.page-id-24 .section-2 .right .wpcf7 select option {
  padding: 5px 15px;
}
body.page.page-id-24 .section-2 .right .wpcf7 select {
  background-image: url("https://networkfm.com.au/wp-content/themes/canvas-child/less/../images/gold-crest-dropdown.png");
  background-size: 14px 10px;
  background-repeat: no-repeat;
  background-position: 96% center;
}
body.page.page-id-24 .section-2 .right .wpcf7 .wpcf7-form-control.wpcf7-submit {
  border: none !important;
  text-indent: 0px;
  display: inline-block;
  padding: 13px 0px;
  float: left;
  height: 48px;
  font-family: 'Roboto', sans-serif;
  font-weight: 200;
  line-height: 1em;
  margin-top: 15px;
  color: #ffffff;
  width: 196px;
  font-size: 20px;
  text-shadow: none !important;
  cursor: pointer;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d2bf43+0,af902f+100 */
  background: #d51f3a;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
}
body.page.page-id-24 .section-2 .right .wpcf7 .wpcf7-form-control.wpcf7-submit:hover {
  opacity: .8;
}
body.page.page-id-24 .section-2 .right .wpcf7 .wpcf7-form-control.wpcf7-captchar.wpcf7-not-valid,
body.page.page-id-24 .section-2 .right .wpcf7 .wpcf7-form-control.wpcf7-select.wpcf7-not-valid,
body.page.page-id-24 .section-2 .right .wpcf7 .wpcf7-form-control.wpcf7-not-valid {
  border: 3px solid #ff0000 !important;
}
body.page.page-id-24 .section-2 .right .wpcf7 .contact-left {
  float: left;
  width: 48%;
}
body.page.page-id-24 .section-2 .right .wpcf7 .contact-right {
  float: right;
  width: 48%;
}
body.page.page-id-24 .section-2 .right .wpcf7 .contact-clear {
  clear: both;
}
body.page.page-id-24 .section-2 .right .wpcf7 .contact-clear textarea {
  width: 99.5%;
  resize: none;
  padding: 15px 0px;
  text-indent: 15px;
  border: 3px solid #dddddd;
  background-color: #f6f6f6;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #3a3b3d;
  margin: 0px;
  height: 112px;
}
body.page.page-id-24 .section-2 .right .wpcf7 .contact-clear textarea::-webkit-input-placeholder {
  padding: 0px 15px;
}
body.page.page-id-24 .section-2 .right .wpcf7 .contact-clear textarea:-moz-placeholder {
  /* Firefox 18- */
  padding: 0px 15px;
}
body.page.page-id-24 .section-2 .right .wpcf7 .contact-clear textarea::-moz-placeholder {
  /* Firefox 19+ */
  padding: 0px 15px;
}
body.page.page-id-24 .section-2 .right .wpcf7 .contact-clear textarea:-ms-input-placeholder {
  padding: 0px 15px;
}
body.page.page-id-24 .section-2 .right .wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
  clear: both;
  background-color: #398f14;
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  display: block;
  font-size: 14px;
  line-height: 1.5em;
  margin: 15px 0 0;
  padding: 12px 0 8px;
  text-align: center;
}
body.page.page-id-24 .section-2 .right .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
  clear: both;
  background-color: #f7e700;
  color: #3a3b3d;
  font-family: 'Roboto', sans-serif;
  display: block;
  font-size: 14px;
  line-height: 1.5em;
  margin: 15px 0 0;
  padding: 12px 0 8px;
  text-align: center;
}
body.page.page-id-24 .section-3 {
  margin: 0px;
  height: 300px;
  background-color: #cccccc;
}
body.page.page-id-24 .section-3 .vc_col-sm-12 {
  padding: 0px !important;
}
body.page.page-id-24 .first-footer-container {
  display: none;
}
/* Services Page
* ----------------------------------- */
body.page.page-id-16 .section-1 {
  height: 300px;
  margin-bottom: 0px;
}
body.page.page-id-16 .section-1 h1 {
  color: #ffffff;
  font-size: 60px;
  font-weight: 500;
  margin: 40px 0px 24px;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.75);
}
body.page.page-id-16 .section-1 p {
  color: #ffffff;
  margin: 0px;
  font-size: 20px;
  font-weight: 200;
  width: 49%;
  line-height: 1.4em;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.75);
}
body.page.page-id-16 .section-2 {
  margin: 0px;
  padding: 40px 0 46px;
}
body.page.page-id-16 .section-2 h2 {
  color: #3a3b3d;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.5em;
  margin-top: 0px;
}
body.page.page-id-16 .section-2 p {
  color: #3a3b3d;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
}
body.page.page-id-16 .section-2 .vc_col-sm-4 ul {
  padding: 0px;
  margin: 33px 0 0;
}
body.page.page-id-16 .section-2 .vc_col-sm-4 ul li {
  list-style-type: none;
  font-family: 'Roboto', sans-serif;
  color: #3a3b3d;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
}
body.page.page-id-16 .section-2 .vc_col-sm-4 ul li:before {
  content: "+";
  margin-right: 5px;
  color: #d51f3a;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
}
body.page.page-id-16 .section-3 {
  padding: 0px 0px 26px;
  margin: 0px;
}
body.page.page-id-16 .section-3 .wpb_single_image {
  position: absolute;
  height: 206px;
}
body.page.page-id-16 .section-3 .vc_col-sm-4:hover {
  opacity: .8;
}
body.page.page-id-16 .section-3 .wpb_text_column {
  height: 206px;
  position: relative;
  margin-bottom: 30px;
  display: -webkit-flex;
  /* Safari */
  -webkit-align-items: center;
  /* Safari 7.0+ */
  display: flex;
  align-items: center;
  padding: 0 !important;
  justify-content: center;
  text-align: center;
}
body.page.page-id-16 .section-3 .wpb_text_column p {
  margin: 0px;
  font-size: 28px;
  font-weight: 200;
}
body.page.page-id-16 .section-3 .wpb_text_column p a {
  display: block;
  color: #ffffff;
  padding: 0px 15px;
}
body.page.page-id-16 .section-3 .wpb_text_column:hover {
  opacity: .8;
}
body.page.page-id-16 .section-3-mobile {
  display: none;
}
body.page.page-id-16 .section-4 {
  margin: 0px;
  padding: 0px 0 62px;
}
body.page.page-id-16 .section-4 h2 {
  color: #3a3b3d;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.5em;
  margin-top: 0px;
  margin-bottom: 15px !important;
}
body.page.page-id-16 .section-4 p {
  color: #3a3b3d;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
  margin-bottom: 25px;
}
body.page.page-id-16 .section-4 p strong {
  font-weight: 600;
}
body.page.page-id-16 .section-4 p em {
  font-style: normal;
  font-weight: 600;
}
body.page.page-id-16 .section-4 .left {
  float: left;
}
body.page.page-id-16 .section-4 .left p {
  width: 95%;
}
body.page.page-id-16 .section-4 .right {
  float: right;
  width: 47%;
}
/* Industry Experience Page
* ----------------------------------- */
body.page.page-id-18 .section-1 {
  margin: 0px;
  padding: 127px 0 138px;
}
body.page.page-id-18 .section-1 h1 {
  color: #ffffff;
  font-size: 60px;
  font-weight: 500;
  margin: 0px 0px 24px;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.75);
}
body.page.page-id-18 .section-1 p {
  color: #ffffff;
  margin: 0px;
  font-size: 20px;
  font-weight: 200;
  width: 45%;
  line-height: 1.4em;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.75);
}
body.page.page-id-18 .section-2 {
  margin: 0px;
  padding: 40px 0 50px;
}
body.page.page-id-18 .section-2 h2 {
  color: #3a3b3d;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.5em;
}
body.page.page-id-18 .section-2 p {
  color: #3a3b3d;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5em;
  margin: 12px 0px;
}
body.page.page-id-18 .section-2 .vc_col-sm-3 {
  text-align: center;
  margin: 25px 0 10px;
}
body.page.page-id-18 .section-2 .vc_col-sm-3 .wpb_single_image.wpb_content_element.vc_align_center {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  margin: 0px;
}
body.page.page-id-18 .section-3 {
  margin: 0px;
  padding: 23px 0 41px;
  height: 266px;
  overflow: hidden;
}
body.page.page-id-18 .section-3 h2 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.5em;
  margin-bottom: 26px;
}
body.page.page-id-18 .section-3 .tmls.style1 {
  text-align: left !important;
}
body.page.page-id-18 .section-3 .tmls.style1 .tmls_item .tmls_text {
  color: #ffffff !important;
  font-family: 'Roboto', sans-serif;
  text-align: left;
  font-size: 18px !important;
  font-style: italic !important;
  font-weight: 200 !important;
  line-height: 1.6em;
}
body.page.page-id-18 .section-3 .tmls.style1 .tmls_item .tmls_text:before {
  content: "“ ";
}
body.page.page-id-18 .section-3 .tmls.style1 .tmls_item .tmls_text:after {
  content: " ”";
}
body.page.page-id-18 .section-3 .tmls.style1 .tmls_item .tmls_name {
  color: #ffffff !important;
  font-family: 'Roboto', sans-serif;
  text-align: left;
  font-size: 15px !important;
  font-weight: 500 !important;
  margin: 0px;
  line-height: 1.2em;
}
body.page.page-id-18 .section-3 .tmls.style1 .tmls_item .tmls_position {
  color: #ffffff !important;
  font-family: 'Roboto', sans-serif;
  text-align: left;
  font-size: 12px !important;
  font-weight: 500 !important;
}
body.page.page-id-18 .section-3 .tmls_images_pagination.small_image {
  text-align: left !important;
}
body.page.page-id-18 .section-3 .tmls_images_pagination.small_image .tmls_image_container.large_radius {
  display: none !important;
  margin: 0px !important;
}
body.page.page-id-18 .section-3 .tmls_images_pagination.small_image .tmls_image_container.large_radius .tmls_image {
  width: 70px !important;
  margin: 0px;
  border: none !important;
  border-radius: 0px !important;
}
body.page.page-id-18 .section-3 .tmls_images_pagination.small_image .tmls_image_container.large_radius .tmls_image_overlay {
  display: none !important;
}
body.page.page-id-18 .section-3 .tmls_images_pagination.small_image .tmls_image_container.large_radius.selected {
  display: block !important;
}
body.page.page-id-18 .section-4 {
  margin: 0px;
  padding: 20px 0 45px;
}
body.page.page-id-18 .section-4 h2 {
  color: #3a3b3d;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.5em;
}
body.page.page-id-18 .section-4 .vc_col-sm-4 {
  width: 250px !important;
}
body.page.page-id-18 .section-4 .vc_col-sm-4 ul {
  padding: 0px;
  margin: 33px 0 0;
}
body.page.page-id-18 .section-4 .vc_col-sm-4 ul li {
  list-style-type: none;
  font-family: 'Roboto', sans-serif;
  color: #3a3b3d;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
}
body.page.page-id-18 .section-4 .vc_col-sm-4 ul li:before {
  content: "+";
  margin-right: 5px;
  color: #d51f3a;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
}
/* News Page
* ----------------------------------- */
body.blog .section-1 {
  background-color: #c7ae29;
}
body.blog .section-1 .ym-container {
  width: 1110px;
  padding: 14px 15px;
}
body.blog .section-1 .ym-container h1 {
  margin: 0px;
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-size: 40px;
  font-weight: 500;
}
body.blog .section-2 {
  display: block;
  margin: 60px 0 0;
}
body.blog .section-2 .ym-container {
  width: 1140px;
  padding: 0px;
}
body.blog .section-2 .ym-container .left {
  width: 760px;
  float: left;
}
body.blog .section-2 .ym-container .left #ajax-load-more .alm-listing {
  padding: 0px;
  margin: 0px;
}
body.blog .section-2 .ym-container .left #ajax-load-more .alm-listing .alm-reveal li {
  float: left;
  margin: 0 15px 30px;
  padding: 0 !important;
  width: 350px;
  padding: 0px !important;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}
body.blog .section-2 .ym-container .left #ajax-load-more .alm-listing .alm-reveal li a {
  display: block;
}
body.blog .section-2 .ym-container .left #ajax-load-more .alm-listing .alm-reveal li a img {
  border-radius: 0px !important;
  position: relative !important;
  width: 100%;
  height: auto !important;
}
body.blog .section-2 .ym-container .left #ajax-load-more .alm-listing .alm-reveal li a:hover {
  opacity: .8;
}
body.blog .section-2 .ym-container .left #ajax-load-more .alm-listing .alm-reveal li h3 {
  font-size: 18px;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  padding: 14px 25px;
  margin: 0px !important;
}
body.blog .section-2 .ym-container .left #ajax-load-more .alm-listing .alm-reveal li h3 a {
  color: #d51f3a;
}
body.blog .section-2 .ym-container .left #ajax-load-more .alm-listing .alm-reveal li .entry-meta {
  color: #a3a3a3;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  padding: 0px 25px 10px;
  font-weight: normal;
}
body.blog .section-2 .ym-container .left #ajax-load-more .alm-listing .alm-reveal li p {
  color: #555555;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  line-height: 1.4em;
  padding: 0 25px 30px;
}
body.blog .section-2 .ym-container .left #ajax-load-more .alm-btn-wrap {
  clear: both;
  text-align: left;
  padding: 0 15px 51px;
}
body.blog .section-2 .ym-container .left #ajax-load-more .alm-btn-wrap #load-more {
  border-radius: 0px !important;
  background-color: #575757;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  height: 55px;
}
body.blog .section-2 .ym-container .right {
  float: right;
  width: 352px;
  margin-right: 15px;
}
body.blog .section-2 .ym-container .right #sidebar {
  display: block;
}
body.blog .section-2 .ym-container .clear {
  clear: both;
}
body.blog .first-footer-container {
  display: none;
}
body.blog .second-footer-container {
  display: none;
}
/* Archive Page
* ----------------------------------- */
body.archive .section-1 {
  background-color: #c7ae29;
}
body.archive .section-1 .ym-container {
  width: 1110px;
  padding: 14px 15px;
}
body.archive .section-1 .ym-container h1 {
  margin: 0px;
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-size: 40px;
  font-weight: 500;
}
body.archive .section-2 {
  display: block;
  margin: 60px 0 0;
}
body.archive .section-2 .ym-container {
  width: 1140px;
  padding: 0px;
}
body.archive .section-2 .ym-container .left {
  width: 760px;
  float: left;
}
body.archive .section-2 .ym-container .left article {
  float: left;
  margin: 0 15px 30px;
  padding: 0 !important;
  width: 350px;
  padding: 0px !important;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}
body.archive .section-2 .ym-container .left article a {
  display: block;
}
body.archive .section-2 .ym-container .left article a img {
  border-radius: 0px !important;
  position: relative !important;
  width: 100%;
  height: auto !important;
}
body.archive .section-2 .ym-container .left article a:hover {
  opacity: .8;
}
body.archive .section-2 .ym-container .left article h2 {
  font-size: 18px;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  padding: 14px 25px;
  margin: 0px !important;
}
body.archive .section-2 .ym-container .left article h2 a {
  color: #d51f3a;
}
body.archive .section-2 .ym-container .left article .date {
  color: #a3a3a3;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  padding: 0px 25px 10px;
  font-weight: normal;
}
body.archive .section-2 .ym-container .left article p {
  color: #555555;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  line-height: 1.4em;
  padding: 0 25px 30px;
  margin: 0px !important;
}
body.archive .section-2 .ym-container .left .post-more {
  display: none !important;
}
body.archive .section-2 .ym-container .left .post-nav {
  display: none !important;
}
body.archive .section-2 .ym-container .left .pagination.woo-pagination {
  clear: both;
  padding: 0 15px 51px;
}
body.archive .section-2 .ym-container .left .pagination.woo-pagination .page-numbers.current {
  background-color: #333537;
  border-radius: 0 !important;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  color: #ffffff;
  padding: 5px 10px;
}
body.archive .section-2 .ym-container .left .pagination.woo-pagination .page-numbers {
  background-color: #575757;
  border-radius: 0 !important;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  color: #ffffff;
  padding: 5px 10px;
}
body.archive .section-2 .ym-container .left .pagination.woo-pagination .prev.page-numbers {
  background-color: #575757;
  border-radius: 0 !important;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  color: #ffffff;
  padding: 5px 10px;
}
body.archive .section-2 .ym-container .left .pagination.woo-pagination .next.page-numbers {
  background-color: #575757;
  border-radius: 0 !important;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  color: #ffffff;
  padding: 5px 10px;
}
body.archive .section-2 .ym-container .left .pagination.woo-pagination .page-numbers:hover {
  opacity: .8;
}
body.archive .section-2 .ym-container .right {
  float: right;
  width: 352px;
  margin-right: 15px;
}
body.archive .section-2 .ym-container .right #sidebar {
  display: block;
}
body.archive .section-2 .ym-container .clear {
  clear: both;
}
body.archive .first-footer-container {
  display: none;
}
body.archive .second-footer-container {
  display: none;
}
/* Single News Page
* ----------------------------------- */
body.single .section-1 {
  background-color: #c7ae29;
}
body.single .section-1 .ym-container {
  width: 1110px;
  padding: 14px 15px;
}
body.single .section-1 .ym-container h1 {
  margin: 0px;
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-size: 40px;
  font-weight: 500;
}
body.single .section-2 {
  display: block;
  margin: 60px 0 0;
}
body.single .section-2 .ym-container {
  width: 1110px;
  padding: 0px 15px;
}
body.single .section-2 .ym-container .left {
  width: 730px;
  float: left;
}
body.single .section-2 .ym-container .left article {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}
body.single .section-2 .ym-container .left article a {
  pointer-events: none;
  cursor: default;
}
body.single .section-2 .ym-container .left article .entry {
  padding: 0 26px 22px;
}
body.single .section-2 .ym-container .left article .entry h1 {
  display: none !important;
}
body.single .section-2 .ym-container .left article .entry .date {
  color: #999999;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: normal;
  margin: 30px 0 24px !important;
}
body.single .section-2 .ym-container .left article .entry p {
  font-size: 15px;
  color: #555555;
  line-height: 1.3em;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  margin-bottom: 24px;
}
body.single .section-2 .ym-container .left article .entry .addthis_toolbox {
  display: inline-block;
  margin: 7px 0 !important;
  width: 100%;
}
body.single .section-2 .ym-container .left article .entry .addthis_toolbox a {
  pointer-events: visible !important;
  cursor: pointer !important;
}
body.single .section-2 .ym-container .right {
  float: right;
  width: 352px;
}
body.single .section-2 .ym-container .right #sidebar {
  display: block;
}
body.single .section-2 .ym-container .clear {
  clear: both;
}
body.single .section-2 .ym-container .post-nav {
  margin: 30px 0 56px;
}
body.single .section-2 .ym-container .post-nav .previous {
  float: left;
}
body.single .section-2 .ym-container .post-nav .previous a {
  background: #575757 none repeat scroll 0% 0% !important;
  display: inline-block;
  color: #ffffff;
  font-size: 18px;
  font-weight: normal;
  font-family: 'Roboto', sans-serif;
  padding: 15px 28px;
  border: 1px solid #575757;
  transition: all 0.2s ease-in-out 0s !important;
}
body.single .section-2 .ym-container .post-nav .previous a:hover {
  opacity: .8;
}
body.single .section-2 .ym-container .post-nav .next {
  float: right;
}
body.single .section-2 .ym-container .post-nav .next a {
  background: #575757 none repeat scroll 0% 0% !important;
  display: inline-block;
  color: #ffffff;
  font-size: 18px;
  font-weight: normal;
  font-family: 'Roboto', sans-serif;
  padding: 15px 28px;
  border: 1px solid #575757;
  transition: all 0.2s ease-in-out 0s !important;
}
body.single .section-2 .ym-container .post-nav .next a:hover {
  opacity: .8;
}
body.single .section-2 .ym-container .post-nav .clear {
  clear: both;
}
body.single .first-footer-container {
  display: none;
}
body.single .second-footer-container {
  display: none;
}
/* SERVICES SINGLE Page
* ----------------------------------- */
body.page.page-template-template-services .section-1 {
  margin: 0px;
  height: 500px;
  display: block;
  position: relative;
}
body.page.page-template-template-services .section-1 .vc_col-sm-12 {
  display: block;
  position: relative;
}
body.page.page-template-template-services .section-1 .ym-container {
  display: block;
  position: relative;
}
body.page.page-template-template-services .section-1 .ym-container .wpb_text_column {
  height: 500px;
  display: -webkit-flex;
  /* Safari */
  -webkit-align-items: center;
  /* Safari 7.0+ */
  display: flex;
  align-items: center;
  padding: 0 !important;
  justify-content: center;
  text-align: left;
}
body.page.page-template-template-services .section-1 h1 {
  color: #ffffff;
  font-size: 60px;
  font-weight: 500;
  margin: 0px 0px 24px;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.75);
}
body.page.page-template-template-services .section-1 p {
  color: #ffffff;
  margin: 0px;
  font-size: 20px;
  font-weight: 200;
  width: 48%;
  line-height: 1.4em;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.75);
}
body.page.page-template-template-services .section-2 {
  margin: 0px;
  padding: 40px 0 41px;
}
body.page.page-template-template-services .section-2 h2 {
  color: #3a3b3d;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.5em;
}
body.page.page-template-template-services .section-2 p {
  color: #3a3b3d;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
}
body.page.page-template-template-services .section-2 p strong {
  color: #3a3b3d;
  font-weight: 600;
}
body.page.page-template-template-services .section-2 p em {
  font-style: normal;
  font-weight: 600;
}
body.page.page-template-template-services .section-2 p .btn {
  width: auto;
  font-weight: 200;
  display: inline-block;
  padding: 14px 28px;
  float: left;
  line-height: 1em;
  margin: 6px 0px 0px 0px;
  color: #ffffff;
  font-size: 20px;
  text-shadow: none !important;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d2bf43+0,af902f+100 */
  background: #d51f3a;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
}
body.page.page-template-template-services .section-2 p .btn:hover {
  opacity: .8;
}
body.page.page-template-template-services .section-2 .left {
  float: left;
}
body.page.page-template-template-services .section-2 .left p {
  width: 95%;
}
body.page.page-template-template-services .section-2 .right {
  float: right;
  width: 47%;
}
body.page.page-template-template-services .section-2 .right p {
  margin-bottom: 25px !important;
}
body.page.page-template-template-services .section-2 ul {
  padding: 0px;
  margin: 33px 0 0;
  position: relative;
}
body.page.page-template-template-services .section-2 ul li {
  list-style-type: none;
  font-family: 'Roboto', sans-serif;
  color: #3a3b3d;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
  padding-left: 12px;
  display: block;
  position: relative;
}
body.page.page-template-template-services .section-2 ul li:before {
  content: "+";
  color: #d51f3a;
  font-size: 16px;
  font-weight: 500;
  position: absolute;
  font-family: 'Roboto', sans-serif;
  margin-left: -12px;
}
body.page.page-template-template-services .client-testimonials-container {
  background-color: #fafafa;
  position: relative;
  padding: 58px 0px;
}
body.page.page-template-template-services .client-testimonials-container .ym-container h2 {
  margin: 0px 15px 0px;
  display: block;
  position: relative;
  color: #d51f3a;
  font-size: 24px;
  font-weight: 300;
}
body.page.page-template-template-services .client-testimonials-container .ym-container .testi-container {
  display: none;
  padding: 0px 15px;
}
body.page.page-template-template-services .client-testimonials-container .ym-container .testi-container .tmls {
  display: block;
  position: relative;
}
body.page.page-template-template-services .client-testimonials-container .ym-container .testi-container .tmls .tmls_container .tmls_row .tmls_column {
  border: none !important;
}
body.page.page-template-template-services .client-testimonials-container .ym-container .testi-container .tmls .tmls_container .tmls_row:last-child .tmls_column .tmls_item {
  border-bottom: 0px !important;
}
body.page.page-template-template-services .client-testimonials-container .ym-container .testi-container .tmls .tmls_item {
  margin: 0px 30px !important;
  padding: 30px 0px !important;
  text-align: left !important;
  border-bottom: 1px solid #dddddd !important;
  min-height: 240px !important;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
body.page.page-template-template-services .client-testimonials-container .ym-container .testi-container .tmls .tmls_item .tmls_text {
  font-family: 'Roboto', sans-serif !important;
  font-style: italic !important;
  color: #3a3b3d !important;
  font-size: 14px !important;
  font-weight: 300 !important;
  line-height: 1.4em !important;
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  margin-bottom: 12px !important;
}
body.page.page-template-template-services .client-testimonials-container .ym-container .testi-container .tmls .tmls_item .tmls_text:before {
  content: "“ ";
}
body.page.page-template-template-services .client-testimonials-container .ym-container .testi-container .tmls .tmls_item .tmls_text:after {
  content: " ”";
}
body.page.page-template-template-services .client-testimonials-container .ym-container .testi-container .tmls .tmls_item .tmls_image {
  text-align: left !important;
  margin: 0px !important;
  margin-top: 15px !important;
  background-position: center center;
  background-size: 100% auto !important;
  background-color: #ffffff;
  width: 127px !important;
  height: 66px !important;
  -webkit-box-ordinal-group: 4;
  -moz-box-ordinal-group: 4;
  -ms-flex-order: 4;
  -webkit-order: 4;
  order: 4;
}
body.page.page-template-template-services .client-testimonials-container .ym-container .testi-container .tmls .tmls_item .tmls_name {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  font-family: 'Roboto', sans-serif !important;
  color: #3a3b3d !important;
  font-weight: 600 !important;
  font-size: 14px !important;
}
body.page.page-template-template-services .client-testimonials-container .ym-container .testi-container .tmls .tmls_item .tmls_position {
  -webkit-box-ordinal-group: 3;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  font-family: 'Roboto', sans-serif !important;
  font-style: italic !important;
  color: #3a3b3d !important;
  font-size: 14px !important;
  font-weight: 300 !important;
}
body.page.page-id-101 .client-testimonials-container .ym-container #rc {
  display: block !important;
}
body.page.page-id-99 .client-testimonials-container .ym-container #ccrs {
  display: block !important;
}
body.page.page-id-108 .client-testimonials-container .ym-container #bsug {
  display: block !important;
}
body.page.page-id-110 .client-testimonials-container .ym-container #alr {
  display: block !important;
}
body.page.page-id-114 .client-testimonials-container .ym-container #escs {
  display: block !important;
}
body.page.page-id-104 .client-testimonials-container .ym-container #t {
  display: block !important;
}
.wpgmza_infowindow_address {
  display: none;
}
.no-margin-b {
  margin-bottom: 0 !important;
}
.gform_button {
  border: none !important;
  text-indent: 0px;
  display: inline-block;
  padding: 13px 0px;
  float: left;
  height: 48px;
  font-family: 'Roboto', sans-serif;
  font-weight: 200;
  line-height: 1em;
  margin-top: 15px;
  color: #ffffff;
  width: 196px !important;
  font-size: 20px !important;
  text-shadow: none !important;
  cursor: pointer;
  background: #d51f3a;
}
.gform_body input {
  margin-top: 0px !important;
}
.gform_body input,
.gform_body select,
.gform_body textarea {
  width: 100% !important;
  padding: 12px 10px !important;
  background: #eee !important;
  border: 2px solid #ddd !important;
  font-size: 16px !important;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
body .gform_wrapper .top_label div.ginput_container {
  margin-top: 0px !important;
}
body .gform_wrapper ul li.gfield {
  margin-top: 0px !important;
}
