/* ==========================================================================
 HTML5 display definitions
 ========================================================================== */
/*
* Corrects `block` display not defined in IE6/7/8/9 & FF3.
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
display: block;
}
/*
* Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
*/
audio,
canvas,
video {
display: inline-block;
*display: inline;
*zoom: 1;
}
/*
* Prevents modern browsers from displaying `audio` without controls.
* Remove excess height in iOS5 devices.
*/
audio:not([controls]) {
display: none;
height: 0;
}
/*
* Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
* Known issue: no IE6 support.
*/
[hidden] {
display: none;
}
/* ==========================================================================
 Base
 ========================================================================== */
/*
* 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
*    `em` units.
* 2. Prevents iOS text size adjust after orientation change, without disabling
*    user zoom.
*/
html {
font-size: 100%;
/* 1 */

-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
/* 2 */

}
/*
* Addresses `font-family` inconsistency between `textarea` and other form
* elements.
*/
html,
button,
input,
select,
textarea {
font-family: sans-serif;
}
/*
* Addresses margins handled incorrectly in IE6/7.
*/
body {
margin: 0;
}
/* ==========================================================================
 Links
 ========================================================================== */
/*
* Addresses `outline` inconsistency between Chrome and other browsers.
*/
a:focus {
outline: thin dotted;
}
/*
* Improves readability when focused and also mouse hovered in all browsers.
* people.opera.com/patrickl/experiments/keyboard/test
*/
a:active,
a:hover {
outline: 0;
}
/* ==========================================================================
 Typography
 ========================================================================== */
/*
* Addresses font sizes and margins set differently in IE6/7.
* Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
*/
h1 {
font-size: 2em;
margin: 0.67em 0;
}
h2 {
font-size: 1.5em;
margin: 0.83em 0;
}
h3 {
font-size: 1.17em;
margin: 1em 0;
}
h4 {
font-size: 1em;
margin: 1.33em 0;
}
h5 {
font-size: 0.83em;
margin: 1.67em 0;
}
h6 {
font-size: 0.75em;
margin: 2.33em 0;
}
/*
* Addresses styling not present in IE7/8/9, S5, Chrome.
*/
abbr[title] {
border-bottom: 1px dotted;
}
/*
* Addresses style set to `bolder` in FF3+, S4/5, Chrome.
*/
b,
strong {
font-weight: bold;
}
blockquote {
margin: 1em 40px;
}
/*
* Addresses styling not present in S5, Chrome.
*/
dfn {
font-style: italic;
}
/*
* Addresses styling not present in IE6/7/8/9.
*/
mark {
background: #ff0;
color: #000;
}
/*
* Addresses margins set differently in IE6/7.
*/
p,
pre {
margin: 1em 0;
}
/*
* Corrects font family set oddly in IE6, S4/5, Chrome.
* en.wikipedia.org/wiki/User:Davidgothberg/Test59
*/
code,
kbd,
pre,
samp {
font-family: monospace, serif;
_font-family: 'courier new', monospace;
font-size: 1em;
}
/*
* Improves readability of pre-formatted text in all browsers.
*/
pre {
white-space: pre;
white-space: pre-wrap;
word-wrap: break-word;
}
/*
* Addresses CSS quotes not supported in IE6/7.
*/
q {
quotes: none;
}
/*
* Addresses `quotes` property not supported in S4.
*/
q:before,
q:after {
content: '';
content: none;
}
small {
font-size: 75%;
}
/*
* Prevents `sub` and `sup` affecting `line-height` in all browsers.
* gist.github.com/413930
*/
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
/* ==========================================================================
 Lists
 ========================================================================== */
/*
* Addresses margins set differently in IE6/7.
*/
dl,
menu,
ol,
ul {
margin: 1em 0;
}
dd {
margin: 0 0 0 40px;
}
/*
* Addresses paddings set differently in IE6/7.
*/
menu,
ol,
ul {
padding: 0 0 0 40px;
}
/*
* Corrects list images handled incorrectly in IE7.
*/
nav ul,
nav ol {
list-style: none;
list-style-image: none;
}
/* ==========================================================================
 Embedded content
 ========================================================================== */
/*
* 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
* 2. Improves image quality when scaled in IE7.
*    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
*/
img {
border: 0;
/* 1 */

-ms-interpolation-mode: bicubic;
/* 2 */

}
/*
* Corrects overflow displayed oddly in IE9.
*/
svg:not(:root) {
overflow: hidden;
}
/* ==========================================================================
 Figures
 ========================================================================== */
/*
* Addresses margin not present in IE6/7/8/9, S5, O11.
*/
figure {
margin: 0;
}
/* ==========================================================================
 Forms
 ========================================================================== */
/*
* Corrects margin displayed oddly in IE6/7.
*/
form {
margin: 0;
}
/*
* Define consistent border, margin, and padding.
*/
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
/*
* 1. Corrects color not being inherited in IE6/7/8/9.
* 2. Corrects text not wrapping in FF3.
* 3. Corrects alignment displayed oddly in IE6/7.
*/
legend {
border: 0;
/* 1 */

padding: 0;
white-space: normal;
/* 2 */

*margin-left: -7px;
/* 3 */

}
/*
* 1. Corrects font size not being inherited in all browsers.
* 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
* 3. Improves appearance and consistency in all browsers.
*/
button,
input,
select,
textarea {
font-size: 100%;
/* 1 */

margin: 0;
/* 2 */

vertical-align: baseline;
*vertical-align: middle;
/* 3 */

}
/*
* Addresses FF3/4 setting `line-height` on `input` using `!important` in the
* UA stylesheet.
*/
button,
input {
line-height: normal;
}
/*
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
*    and `video` controls.
* 2. Corrects inability to style clickable `input` types in iOS.
* 3. Improves usability and consistency of cursor style between image-type
*    `input` and others.
* 4. Removes inner spacing in IE7 without affecting normal text inputs.
*    Known issue: inner spacing remains in IE6.
*/
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
/* 2 */

cursor: pointer;
/* 3 */

*overflow: visible;
/* 4 */

}
/*
* Re-set default cursor for disabled elements.
*/
button[disabled],
input[disabled] {
cursor: default;
}
/*
* 1. Addresses box sizing set to content-box in IE8/9.
* 2. Removes excess padding in IE8/9.
* 3. Removes excess padding in IE7.
*    Known issue: excess padding remains in IE6.
*/
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
/* 1 */

padding: 0;
/* 2 */

*height: 13px;
*width: 13px;
/* 3 */

}
/*
* 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
* 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
*    to future-proof).
*/
input[type="search"] {
-webkit-appearance: textfield;
/* 1 */

-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
/* 2 */

box-sizing: content-box;
}
/*
* Removes inner padding and search cancel button in S5, Chrome on OS X.
*/
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
/*
* Removes inner padding and border in FF3+.
*/
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
/*
* 1. Removes default vertical scrollbar in IE6/7/8/9.
* 2. Improves readability and alignment in all browsers.
*/
textarea {
overflow: auto;
/* 1 */

vertical-align: top;
/* 2 */

}
/* ==========================================================================
 Tables
 ========================================================================== */
/*
* Remove most spacing between table cells.
*/
table {
border-collapse: collapse;
border-spacing: 0;
}


/*********************
CLEARFIXIN'
*********************/
.clearfix {
zoom: 1;
}
.clearfix:before,
.clearfix:after {
content: "";
display: table;
}
.clearfix:after {
clear: both;
}


/*********************
TOOLS
*********************/
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;

-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizelegibility;
}

*:focus {
outline: none !important;
}

section {
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}

/* Make Gutenberg Editor Fill Width */
.wp-block {
max-width: 100%;
}


/* ==========================================================================
 Custom CSS
 ========================================================================== */



/* General Styling */



body {
font-family: 'Poppins', sans-serif;
font-size: 14px;
}

h1, h2, h3, h4, h5 h6 {
font-weight: 400;
margin: 0;
}

h1 {
font-size: 33px;
}

h3 {
font-size: 21px;
}

p {
line-height: 2em;
}

blockquote {
padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #ee2c2c;
}

blockquote a {
color: #000000 !important;
text-decoration: none !important;

-webkit-transition: all 0.2s ease;/* Safari 3.2+, Chrome */
-moz-transition: all 0.2s ease;/* Firefox 4-15 */
-o-transition: all 0.2s ease;/* Opera 10.5-12.00 */
transition: all 0.2s ease;/* Firefox 16+, Opera 12.50+ */
}

blockquote a:hover {
color: #ff0000 !important;
}

.btn {
padding: 15px 30px;
text-transform: uppercase;
letter-spacing: 1px;
display: flex;
width: max-content;
align-items: center;
}

.btn i {
margin-left: 15px;
font-size: 12px;
}

.btn-primary {
background: #ffffff !important;
border: 1px solid #ebebeb !important;
color: #999999;
box-shadow: none !important;
}

.btn-primary:hover {
background: #000000 !important; 
border: 1px solid #000000 !important;
}



/* Gravity Forms */



.gform_fields {
list-style: none;
padding: 0;
margin: 0;
}

.gfield_label,
.hidden_sub_label {
display: none;
}

.gfield {
margin-bottom: 10px;
}

.gfield input {
width: 100%;
padding: 10px;
}

.ginput_complex {
display: flex;
}

.name_first,
.name_last {
flex: 1;
}

.name_first {
margin-right: 5px;
}

.name_last {
margin-left: 5px;
}



/* Navbar */



body.admin-bar .navbar {
top: 32px;
}

.navbar {
padding: 0;
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 100;
box-shadow: 0 3px 5px -1px rgb(0 0 0 / 10%), 0 2px 1px -1px rgb(0 0 0 / 5%);
background: #ffffff;
}

.navbar-brand {
padding: 0;
width: 50%;
}

.nav-item {
margin: 0 18px;
}

.nav-link {
padding: 0 !important;
text-transform: uppercase;
font-size: 13px;
color: #000000 !important;
opacity: .5;
letter-spacing: 2px;

-webkit-transition: all 0.2s ease;/* Safari 3.2+, Chrome */
-moz-transition: all 0.2s ease;/* Firefox 4-15 */
-o-transition: all 0.2s ease;/* Opera 10.5-12.00 */
transition: all 0.2s ease;/* Firefox 16+, Opera 12.50+ */
}

.nav-item.active .nav-link,
.nav-link:hover {
opacity: 1;
}

.dropdown-toggle::after {
display: none;
}

.dropdown-menu {
border-radius: 0;
border: none;
  box-shadow: 0 0 35px rgb(0 0 0 / 10%);
}

.dropdown-item {
font-size: 13px;
background: none !important;
color: #000000 !important;

-webkit-transition: all 0.2s ease;/* Safari 3.2+, Chrome */
-moz-transition: all 0.2s ease;/* Firefox 4-15 */
-o-transition: all 0.2s ease;/* Opera 10.5-12.00 */
transition: all 0.2s ease;/* Firefox 16+, Opera 12.50+ */
}

.current_page_item > .dropdown-item,
.dropdown-item:hover {
color: #ff0000 !important;
}

.search-btn {
border-left: 1px solid rgba(0,0,0,0.1);
display: block;
padding: 26px;
margin-left: 18px;
text-decoration: none;
}

.search-btn.active .search,
.search-btn .close {
display: none;
}

.search-btn.active .close {
display: block;
}

.search-bar {
position: absolute;
top: 74px;
left: 0;
width: 100%;
background: #ffffff;
display: none;
border-top: 1px solid rgba(0,0,0,0.1);
border-bottom: 1px solid rgba(0,0,0,0.1);
}

.search-bar .search-form {
display: flex;
}

.search-bar img {
padding: 0 20px;
}

.search-bar input.search-field {
border: none;
border-left: 1px solid rgba(0,0,0,0.1);
width: 100%;
padding: 25px;
}

.search-bar input[type="submit"] {
display: none;
}



/* Hero Slider */

.gallery-slider {
overflow-x: hidden !important;
}

.gallery-slide,
.hero-slide {
min-height: 600px;
flex-direction: column;
display: flex !important;

background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}

.gallery-slide img {
margin: 0 auto;
}

.hero-slide {
height: 600px;
}

.portfolio-slide {
min-height: auto;
}

.slide-info {
width: 35%;
min-width: 350px;
  background-color: rgba(0, 0, 0, 0.5);
color: #ffffff;
flex: 1;
  padding: 10% 5% 10% 15%;
  font-size: 16px;
}

.slide-info p {
line-height: 1.4;
}

.slide-info a {
text-align: right;
display: block;
color: #ffffff !important;
text-transform: uppercase;
text-decoration: none !important;
}

.slick-arrow {
z-index: 50;
height: 40px;
width: 40px;
background: rgba(0,0,0,0.5) !important;
}

.portfolio-gallery {
  padding-top: 25px;
}

.portfolio-gallery .slick-arrow {
background: rgba(247,12,12,0.75) !important;
}

.portfolio-gallery img {
  max-height: 650px;
}

.slick-arrow:before {
font-family: 'FontAwesome';
opacity: 1;
color: #ffffff !important;
}

.slick-prev {
left: 35px;
}

.slick-prev:before {
content: '\f053';
}

.slick-next {
right: 35px;
}

.slick-next:before {
content: '\f054';
}

.slick-dotted.slick-slider {
padding-bottom: 75px;
margin-bottom: 0px;
}

.slick-dots {
bottom: 25px;
}

.slick-dots li {
width: 12px;
height: 12px;
background: #e5e5e5;
  margin: 7px 15px;
border-radius: 100%;

-webkit-transition: all 0.2s ease;/* Safari 3.2+, Chrome */
-moz-transition: all 0.2s ease;/* Firefox 4-15 */
-o-transition: all 0.2s ease;/* Opera 10.5-12.00 */
transition: all 0.2s ease;/* Firefox 16+, Opera 12.50+ */
}

.slick-dots li.slick-active {
background: #ee2c2c;
}

.slick-dots li button:before {
content: '';
}



/* About Excerpt */



.about-excerpt {
padding: 75px 0;
color: #5b5b5b;
}

.about-excerpt h2 {
font-size: 50px;
color: #ff0000;
font-weight: 600;
margin-bottom: 45px;
}

.about-excerpt h3 {
color: #ff0000;
font-weight: 500;
margin: 1.6em 0;
}

.testimonial {
padding: 30px 15px;
position: relative;
border: 1px solid #ededed;
text-align: center;
font-size: 16px;
}

.testimonial svg {
fill: #f42958;
width: 50px;
height: 40px;
}

.testimonial-name {
font-size: 12px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.1em;
color: rgba(0,0,0,0.5);
display: block;
padding-top: 3%;
margin: 0;
}

.testimonial-title {
color: #a3a3a3;
font-size: 14px;
margin: 0;
}



/* Posts Excerpt */



.posts-excerpt h2 {
color: #808080;
font-size: 40px;
font-weight: 600;
margin-bottom: 35px;
}

.posts-display {
background: #ededed;
padding: 50px 0;
}

.expertise-posts-display {
background: #ffffff !important;
}

.expertise-posts-display .flip-container {
  height: 400px;
}

.post-card {
height: 100%;
text-decoration: none !important;
display: block;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}

.post-card-overlay {
height: 100%;
opacity: 0;
padding: 50px 30px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
background: #f70c0c;
color: #ffffff !important;
font-size: 12px;
text-decoration: none !important;

-webkit-transition: all 0.2s ease;/* Safari 3.2+, Chrome */
-moz-transition: all 0.2s ease;/* Firefox 4-15 */
-o-transition: all 0.2s ease;/* Opera 10.5-12.00 */
transition: all 0.2s ease;/* Firefox 16+, Opera 12.50+ */
}

.portfolio-card .post-card-overlay {
background: rgba(247,12,12,.7);
}

.flip-container {
perspective: 1000px;
height: 100%;
}

/* flip the pane when hovered */
.flip-container:hover .flipper, .flip-container.hover .flipper {
transform: rotateX(180deg);
}

/* flip speed goes here */
.flipper {
transition: 0.6s;
transform-style: preserve-3d;
height: 100%;

position: relative;
}

.flipper .post-card,
.flipper .post-card-overlay {
position: absolute;
backface-visibility: hidden;
}

.flip-container .post-card {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
/* for firefox 31 */
transform: rotateY(0deg);
}

.flip-container .post-card-overlay {
transform: rotateX(180deg);
z-index: 100;
position: relative;
}

.flip-container .post-card-overlay {
opacity: 1;
}

.post-card-overlay:hover {
opacity: 1;
}

.post-card-overlay h4 {
font-size: 22px;
font-weight: 500;
}

.post-card-overlay hr {
border-top: 1px solid #ffffff;
width: 100%;
opacity: 1;
max-width: 200px;
margin: 15px auto;
}

.post-card-overlay p {
margin: 0;
line-height: 1.4;
}

.post-card-overlay i {
font-size: 32px;
margin: 15px 0 0;
}



/* Team */



.team {
padding: 75px 0;
}

.team h1 {
font-size: 54px;
font-weight: 500;
margin-bottom: 30px;
}

.team h2 {
color: #f70c0c;
font-size: 50px;
margin: 45px 0 30px;
}

.team-card,
.portfolio-card {
height: 275px;
}

.team .team-card {
height: 350px;
}

.team-card p {
font-weight: 500;
font-size: 14px;
margin-top: 15px;
}

.team-card a {
  color: #ffffff !important;
  font-weight: 500;
  font-size: 14px;
}

.team-card .post-card-overlay {
background: rgba(247,12,12,.7);
}

.team-single {
padding: 75px 0;
color: #5b5b5b;
}

.team-single h1 {
color: #e02925;
font-size: 40px;
font-weight: 600;
}

.team-single h3 {
color: #000000;
margin: 25px 0;
font-weight: 500;
font-size: 21px;
}

.team-contact {
max-width: 450px;
}

.team-contact a {
color: #000000;
text-decoration: none !important;

-webkit-transition: all 0.2s ease;/* Safari 3.2+, Chrome */
-moz-transition: all 0.2s ease;/* Firefox 4-15 */
-o-transition: all 0.2s ease;/* Opera 10.5-12.00 */
transition: all 0.2s ease;/* Firefox 16+, Opera 12.50+ */
}

.team-contact a:hover {
color: #e02925;
}



/* Portfolios */



.portfolio-content {
padding: 75px 0;
color: #5b5b5b;
}

.portfolio-content h1 {
font-size: 42px;
font-weight: 600;
color: #000000;
margin-bottom: 15px;
}

.portfolio-content h2 {
margin-bottom: 30px;
}

.portfolio-title {
color: #f70c0c;
font-size: 21px;
font-weight: 500;
margin: 25px 0 5px;
}

.portfolio-content .col-lg-3 .portfolio-title:first-of-type {
margin-top: 10px;
}

.portfolio-content .col-lg-3 p {
margin: 0;
font-size: 16px;
color: #8e8e8e;
}

.related-portfolio {
text-align: center;
padding: 50px 0;
}

.related-portfolio h3 {
font-weight: 600;
font-size: 40px;
margin-bottom: 30px;
}



/* Expertise */



.expertise {
padding: 75px 0;
}

.expertise h1 {
font-size: 50px;
font-weight: 500;
}

.expertise button {
background: none !important;
border: none !important;
font-size: 32px;

-webkit-transition: all 0.2s ease;/* Safari 3.2+, Chrome */
-moz-transition: all 0.2s ease;/* Firefox 4-15 */
-o-transition: all 0.2s ease;/* Opera 10.5-12.00 */
transition: all 0.2s ease;/* Firefox 16+, Opera 12.50+ */
}

.expertise .view:hover,
.expertise .view.active {
color: #e02925;
}

.expertise-categories {
text-transform: uppercase;
letter-spacing: 1px;
position: relative;
}

.expertise-categories i {
margin: 0 15px;
}

.expertise-categories a {
margin: 0 15px 10px;
display: inline-block;
text-decoration: none !important;
color: #9f9f9f !important;
cursor: pointer;
padding-bottom: 2px;
border-bottom: 1px solid rgba(0,0,0,0);

-webkit-transition: all 0.2s ease;/* Safari 3.2+, Chrome */
-moz-transition: all 0.2s ease;/* Firefox 4-15 */
-o-transition: all 0.2s ease;/* Opera 10.5-12.00 */
transition: all 0.2s ease;/* Firefox 16+, Opera 12.50+ */
}

.expertise-categories a:hover,
 a.active {
color: #212529 !important;
border-bottom: 1px solid #212529;
}

.expertise-categories .subfilter{
	position: absolute;
	top: -5px;
	left: 101%;
	display: none;
	min-width: 100%;
}
.expertise-categories .subfilter select{
	min-width: 200px;

}

.expertise-grid {
visibility: hidden;
position: absolute !important;
top: -9999px;
left: -9999px;
}

.expertise-grid.active {
visibility: visible;
position: relative !important;
top: 0;
left: 0;
}

.portfolio-list-item {
display: flex;
padding: 2em 10%;
align-items: center;
text-decoration: none !important;
color: rgba(0,0,0,0.5) !important;

-webkit-transition: all 0.2s ease;/* Safari 3.2+, Chrome */
-moz-transition: all 0.2s ease;/* Firefox 4-15 */
-o-transition: all 0.2s ease;/* Opera 10.5-12.00 */
transition: all 0.2s ease;/* Firefox 16+, Opera 12.50+ */
}

.portfolio-list-item:hover {
box-shadow: 0 15px 30px rgb(0 0 0 / 10%);
}

.portfolio-list-image {
width: 75px;
height: 75px;
margin-right: 30px;

background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}

.portfolio-list-item h4 {
color: #000;
font-weight: 500;
font-size: 20px;

-webkit-transition: all 0.2s ease;/* Safari 3.2+, Chrome */
-moz-transition: all 0.2s ease;/* Firefox 4-15 */
-o-transition: all 0.2s ease;/* Opera 10.5-12.00 */
transition: all 0.2s ease;/* Firefox 16+, Opera 12.50+ */
}

.portfolio-list-item:hover h4 {
color: #e02925;
}

.portfolio-list-item p {
margin: 0;
}

.expertise-about {
padding: 75px 0;
}

.expertise-about h2 {
font-size: 50px;
font-weight: 600;
color: #ff0000;
}

.expertise-about h4 a {
font-size: 20px;
color: #ff0000;
text-decoration: none !important;
font-weight: 500;
}

.expertise-about .team-card {
  height: 350px;
}



/* Content Block */



.content-block {
padding: 50px 0;
color: #5b5b5b;
}

.content-block h1 {
font-size: 50px;
font-weight: 600;
color: #ff0000;
}

.content-block a {
color: #ff0000 !important;
text-decoration: none !important;
}



/* Services */



.services {
padding: 50px 0;
}

.services h1 {
color: #ff0000;
font-size: 50px;
font-weight: 600;
margin-bottom: 25px;
}

.services h3 {
color: #ff0000;
margin: 15px 0 45px;
}

.services li {
margin: 10px 0;
color: #5b5b5b;
}




/* Search Results Page */

.search-header {
padding: 70px 0;
background: #f9f9f9;
}

.search-header h1 {
font-weight: bold;
font-size: 65px;
}

.search-header #breadcrumbs {
text-align: left;
}

.search-results {
padding: 100px 0;
}

.search-result {
margin-bottom: 50px;
}

.search-results h3.search-title a {
color: #000000;
text-decoration: none;
font-size: 30px;
line-height: 1.4;
font-weight: 500;

-webkit-transition: all 0.2s ease;/* Safari 3.2+, Chrome */
-moz-transition: all 0.2s ease;/* Firefox 4-15 */
-o-transition: all 0.2s ease;/* Opera 10.5-12.00 */
transition: all 0.2s ease;/* Firefox 16+, Opera 12.50+ */
}

.search-results h3.search-title a:hover {
color: #ee2c2c;
}

.search-result .byline span {
margin-right: 0;
}

.search-result .excerpt {
margin-bottom: 30px;
}

.search-result .excerpt p {
color: #999;
}

.search-result .excerpt p a {
display: none;
}

.search-results ol.primer_page_navi {
padding: 0;
margin: 0;
display: flex;
}

.search-results ol.primer_page_navi li.bpn-current {
display: block;
text-decoration: none;
margin-right: 10px;
border: 1px solid #ee2c2c;
border-radius: 2px;
text-align: center;
color: #ee2c2c;
font-weight: 700px;
width: 45px;
height: 45px;
line-height: 45px;
font-weight: bold;
}

.search-results ol.primer_page_navi li a {
display: block;
text-decoration: none;
margin-right: 10px;
border: 1px solid #ebebeb;
border-radius: 2px;
text-align: center;
color: #000;
font-weight: 700px;
width: 45px;
height: 45px;
line-height: 45px;
font-weight: bold;
}



/* News */

.latest-news {
padding: 75px 0;
}

.latest-news h1 {
color: #ff0000;
font-size: 50px;
font-weight: 600;
margin-bottom: 25px;
}

.latest-news.tags h1 {
text-align: center;
}

.post-excerpt {
padding: 0;
color: #999999;
border: 1px solid #f2f2f2;
}

.post-info {
padding: 30px;
}

.featured-post-excerpt .post-info {
padding: 0;
}


.featured-post-excerpt {
border: none !important;
padding: 0 0 50px;
}

.post-thumbnail-container {
position: relative;
}

.post-tags {
position: absolute;
left: 0;
top: 30px;
}

.post-tags a {
background: #ee2c2c;
color: #ffffff !important;
text-transform: uppercase;
font-weight: 700;
letter-spacing: 1px;
padding: 10px;
margin-right: 2px;
text-decoration: none !important;
}

.post-thumbnail {
widows: 100%;
display: block;
height: 300px;

background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}

.featured-post-excerpt .post-thumbnail {
height: 450px;
margin-bottom: 45px;
}

.featured-post-excerpt .date {
margin-right: 40px;
height: fit-content;
padding: 15px 30px;
border: 1px solid rgba(0,0,0,0.07);
border-radius: 3px;
color: #ee2c2c;
text-align: center;
text-transform: uppercase;
}

.featured-post-excerpt .day {
font-size: 32px;
font-weight: 500;
}

.featured-post-excerpt .month {
letter-spacing: 1px;
font-weight: 700;
}

.post-excerpt h3 a {
color: #000000 !important;
font-weight: 500;
text-decoration: none !important;

-webkit-transition: all 0.2s ease;/* Safari 3.2+, Chrome */
-moz-transition: all 0.2s ease;/* Firefox 4-15 */
-o-transition: all 0.2s ease;/* Opera 10.5-12.00 */
transition: all 0.2s ease;/* Firefox 16+, Opera 12.50+ */
}

.post-excerpt h3 a:hover {
color: #ff0000 !important;
}

.featured-post-excerpt h3 a {
font-size: 32px;
}

.post-excerpt .author {
text-transform: uppercase;
font-weight: 500;
color: #cacaca;
font-size: 13px;
letter-spacing: 1px;
}

.post-excerpt .btn {
margin-top: 30px;
}

.trending-tags {
color: #5b5b5b;
border: 1px solid #f0efef;
width: 100%;
}

.trending-header {
background: #f0efef;
text-align: center;
color: #000000;
font-weight: 700;
letter-spacing: 1px;
text-transform: uppercase;
padding: 15px;
}

.trending-body {
padding: 30px 10px;
}

.trending-body a {
border: 1px solid rgba(0,0,0,0.1);
font-size: 13px !important;
line-height: 1em;
padding: .53846em .76923em;
display: inline-block;
margin-right: 5px;
margin-bottom: 10px;
border-radius: 3px;
color: #b1b1b1;
text-decoration: none !important;

-webkit-transition: all 0.2s ease;/* Safari 3.2+, Chrome */
-moz-transition: all 0.2s ease;/* Firefox 4-15 */
-o-transition: all 0.2s ease;/* Opera 10.5-12.00 */
transition: all 0.2s ease;/* Firefox 16+, Opera 12.50+ */
}

.trending-body a:hover {
color: #ff0000;
border: 1px solid #ff0000;
}

.tags {
padding: 75px 0;
}

.tags h1 {
font-size: 40px;
font-weight: 500;
margin: 0;
text-align:  center;
}

.primer_page_navi {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  margin-top: 30px;
  font-size: 16px;
}

.primer_page_navi li.bpn-current {
  background: #f70c0c;
  color: #ffffff;
  padding: 10px 15px;
  line-height: 1;
}

.primer_page_navi li a {
  display: block;
  padding: 10px 15px;
  background: #ffffff;
  border: 1px solid #f2f2f2;
  line-height: 1;
  text-decoration: none;
  color: #f70c0c;
  
  -webkit-transition: all 0.2s ease;/* Safari 3.2+, Chrome */
  -moz-transition: all 0.2s ease;/* Firefox 4-15 */
  -o-transition: all 0.2s ease;/* Opera 10.5-12.00 */
  transition: all 0.2s ease;/* Firefox 16+, Opera 12.50+ */
}

.primer_page_navi li a:hover {
  background: #fafafa;
}

#breadcrumbs {
text-align: center;
color: #777777;
}

#breadcrumbs a {
text-decoration: none !important;
color: #000;
}

.post-header {
padding: 75px 0 0;
}

.post-header h1 {
font-weight: 600;
font-size: 40px;
margin-bottom: 30px;
}

.post-body {
padding: 50px 0;
color: #7e7e7e;
}

.post-body a {
color: #000000;
text-decoration: none !important;
}

.byline {
margin: 15px 0;
color: #cacaca;
font-size: 12px;
text-transform: uppercase;
font-weight: 700;
letter-spacing: 1px;
}

.byline span {
margin-right: 10px;
}

.byline span i {
margin-right: 5px;
}

.byline span a {
color: #cacaca !important;
text-decoration: none !important;
}



/* Publications */



.publications {
padding: 75px 0;
}

.publication {
text-align: center;
color: #ffffff;
background: linear-gradient(330deg, rgb(242, 19, 19) 59.5%, rgba(255, 128, 73, 0.6) 100%);
border-radius: 5px;
padding: 30px 15px;
height: 100%;

-webkit-transition: all 0.2s ease;/* Safari 3.2+, Chrome */
-moz-transition: all 0.2s ease;/* Firefox 4-15 */
-o-transition: all 0.2s ease;/* Opera 10.5-12.00 */
transition: all 0.2s ease;/* Firefox 16+, Opera 12.50+ */
}

.publication:hover {
background: #eaeaea;
color: #000000;
}

.publication h4 {
font-size: 21px;
font-weight: 500;
line-height: 1.7em;
}



/* 404 Page */



.not-found {
padding: 100px 0;
}

.not-found h1 {
font-size: 40px;
font-weight: bold;
}

.not-found p {
margin: 30px 0;
color: #5b5b5b;
font-size: 16px;
}

.not-found p a {
color: #5b5b5b;
}

.not-found .btn {
display: block;
margin: 0 auto;
}


/* Careers */



.careers {
padding-bottom: 50px;
}

.careers h3 {
color: #ff0000;
font-size: 21px;
margin-bottom: 30px;
}

.job-title {
background: #ee2c2c;
font-size: 16px;
color: #ffffff;
padding: 15px 30px;
}

.resume-upload {
padding: 15px 30px;
margin-top: 30px;
display: inline-block;
width: max-content;
background-color: #aaaaaa;
color: #ffffff !important;
text-transform: uppercase;
text-align: center;
text-decoration: none !important;
}




/* Contact Us */

.contact-block {
padding-bottom: 50px;
}

.contact-block h1 {
color: #ff0000;
font-weight: 500;
font-size: 40px;
margin: 40px 0;
}

.contact-block ul.locations {
padding: 0;
margin: 0;
list-style: none;
display: flex;
justify-content: center;
border: 1px solid #e6ecf3;
margin-bottom: 50px;
}

.contact-block ul li a {
display: block;
color: #000000;
text-transform: uppercase;
text-decoration: none;
letter-spacing: 2px;
padding: 20px;
}

.contact-block ul li a.active {
background: #f7f7f7;
}

.contact-block .contact-info {
display: none;
}

.contact-block .contact-info.active {
display: block;
}

.employee-image {
margin-bottom: 30px;
width: 200px;
}

.employee-name,
.employee-position,
.employee-email {
font-size: 20px;
font-weight: 500;
line-height: 2em;
}

.employee-name {
color: #ff0000;
}

.employee-email a {
color: #000000 !important;
text-decoration: none !important;
font-style: italic;
}

.contact-block h5 {
font-weight: 500;
line-height: 2;
letter-spacing: 0px;
font-size: 18px;
color: #000000;
text-transform: uppercase;
}

.contact-block h3 {
margin-bottom: 35px;
font-weight: 500;
}

.contact-block .col-lg-4 {
border-right: 1px solid #d3d3d3;
}

.contact-block ul.gform_fields label {
display: block;
font-weight: bold;
color: #5b5b5b;
}

.contact-block ul.gform_fields textarea {
width: 100%;
padding: 10px;
}

.validation_error {
text-align: center;
color: #842029;
background: #f8d7da;
border: 1px solid #f5c2c7;
padding: 10px;
margin-bottom: 20px;
}

.validation_message {
color: #842029;
}


/* Footer */

footer {
padding: 45px 0 75px;
background: #f70c0c;
color: #ffffff;
}

footer p {
margin: 25px 0;
font-size: 16px;
}

footer a {
color: #ffffff !important;
text-decoration: none !important;
}

footer h3 {
margin-bottom: 25px;
}

footer .menu-item {
margin-right: 30px;
margin-bottom: 10px;
}

.footer-nav {
margin-top: 0;
}

.footer-nav .menu-item:first-of-type {
margin-left: 0;
}

.social {
margin-top: 30px;
}

.social a {
font-size: 18px;
margin: 0 10px;
}

.social a:first-of-type {
margin-left: 0;
}

footer .gform_wrapper {
text-align: right;
}

footer .gform_button {
padding: 5px 30px;
  line-height: 28px;
  text-transform: uppercase;
}

.container .select2-container--default .select2-selection--multiple{
	border-color:black;
	border-radius: 0;
	min-width:200px;
}

.select2-dropdown{
	border-radius: 0 !important;
	border-color:black !important;
}

.container .select2-container--default .select2-selection--multiple .select2-selection__choice{
	background-color: #df2a24;
	color:#fff;
	border-radius: 0;
	border:none;
}
.container .select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
	color:#fff;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
	background-color: #efefef !important;
	opacity: 1;
}
.select2-results__option{
	color:#333 !important;
	opacity: .5;
}