.svg--icons {
    height: 0;
    width: 0;
    position: absolute;
    visibility: hidden;
}

.svg--icon svg {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
}

.metro .btn_edit_section.svg--icon svg {
    top: 6px;
    left: 6px;
    width: 20px;
    height: 20px;
}

.metro section {
	padding: 50px 0px;
	position: relative;
}

.metro section:first-child { padding-top: 100px; }
.metro section:last-child { padding-bottom: 100px; }

.metro section .content--wrap { margin: 0 auto }
.metro section.width--mid .content--wrap { width: 70%; }
.metro section.width--narrow .content--wrap { width: 50%; }

.metro section .title-un { margin-bottom: 45px; }
.single-careers .metro section .title-un { margin-bottom: 80px; }
.metro section .title-det { margin-bottom: 26px; }

.metro section.padding--both { padding: 0px; }
.metro section.padding--top { padding: 0px 0px 50px 0px; }
.metro section.padding--top:last-child { padding: 0px 0px 100px 0px; }
.metro section.padding--bottom { padding: 50px 0px 0px 0px; }

@media screen and (max-width: 992px) {
	.metro section { padding: 40px 0px; }
	.metro section:first-child { padding-top: 80px; }
	.metro section:last-child { padding-bottom: 80px; }
	.metro section.padding--top { padding: 0px 0px 40px 0px; }
	.metro section.padding--top:last-child { padding: 0px 0px 80px 0px; }
	.metro section.padding--bottom { padding: 40px 0px 0px 0px; }
}

@media (max-width: 768px) { 
	.metro section { padding: 30px 0px; }
	.metro section:first-child { padding-top: 60px; }
	.metro section:last-child { padding-bottom: 60px; }
	.metro section.padding--top { padding: 0px 0px 30px 0px; }
	.metro section.padding--top:last-child { padding: 0px 0px 60px 0px; }
	.metro section.padding--bottom { padding: 30px 0px 0px 0px; }
	.metro section.width--mid .content--wrap { width: 100%; }
	.metro section.width--narrow .content--wrap { width: 70%; }
}

.metro .content--wrap iframe {
	margin: 0 auto;
    display: block;
}

.metro section >.pos {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.metro .alm-listing[data-post-type="post"] .button {
	display: block;
	margin-top: 20px;
}

.metro .alm-listing li {
	margin: 0 0 60px;
    padding: 0;
}

.metro .alm-listing h4 {
    margin-bottom: 20px !important;
    font-size: 16px;
}

.metro .alm-listing .excerpt {
    margin-bottom: 20px;
}

.metro button.alm-load-more-btn.done {
	display: none;
}

.metro .ajax-load-more-wrap ul.alm-listing li.grid-item {
    border: 1px solid rgba(0, 0, 0, 0.6);
    background-color: #fff;
    border-radius: 5px;
    padding: 16px;
    width: 31%;
    margin: 0 1% 2%;
    float: left;
    display: inline;
    -webkit-box-shadow: 0px 3px 2px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 2px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 3px 2px 0px rgba(0,0,0,0.2);
}

.metro .ajax-load-more-wrap .thumb {
	display: block;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 5px;
}

.metro .ajax-load-more-wrap .thumb img {
	position: relative;
    width: 100%;
}

.metro .ajax-load-more-wrap ul.alm-listing li.grid-item .button {
    padding: 7px 32px;
    margin-bottom: 0;
}

.metro .ajax-load-more-wrap ul.alm-listing li.grid-item .excerpt {
	margin-bottom: 0;
}

@media screen and (max-width: 992px) {
   .metro .ajax-load-more-wrap ul.alm-listing li.grid-item {
      width: 47%;
      margin: 0 1.5% 3%; 
   }
}

@media screen and (max-width: 480px) {
   .metro .ajax-load-more-wrap ul.alm-listing li.grid-item {
      width: 100%;
      margin: 0 0 20px;  
   }
}



@media (min-width: 768px) {
	.metro section >.pos {
		width: 750px;
	}
}

@media (min-width: 992px) {
	.metro section >.pos {
		width: 970px;
	}
}

@media (min-width: 1200px) {
	.metro section >.pos {
		width: 1170px;
	}
}

@media screen and (max-width: 580px) {
   .metro .ajax-load-more-wrap ul.alm-listing li.grid-item {
      width: 100%;
      margin: 0 0 20px 0; 
   }
}

.metro section h1:first-child,
.metro section h2:first-child,
.metro section h3:first-child,
.metro section h4:first-child,
.metro section p:first-child {
	margin-top: 0;
}

.metro section h1:last-child,
.metro section h2:last-child,
.metro section h3:last-child,
.metro section h4:last-child,
.metro section p:last-child {
	margin-bottom: 0;
}

.metro section .btn_edit_section {
    display: block;
    position: absolute;
    top: 30px;
    right: 30px;
    overflow: hidden;
    width: 34px;
    height: 34px;
    -moz-box-shadow: inset 0px 1px 0px 0px #54a3f7;
    -webkit-box-shadow: inset 0px 1px 0px 0px #54a3f7;
    box-shadow: inset 0px 1px 0px 0px #54a3f7;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
    background: -moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
    background: -webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
    background: -o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
    background: -ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
    background: linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
    background-color: #007dc1;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #124d77;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 13px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #154682;
    z-index: 950;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    -moz-opacity: .2;
    -khtml-opacity: .2;
    opacity: .2;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.metro section:hover .btn_edit_section {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.gform_wrapper input::-webkit-input-placeholder { color: #cdcdcd; opacity: 1 !important; }
.gform_wrapper input:-moz-placeholder { color: #cdcdcd; opacity: 1 !important; }
.gform_wrapper input::-moz-placeholder { color: #cdcdcd; opacity: 1 !important; }
.gform_wrapper input:-ms-input-placeholder { color: #cdcdcd; opacity: 1 !important; }
.gform_wrapper textarea::-webkit-input-placeholder { color: #cdcdcd; opacity: 1 !important; }
.gform_wrapper textarea:-moz-placeholder { color: #cdcdcd; opacity: 1 !important; }
.gform_wrapper textarea::-moz-placeholder { color: #cdcdcd; opacity: 1 !important; }
.gform_wrapper textarea:-ms-input-placeholder { color: #cdcdcd; opacity: 1 !important; }

.gform_wrapper {
    padding: 0;
}

.gform_wrapper * {
	position: relative;
}

.gform_wrapper .gform_body:before, .gform_wrapper .gform_body:after {
    content: " ";
    display: table;
}

.gform_wrapper .gform_body:after {
    clear: both;
}

.gform_wrapper .gform_heading {
    text-align: center;
    padding-bottom: 40px;
}

.gform_wrapper .gform_heading .gform_description {
    display: block;
    width: 80%;
    margin: 0 auto;
}

.gform_wrapper .gform_heading .gform_description h1 {
    margin: 0;
}

.gform_wrapper .gform_body {
    margin-top: 10px;
}

.gform_wrapper ul {
    list-style: none !important;
    margin: 0 !important;
    padding-left: 0px !important;
}

.gform_wrapper .gfield {
    width: 100%;
    margin: 0;
    margin-bottom: 34px;
    float: left;
}

.gform_wrapper .gfield.one-half {
    width: 48.5%;
}

.gform_wrapper .gfield.left {
    float: left;
}

.gform_wrapper .gfield.right {
    float: right;
}

@media (max-width: 768px) { 
	.gform_wrapper .gfield.one-half {
	    width: 100%;
	    float: none;
	}
}

.gform_wrapper .gfield_label {
    display: none;
    display: none;
    padding: 0;
    color: #808284;
    font-size: 1em;
    letter-spacing: 0.02em;
    margin-bottom: 2px;
    padding-left: 16px;
}

.gform_wrapper .ginput_container {
    width: 100%;
    padding: 0;
    border: 0;
    background-color: #fff;
    border-radius: 0px;
    border: 0;
    z-index: 2;
    border: 0;
    border-bottom: 1px solid #393939;
    line-height: 0;
}

.gform_wrapper .ginput_container input[type=text], .gform_wrapper .ginput_container input[type=email], .gform_wrapper .ginput_container select, .gform_wrapper .ginput_container textarea {
    height: 50px;
    color: #808284;
    font-size: 1.3em;
    letter-spacing: 0.02em;
    border-radius: 0;
    padding: 0px;
    width: 100%;
    border: 0;
    background-color: #fff;
    outline: none;
    line-height: 1.2;
	margin: 0px;
	background: none;
	background-image: none !important;
	-webkit-appearance: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
	box-shadow: none !important;
}

.gform_wrapper .ginput_container input[type=text], .gform_wrapper .ginput_container input[type=email], .gform_wrapper .ginput_container select {
    height: 46px;
}

.gform_wrapper .ginput_container select {
	color: #cdcdcd;
}

.gform_wrapper .gfield:before, .gform_wrapper .gfield:after {
    content: " ";
    display: table;
}

.gform_wrapper .gfield:after {
    clear: both;
}

.gform_wrapper .gfield.upload label {
    display: block;
    cursor: pointer;
    background-color: transparent;
    border: 0;
    color: #808284;
    border-bottom: 1px solid #393939;
    height: 52px;
    line-height: 54px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
    font-size: 1.2em;
    font-weight: normal;
    letter-spacing: 0.02em;
    text-align: left;
    padding: 0px 90px 0 0;
    color: #cdcdcd;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.gform_wrapper .gfield.upload .validation_message {
	margin-top: -14px;
	z-index: 2;
}

.gform_wrapper .gfield.show-label .gfield_label {
    display: block;
}

.gform_wrapper .gfield.upload label:before {
    content: 'Browse...';
    display: block;
    position: absolute;
    right: 0px;
    bottom: 8px;
    line-height: 30px;
    padding-right: 20px;
    color: #cdcdcd;
    font-size: 1em;
    border: 1px solid #cdcdcd;
    border-radius: 5px;
    height: 32px;
    padding: 0 20px;
}

.gform_wrapper .gfield.upload label * {
    pointer-events: none;
}

.gform_wrapper .ginput_container.ginput_container_fileupload {
    border: 0;
}

.gform_wrapper .gfield.upload label * {
    pointer-events: none;
}

.gform_wrapper .ginput_container textarea {
    height: 140px;
    padding: 0 0 10px 0;
    line-height: 1.4;
}

.gform_wrapper .gfield.gform_hidden {
    display: none;
}

.gform_wrapper .ginput_container input[type=file] {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.gform_wrapper .gform_footer {
    text-align: center;
    width: 180px;
    height: 52px;
    margin: 0px auto 0 auto;
}

.gform_wrapper .ginput_container.ginput_container_fileupload .screen-reader-text {
    font-size: 0.8em;
    display: block;
    line-height: 1.2;
    margin-top: 3px;
}

.gform_wrapper .gform_footer input[type=submit] {
	background: none;
    background-image: none !important;
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    outline-style: none;
    color: #a67c52;
    text-transform: uppercase;
    background-color: #fff;
    font-weight: 500;
    padding: 0px;
    border: 0;
    width: 100%;
    height: 100%;
    line-height: 48px;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    display: inline-block;
    margin: 0 auto;
    cursor: pointer;
    box-shadow: none !important;
    outline: none;

    font-size: 13px;
    font-weight: bold;
    border: solid 2px #a67c52;
    letter-spacing: 2px;
    -webkit-box-shadow: inset 0 0 0 1px #ebebeb;
    -moz-box-shadow: inset 0 0 0 1px #ebebeb;
    box-shadow: inset 0 0 0 1px #ebebeb;
}

.gform_wrapper .validation_error {
    text-align: center;
    color: red;
    max-width: 400px;
    font-weight: normal;
    margin: 0 auto 2.2em auto;
    letter-spacing: 0.06em;
}

.gform_wrapper .validation_message {
    position: absolute;
    color: red;
    padding: 0px 0px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    font-size: 0.8em;
    background-color: transparent;
    right: 0px;
    z-index: 1;
    top: 100%;
}

.gform_wrapper .gform_ajax_spinner {
    position: absolute;
    right: 10px;
    display: block;
    top: 50%;
    margin-top: -12px;
    z-index: 3;
}

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

.single-careers #field_1_5 { display: none; }
.page-id-674 .metro section.section__archives { padding-bottom: 0; }

@media (max-width: 580px) { 
	.gform_wrapper .gfield {
		margin-bottom: 24px;
    	float: none;
	}

	.gform_wrapper .ginput_container input[type=text], .gform_wrapper .ginput_container input[type=email], .gform_wrapper .ginput_container select {
		font-size: 1.2em;
    	height: 40px;
	}

	.gform_wrapper .ginput_container textarea {
	    height: 100px;
	}

	.gform_wrapper .ginput_container.ginput_container_fileupload .screen-reader-text {
	    font-size: 0.7em;
	}

	.gform_wrapper .gfield.upload label:before {
	    content: 'Browse';
	    right: 0px;
	    bottom: 11px;
	    line-height: 26px;
	    font-size: 0.9em;
	    height: 28px;
	    padding: 0px 14px;
	}

	.gform_wrapper .validation_message {
	    font-size: 0.7em;
	    margin-top: -3px;
	}

	.gform_wrapper .gfield.upload .validation_message {
    	margin-top: -16px;
	}
}