/*
Theme Name: Allied Outcomes
Theme URI: https://wordpress.org/themes/twentyseventeen/
Author: Superdream
Author URI: www.superdream.co.uk
Description: Allied Outcomes theme built by Superdream
*/
/*
|--------------------------------------------------------------------------
| SASS Mixins
|--------------------------------------------------------------------------
|
|	This file containes all the theme mixins and can all be included in to 
|	any class using the '@include' reference.
|
|	KEY:
|	
|	[1] Page Wrappers
|	[2] Media Query
|	[3] Headers
|	[4] Opacity
|	[5] Box Sizing
|	[6] Default Text Style
|	[7] Default Button Style
|	[8] Icons
|	[9] Transitions
|
*/
/*
|--------------------------------------------------------------------------
| [1] Page Wrappers
|--------------------------------------------------------------------------
|
|
|
*/
/*
|--------------------------------------------------------------------------
| [2] Media Query
|--------------------------------------------------------------------------
|
|	NOTE:	- 	Use the following mixin in you stylecheets to set your 
|				media query 
|				
|				Example: [ @include respond-to(set-query-size-here){ }; ]
|
|			-	Simply replace 'set-query-size-here' to one of the following:
|				
|				[mobile, small-tablet, tablet, desktop, large-desktop, retina]
|				
|				Example: [ @include respond-to(mobile){ }; ]
|
|			-	You can also set an exact pixel width for more specific 
|				media queries
|				
|				Example: [ @include respond-to(480px){ }; ]
|
*/
/*
|--------------------------------------------------------------------------
| [3] Headers
|--------------------------------------------------------------------------
|
|	NOTE:	- 	This headers mixin can be include in any class using 
|				the example below:
|
|				Set the variables with one of the following values:
|
|				$header-type 	[ h1 | h2 | h3 | h4 | h5 | h6 ]
|				$header-weight 	[ light | regular | medium | bold | extrabold ]
|				$header-color 	[ white | grey | blue | yellow ]
|
|				Example: [ @include header($header-type, $header-weight, $header-color); ]
|				
*/
/*
|--------------------------------------------------------------------------
| [4] Opacity
|--------------------------------------------------------------------------
|
|	NOTE:	- 	This opacity mixin can be include in any class using 
|				the example below.
|
|				Set the variables with one of the following values:
|
|				$value [ 0 | .1 | .2 | .3 | .4 |.5 |.6 |.7 |.8 |.9 | 1 ]
|
|				Example: [ @include opacity($value); ]
|				
*/
/*
|--------------------------------------------------------------------------
| [5] Box Sizing
|--------------------------------------------------------------------------
|
|	NOTE:	- 	This box_sizing mixin can be include in any class using 
|				the example below to set an element to have box sizing.
:
|				$value 		[ 0 | .1 | .2 | .3 | .4 |.5 |.6 |.7 |.8 |.9 | 1 ]
|				Example: 	[ @include box_sizing; ]
|				
*/
/*
|--------------------------------------------------------------------------
| [6] Default Text Style
|--------------------------------------------------------------------------
|
|	NOTE:	- 	This default_text_style mixin is used to define the 
|				text style of an element and can be include in any 
|				class using the example below.
|				
|				$text-weight 	[light | regular | medium | bold | extrabold ]
|				$text-color		[ white | grey | blue | yellow | hex value ]
|
|				Example: [ @include default_text_style($text-weight, $text-color); ]
|				
*/
/*
|--------------------------------------------------------------------------
| [7] Default Button Style
|--------------------------------------------------------------------------
|
|	NOTE:	- 	This btn_style mixin is used to define the 
|				button style and can be include in any class
|				using the example below.
|				
|				$btn-style 	[ btn_style_1 | btn_style_2 | btn_style_3 | btn_style_4 ]
|
|				Example: [ @include default_text_style($btn-style); ]
|				
*/
/*
|--------------------------------------------------------------------------
| [8] Icons
|--------------------------------------------------------------------------
|
|	NOTE:	- 	This icon mixin is used to define the icon and its colour 
|				and can be include in any class	using the example below.
|				
|				$icon 	[ arrow | arrow-down | email | login | x ]
|				$color 	[ blue  | white | grey ]
|
|				Example: [ @include icon($icon, $color); ]
|				
*/
/*
|--------------------------------------------------------------------------
| [9] Transitions
|--------------------------------------------------------------------------
|
|	NOTE:	- 	This transition mixin is used to set an element to 
|				transition between states or media queries.
|
|			-	By defauld this mix in uses the '$transition-speed' variable 
|				defined in 'base/_base_variables.scss'.
|
|				Example: [ @include transition($transition-speed); ]
|				
*/
/*
|--------------------------------------------------------------------------
| # Color Styles + Variables
|--------------------------------------------------------------------------
|
|	[1] Full Colour List
|	[2] Specify Colour Hierarchy
|	[3]	Text Colours
|	[4]	Header Colours
|	[5]	Button Colours
|	[6] In-text Link Colours
*/
/*
|--------------------------------------------------------------------------
| [1] Full Colour List
|--------------------------------------------------------------------------
|
*/
/*
|--------------------------------------------------------------------------
| [2] Specify Colour Hierarchy
|--------------------------------------------------------------------------
|
*/
/*
|--------------------------------------------------------------------------
| [3] Text Colours
|--------------------------------------------------------------------------
|
*/
/*
|--------------------------------------------------------------------------
| [4] Header Colours
|--------------------------------------------------------------------------
|
*/
/*
|--------------------------------------------------------------------------
| [5] Button Colours
|--------------------------------------------------------------------------
|
|	Button Colors 1
|
*/
/*
|
|	Button Colors 2
|
*/
/*
|
|	Button Colors 3
|
*/
/*
|
|	Button Colors $
|
*/
/*
|--------------------------------------------------------------------------
| [6] In-Text Link Colours
|--------------------------------------------------------------------------
|
*/
/*
|--------------------------------------------------------------------------
| [6] Button Styles
|--------------------------------------------------------------------------
|
|	Button Style 1
|
*/
/*
|--------------------------------------------------------------------------
| SASS Settings
|--------------------------------------------------------------------------
|
|	This file containes all the key settings for the website, be aware that 
|	any changes made here will be site-wide and could case major styling 
|	issues.
|
|	KEY:
|	
|	[1] Default settings
|	[2] Headers
|	[3] Header bar
|	[4] Mobile
|	[5] Components
|	[6] Typography
|	[7] Wrappers/Containers
|	[8] Buttons
|	[9] Icons
|	
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| [1] Default settings
|--------------------------------------------------------------------------
|
|	Spacing, Padding & Gutters
|
*/
/*
|
|	Forms
|
*/
/*
|
|	Default hover 
|
*/
/*
|
|	Transitions 
|
*/
/*
|
|	Main menu
|
*/
/*
|
|	Paragraph spacing 
|
*/
/*
|--------------------------------------------------------------------------
| [2] Headers
|--------------------------------------------------------------------------
|
*/
/*
|--------------------------------------------------------------------------
| [3] Header bar
|--------------------------------------------------------------------------
|
|	All header bar settings
|
*/
/*
|--------------------------------------------------------------------------
| [4] Mobile
|--------------------------------------------------------------------------
|
|	Mobile menu colours
|
*/
/*
|
|	Fonts weights
|
*/
/*
|--------------------------------------------------------------------------
| [5] Components
|--------------------------------------------------------------------------
|
|	Set max height of component blocks
|
*/
/*
|--------------------------------------------------------------------------
| [6] Typography
|--------------------------------------------------------------------------
|
|	NOTES: 	- 	Font families are set in the 'base/_base_fonts.scss'.
|
|			- 	Line heights are also set from the "$default-text-size"  
|				value and are scaled depented on the value.
|	
|--------------------------------------------------------------------------
|
|	Font Sizes
|
*/
/*
|
|	Fonts Weights
|
*/
/*
|--------------------------------------------------------------------------
| [7] Wrappers/Containers
|--------------------------------------------------------------------------
|
|	NOTES: 	- 	These are the restricting containers for content.
|
*/
/*
|--------------------------------------------------------------------------
| [8] Buttons
|--------------------------------------------------------------------------
|
*/
/*
|--------------------------------------------------------------------------
| [9] Icons
|--------------------------------------------------------------------------
|
|	NOTES: 	- 	Use the following mixin "@include icon(type, color);" and
|				replace the "type" and "color" values with one of the 
|				following:
|				
|				Type:		[ arrow | email | login ] 
|				Colour: 	[ white | blue | grey ]
|				
|				Example: 	[ @include icon(arrow, white); ]
|
|			-	The button icon are added in "_global_buttons.scss"
|
*/
/*
|--------------------------------------------------------------------------
| Base Fonts
|--------------------------------------------------------------------------
|
|	Set fonts
|
*/
/*
|--------------------------------------------------------------------------
| Base Placeholders
|--------------------------------------------------------------------------
|
| 	Define placeholder @extend class styles.
|
|	Example: [ @extend %fullwidth ]
|
*/
header, .header_space, footer .footer_container .footer_menu_container ul.footer_contact_info, footer .footer_container .footer_menu_container ul.footer_contact_info li, .wpcf7-validation-errors, .enquiry_form_container, .enquiry_form_container .col label, .enquiry_form_container .col .wpcf7-form-control-wrap, .enquiry_form_container .col .wpcf7-form-control-wrap input[type="text"], .enquiry_form_container .col .wpcf7-form-control-wrap input[type="email"], .enquiry_form_container .col .wpcf7-form-control-wrap input[type="number"], .enquiry_form_container .col .wpcf7-form-control-wrap textarea, .enquiry_form_container .col .wpcf7-form-control-wrap select, .container, .component_image_text .panel-grid-cell .so-panel .so-widget-sow-cta .sow-cta-base .sow-cta-wrapper .sow-cta-text {
  width: 100%; }

a:hover, a:-webkit-any-link:hover, .button.btn_style_1:hover, .button.btn_style_2:hover, .button.btn_style_3:hover, .button.btn_style_4:hover, .footer_popup .footer_container .lower_footer_right h4#btn_feedback:hover {
  opacity: 0.8;
  cursor: pointer; }

/*
|--------------------------------------------------------------------------
| Base Breakpoints
|--------------------------------------------------------------------------
|
|	Set break points for media queries, these settings are used in 
|	the 'wrapper_width' mixin set the file 'mixins/ _mixins.scss'.
|
*/
/*
|
|	Define breakpoint references
|
*/
/*
|--------------------------------------------------------------------------
| # Base Styles
|--------------------------------------------------------------------------
|   
|   This file containes all the base styles for the website.
|
|   KEY:
| 
|   [1] Body/Browser
|   [2] Anchors/Links
|   [3] Paragraphs
|   [4] Stand alone class styles
|   [5] Headers
|
*/
/*
|--------------------------------------------------------------------------
| [1] Body/Browser
|--------------------------------------------------------------------------
|
| Spacing, Padding & Gutters
|
*/
html, body {
  margin: 0;
  padding: 0;
  font-family: proxima-nova, sans-serif; }

body {
  padding-top: 100px;
  position: relative;
  -moz-transition: 1s;
  -o-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s; }
  @media only screen and (max-width: 650px) {
    body {
      padding-top: calc(100px - 50px);
      -moz-transition: 1s;
      -o-transition: 1s;
      -webkit-transition: 1s;
      transition: 1s; } }
  @media only screen and (max-width: small-tablet) {
    body {
      padding-top: calc(100px - 50px);
      -moz-transition: 1s;
      -o-transition: 1s;
      -webkit-transition: 1s;
      transition: 1s; } }

/*
|--------------------------------------------------------------------------
| [2] Anchors/Links
|--------------------------------------------------------------------------
|
|   Default link styles
|
*/
a {
  color: #009aa2;
  cursor: pointer;
  text-decoration: none; }

a:-webkit-any-link {
  color: #009aa2;
  cursor: pointer;
  text-decoration: none; }

/*
|
| Jump to section anchor positioning
|
*/
.anchor {
  position: absolute;
  top: -100px;
  left: 0;
  width: 1px;
  height: 1px; }
  @media only screen and (max-width: 1300px) {
    .anchor {
      top: -100px; } }
  @media only screen and (max-width: desktop) {
    .anchor {
      top: -100px; } }
  @media only screen and (max-width: 650px) {
    .anchor {
      top: -50px; } }
  @media only screen and (max-width: small-tablet) {
    .anchor {
      top: -50px; } }

/*
|--------------------------------------------------------------------------
| [3] Paragraphs
|--------------------------------------------------------------------------
|
|   Default paragraph styles
|
*/
p {
  color: #fff;
  font-weight: 400;
  font-family: proxima-nova, sans-serif;
  line-height: 24px;
  text-shadow: none !important;
  letter-spacing: 0px;
  font-size: 16px;
  margin: 0 0 20px 0; }
  @media only screen and (max-width: 970px) {
    p {
      font-size: 16px;
      line-height: 22px; } }
  @media only screen and (max-width: small-desktop) {
    p {
      font-size: 16px;
      line-height: 22px; } }
  p:last-child {
    margin: 0; }

/*
|--------------------------------------------------------------------------
| [4] Stand alone class styles
|--------------------------------------------------------------------------
|
*/
.clear {
  clear: both; }

.show_mob {
  display: none; }
  @media only screen and (max-width: 1070px) {
    .show_mob {
      display: inline-block;
      text-transform: lowercase; } }

.hide_mob {
  display: inline-block; }
  @media only screen and (max-width: 1070px) {
    .hide_mob {
      display: none; } }

/*
|--------------------------------------------------------------------------
| [5] Headers
|--------------------------------------------------------------------------
|
|	Header Sizes
|
*/
h1 {
  padding: 0;
  margin: 0 0 20px 0 !important;
  text-shadow: none !important;
  color: #4a4a4a;
  font-size: 70px;
  line-height: 75px;
  font-weight: 700; }
  @media only screen and (max-width: 680px) {
    h1 {
      margin: 0 0 calc(20px / 2) 0 !important; } }
  @media only screen and (max-width: tablet) {
    h1 {
      margin: 0 0 calc(20px / 2) 0 !important; } }
  @media only screen and (max-width: 1300px) {
    h1 {
      font-size: calc(70px - 10px);
      line-height: calc(70px - 10px + 5px); } }
  @media only screen and (max-width: desktop) {
    h1 {
      font-size: calc(70px - 10px);
      line-height: calc(70px - 10px + 5px); } }
  @media only screen and (max-width: 970px) {
    h1 {
      font-size: calc(70px - 20px);
      line-height: calc(70px - 20px + 5px); } }
  @media only screen and (max-width: small-desktop) {
    h1 {
      font-size: calc(70px - 20px);
      line-height: calc(70px - 20px + 5px); } }
  @media only screen and (max-width: 680px) {
    h1 {
      font-size: calc(70px - 30px);
      line-height: calc(70px - 30px + 5px); } }
  @media only screen and (max-width: tablet) {
    h1 {
      font-size: calc(70px - 30px);
      line-height: calc(70px - 30px + 5px); } }

h2 {
  padding: 0;
  margin: 0 0 20px 0 !important;
  text-shadow: none !important;
  color: #4a4a4a;
  font-size: 50px;
  line-height: 55px;
  font-weight: 800; }
  @media only screen and (max-width: 680px) {
    h2 {
      margin: 0 0 calc(20px / 2) 0 !important; } }
  @media only screen and (max-width: tablet) {
    h2 {
      margin: 0 0 calc(20px / 2) 0 !important; } }
  @media only screen and (max-width: 1300px) {
    h2 {
      font-size: calc(50px - 10px);
      line-height: calc(50px - 10px + 5px); } }
  @media only screen and (max-width: desktop) {
    h2 {
      font-size: calc(50px - 10px);
      line-height: calc(50px - 10px + 5px); } }
  @media only screen and (max-width: 970px) {
    h2 {
      font-size: calc(50px - 20px);
      line-height: calc(50px - 20px + 5px); } }
  @media only screen and (max-width: small-desktop) {
    h2 {
      font-size: calc(50px - 20px);
      line-height: calc(50px - 20px + 5px); } }

h3 {
  padding: 0;
  margin: 0 0 20px 0 !important;
  text-shadow: none !important;
  color: #4a4a4a;
  font-size: 40px;
  line-height: 45px;
  font-weight: 700; }
  @media only screen and (max-width: 680px) {
    h3 {
      margin: 0 0 calc(20px / 2) 0 !important; } }
  @media only screen and (max-width: tablet) {
    h3 {
      margin: 0 0 calc(20px / 2) 0 !important; } }
  @media only screen and (max-width: 1300px) {
    h3 {
      font-size: calc(40px - 10px);
      line-height: calc(40px - 10px + 5px); } }
  @media only screen and (max-width: desktop) {
    h3 {
      font-size: calc(40px - 10px);
      line-height: calc(40px - 10px + 5px); } }
  @media only screen and (max-width: 970px) {
    h3 {
      font-size: calc(40px - 20px);
      line-height: calc(40px - 20px + 5px); } }
  @media only screen and (max-width: small-desktop) {
    h3 {
      font-size: calc(40px - 20px);
      line-height: calc(40px - 20px + 5px); } }
  @media only screen and (max-width: 680px) {
    h3 {
      font-size: calc(40px - 30px);
      line-height: calc(40px - 30px + 5px); } }
  @media only screen and (max-width: tablet) {
    h3 {
      font-size: calc(40px - 30px);
      line-height: calc(40px - 30px + 5px); } }

h4 {
  padding: 0;
  margin: 0 0 20px 0 !important;
  text-shadow: none !important;
  color: #4a4a4a;
  font-size: 34px;
  line-height: 39px;
  font-weight: 700; }
  @media only screen and (max-width: 680px) {
    h4 {
      margin: 0 0 calc(20px / 2) 0 !important; } }
  @media only screen and (max-width: tablet) {
    h4 {
      margin: 0 0 calc(20px / 2) 0 !important; } }
  @media only screen and (max-width: 1300px) {
    h4 {
      font-size: calc(34px - 2px);
      line-height: calc(34px - 2px + 5px); } }
  @media only screen and (max-width: desktop) {
    h4 {
      font-size: calc(34px - 2px);
      line-height: calc(34px - 2px + 5px); } }
  @media only screen and (max-width: 970px) {
    h4 {
      font-size: calc(34px - 5px);
      line-height: calc(34px - 5px + 5px); } }
  @media only screen and (max-width: small-desktop) {
    h4 {
      font-size: calc(34px - 5px);
      line-height: calc(34px - 5px + 5px); } }
  @media only screen and (max-width: 680px) {
    h4 {
      font-size: calc(34px - 15px);
      line-height: calc(34px - 15px + 5px); } }
  @media only screen and (max-width: tablet) {
    h4 {
      font-size: calc(34px - 15px);
      line-height: calc(34px - 15px + 5px); } }

h5 {
  padding: 0;
  margin: 0 0 20px 0 !important;
  text-shadow: none !important;
  color: #4a4a4a;
  font-size: 30px;
  line-height: 35px;
  font-weight: 700; }
  @media only screen and (max-width: 680px) {
    h5 {
      margin: 0 0 calc(20px / 2) 0 !important; } }
  @media only screen and (max-width: tablet) {
    h5 {
      margin: 0 0 calc(20px / 2) 0 !important; } }
  @media only screen and (max-width: 1300px) {
    h5 {
      font-size: calc(30px - 2px);
      line-height: calc(30px - 2px + 5px); } }
  @media only screen and (max-width: desktop) {
    h5 {
      font-size: calc(30px - 2px);
      line-height: calc(30px - 2px + 5px); } }
  @media only screen and (max-width: 970px) {
    h5 {
      font-size: calc(30px - 5px);
      line-height: calc(30px - 5px + 5px); } }
  @media only screen and (max-width: small-desktop) {
    h5 {
      font-size: calc(30px - 5px);
      line-height: calc(30px - 5px + 5px); } }
  @media only screen and (max-width: 680px) {
    h5 {
      font-size: calc(30px - 10px);
      line-height: calc(30px - 10px + 5px); } }
  @media only screen and (max-width: tablet) {
    h5 {
      font-size: calc(30px - 10px);
      line-height: calc(30px - 10px + 5px); } }

h6 {
  padding: 0;
  margin: 0 0 20px 0 !important;
  text-shadow: none !important;
  color: #4a4a4a;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700; }
  @media only screen and (max-width: 680px) {
    h6 {
      margin: 0 0 calc(20px / 2) 0 !important; } }
  @media only screen and (max-width: tablet) {
    h6 {
      margin: 0 0 calc(20px / 2) 0 !important; } }
  @media only screen and (max-width: 1300px) {
    h6 {
      font-size: calc(20px - 2px);
      line-height: calc(20px - 2px + 5px); } }
  @media only screen and (max-width: desktop) {
    h6 {
      font-size: calc(20px - 2px);
      line-height: calc(20px - 2px + 5px); } }

/*
|--------------------------------------------------------------------------
| Header Styles
|--------------------------------------------------------------------------
|
|
*/
header {
  height: 100px;
  background-color: #fff;
  position: fixed;
  z-index: 999999;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.3);
  top: 0;
  -moz-transition: 1s;
  -o-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s; }
  @media only screen and (max-width: 650px) {
    header {
      height: calc(100px - 50px);
      -moz-transition: 1s;
      -o-transition: 1s;
      -webkit-transition: 1s;
      transition: 1s; } }
  @media only screen and (max-width: small-tablet) {
    header {
      height: calc(100px - 50px);
      -moz-transition: 1s;
      -o-transition: 1s;
      -webkit-transition: 1s;
      transition: 1s; } }
  @media only screen and (max-width: 910px) {
    header #menu_wrap {
      position: fixed;
      width: 300px;
      background: #fff;
      height: 100%;
      top: unset;
      bottom: unset;
      padding-top: 100px; } }
  @media only screen and (max-width: 910px) and (max-width: 650px) {
    header #menu_wrap {
      padding-top: calc(100px - 50px);
      -moz-transition: 1s;
      -o-transition: 1s;
      -webkit-transition: 1s;
      transition: 1s; } }
  @media only screen and (max-width: 910px) and (max-width: small-tablet) {
    header #menu_wrap {
      padding-top: calc(100px - 50px);
      -moz-transition: 1s;
      -o-transition: 1s;
      -webkit-transition: 1s;
      transition: 1s; } }
  @media only screen and (max-width: 910px) {
      header #menu_wrap.closed {
        right: -300px;
        -moz-transition: 1s;
        -o-transition: 1s;
        -webkit-transition: 1s;
        transition: 1s; }
      header #menu_wrap.open {
        right: 0;
        -moz-transition: 1s;
        -o-transition: 1s;
        -webkit-transition: 1s;
        transition: 1s; } }
  header .menu_buttons {
    position: absolute;
    height: 40px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 30px;
    z-index: 2;
    -moz-transition: 1s;
    -o-transition: 1s;
    -webkit-transition: 1s;
    transition: 1s; }
    @media only screen and (max-width: 910px) {
      header .menu_buttons {
        position: relative;
        height: auto;
        right: 0;
        float: left;
        width: 100%;
        margin-top: 20px; } }
    @media only screen and (max-width: 650px) {
      header .menu_buttons {
        height: calc(100px - 50px);
        -moz-transition: 1s;
        -o-transition: 1s;
        -webkit-transition: 1s;
        transition: 1s; } }
    @media only screen and (max-width: small-tablet) {
      header .menu_buttons {
        height: calc(100px - 50px);
        -moz-transition: 1s;
        -o-transition: 1s;
        -webkit-transition: 1s;
        transition: 1s; } }
    header .menu_buttons .button {
      font-weight: 500;
      min-width: auto !important;
      text-align: left !important; }
      @media only screen and (max-width: 1070px) {
        header .menu_buttons .button {
          text-transform: capitalize; } }
      @media only screen and (max-width: 650px) {
        header .menu_buttons .button {
          height: calc(100px - 50px);
          line-height: calc(100px - 50px); } }
      @media only screen and (max-width: small-tablet) {
        header .menu_buttons .button {
          height: calc(100px - 50px);
          line-height: calc(100px - 50px); } }
      @media only screen and (max-width: 910px) {
        header .menu_buttons .button {
          width: 80%;
          padding: 0 10% !important; } }
  header .logo {
    width: 291px;
    height: 75px;
    left: 20px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 2;
    -moz-transition: 1s;
    -o-transition: 1s;
    -webkit-transition: 1s;
    transition: 1s;
    border: 0; }
    @media only screen and (max-width: 1300px) {
      header .logo {
        left: 20px;
        -moz-transition: 1s;
        -o-transition: 1s;
        -webkit-transition: 1s;
        transition: 1s; } }
    @media only screen and (max-width: desktop) {
      header .logo {
        left: 20px;
        -moz-transition: 1s;
        -o-transition: 1s;
        -webkit-transition: 1s;
        transition: 1s; } }
    @media only screen and (max-width: 1029px) {
      header .logo {
        -moz-transition: 1s;
        -o-transition: 1s;
        -webkit-transition: 1s;
        transition: 1s; } }
    @media only screen and (max-width: 650px) {
      header .logo {
        width: 127px;
        height: 30px;
        left: 10px;
        -moz-transition: 1s;
        -o-transition: 1s;
        -webkit-transition: 1s;
        transition: 1s; } }
    @media only screen and (max-width: small-tablet) {
      header .logo {
        width: 127px;
        height: 30px;
        left: 10px;
        -moz-transition: 1s;
        -o-transition: 1s;
        -webkit-transition: 1s;
        transition: 1s; } }
    header .logo a {
      border: 0;
      width: 291px;
      height: 75px;
      float: left;
      overflow: hidden;
      -moz-transition: 1s;
      -o-transition: 1s;
      -webkit-transition: 1s;
      transition: 1s; }
      @media only screen and (max-width: 1300px) {
        header .logo a {
          -moz-transition: 1s;
          -o-transition: 1s;
          -webkit-transition: 1s;
          transition: 1s; } }
      @media only screen and (max-width: desktop) {
        header .logo a {
          -moz-transition: 1s;
          -o-transition: 1s;
          -webkit-transition: 1s;
          transition: 1s; } }
      @media only screen and (max-width: 1029px) {
        header .logo a {
          -moz-transition: 1s;
          -o-transition: 1s;
          -webkit-transition: 1s;
          transition: 1s; } }
      @media only screen and (max-width: 650px) {
        header .logo a {
          width: 127px;
          height: 30px;
          -moz-transition: 1s;
          -o-transition: 1s;
          -webkit-transition: 1s;
          transition: 1s; } }
      @media only screen and (max-width: small-tablet) {
        header .logo a {
          width: 127px;
          height: 30px;
          -moz-transition: 1s;
          -o-transition: 1s;
          -webkit-transition: 1s;
          transition: 1s; } }
      header .logo a img {
        border: 0;
        width: 291px;
        height: 75px;
        -moz-transition: 1s;
        -o-transition: 1s;
        -webkit-transition: 1s;
        transition: 1s; }
        @media only screen and (max-width: 1300px) {
          header .logo a img {
            -moz-transition: 1s;
            -o-transition: 1s;
            -webkit-transition: 1s;
            transition: 1s; } }
        @media only screen and (max-width: desktop) {
          header .logo a img {
            -moz-transition: 1s;
            -o-transition: 1s;
            -webkit-transition: 1s;
            transition: 1s; } }
        @media only screen and (max-width: 650px) {
          header .logo a img {
            width: 127px;
            height: 30px;
            -moz-transition: 1s;
            -o-transition: 1s;
            -webkit-transition: 1s;
            transition: 1s; } }
        @media only screen and (max-width: small-tablet) {
          header .logo a img {
            width: 127px;
            height: 30px;
            -moz-transition: 1s;
            -o-transition: 1s;
            -webkit-transition: 1s;
            transition: 1s; } }

.header_space {
  height: 100px;
  -moz-transition: 1s;
  -o-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s; }
  @media only screen and (max-width: 1300px) {
    .header_space {
      height: calc(100px - 50px);
      -moz-transition: 1s;
      -o-transition: 1s;
      -webkit-transition: 1s;
      transition: 1s; } }
  @media only screen and (max-width: desktop) {
    .header_space {
      height: calc(100px - 50px);
      -moz-transition: 1s;
      -o-transition: 1s;
      -webkit-transition: 1s;
      transition: 1s; } }
  @media only screen and (max-width: 650px) {
    .header_space {
      height: calc(100px - 100px);
      -moz-transition: 1s;
      -o-transition: 1s;
      -webkit-transition: 1s;
      transition: 1s; } }
  @media only screen and (max-width: small-tablet) {
    .header_space {
      height: calc(100px - 100px);
      -moz-transition: 1s;
      -o-transition: 1s;
      -webkit-transition: 1s;
      transition: 1s; } }

/*
|--------------------------------------------------------------------------
| Main Menu Styles - Desktop 
|--------------------------------------------------------------------------
|
|
*/
.main-menu {
  padding: 0;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  height: calc(100px - 80px);
  list-style: none;
  float: left;
  right: 360px;
  z-index: 1; }
  @media only screen and (max-width: 1070px) {
    .main-menu {
      right: 250px; } }
  @media only screen and (max-width: 910px) {
    .main-menu {
      right: 0;
      position: relative;
      height: auto; } }
  .main-menu > li {
    height: calc(100px - 80px);
    display: inline-block;
    zoom: 1;
    padding: 0 calc(30px / 2); }
    @media only screen and (max-width: 1300px) {
      .main-menu > li {
        padding: 0 calc(30px / 3); } }
    @media only screen and (max-width: desktop) {
      .main-menu > li {
        padding: 0 calc(30px / 3); } }
    .main-menu > li:first-child {
      padding-left: 30px; }
    .main-menu > li:last-child {
      padding-right: 30px; }
    .main-menu > li > a {
      display: block;
      height: calc(100px - 80px);
      font-size: 16px;
      font-weight: 500;
      letter-spacing: 1px;
      line-height: 25px;
      color: #4a4a4a;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box; }
      @media only screen and (max-width: 1300px) {
        .main-menu > li > a {
          font-size: calc(16px - 2px); } }
      @media only screen and (max-width: desktop) {
        .main-menu > li > a {
          font-size: calc(16px - 2px); } }
      .main-menu > li > a:hover {
        color: #009aa2; }

/*
|--------------------------------------------------------------------------
| Main Menu Styles - Mobile 
|--------------------------------------------------------------------------
|
|
*/
header #mobile_menu_btn {
  min-width: auto !important;
  display: none;
  position: absolute;
  width: calc(100px - 50px);
  height: calc(100px - 50px);
  background-color: #f5f5f5;
  color: #fff;
  line-height: calc(100px - 50px);
  border-radius: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 10px;
  z-index: 2;
  background-position: center !important;
  background-repeat: no-repeat;
  background-size: 30px; }
  header #mobile_menu_btn.menu_open {
    background-image: url("assets/icons/mobile-menu.svg"); }
  header #mobile_menu_btn.menu_closed {
    background-image: url("assets/icons/mobile-x.svg"); }
  @media only screen and (max-width: 650px) {
    header #mobile_menu_btn {
      height: calc(100px - 60px);
      width: calc(100px - 60px);
      right: 5px;
      background-size: calc(30px / 2); } }
  @media only screen and (max-width: small-tablet) {
    header #mobile_menu_btn {
      height: calc(100px - 60px);
      width: calc(100px - 60px);
      right: 5px;
      background-size: calc(30px / 2); } }
  header #mobile_menu_btn:hover {
    cursor: pointer; }

@media only screen and (max-width: 910px) {
  header #mobile_menu_btn {
    display: block; }
  .main-menu > li {
    width: 100%;
    height: auto;
    padding: 0;
    border-bottom: 1px solid #f5f5f5;
    background: #fff;
    display: block;
    float: left; }
    .main-menu > li:first-child {
      padding: 0;
      border-top: 1px solid #f5f5f5;
      -moz-transition: 1s;
      -o-transition: 1s;
      -webkit-transition: 1s;
      transition: 1s; }
    .main-menu > li:last-child {
      padding: 0;
      border-bottom: 0 !important; }
    .main-menu > li:hover {
      background: #009aa2;
      border-bottom: 1px solid #009aa2;
      -moz-transition: 1s;
      -o-transition: 1s;
      -webkit-transition: 1s;
      transition: 1s; }
      .main-menu > li:hover:first-child {
        border-top: 1px solid #009aa2;
        -moz-transition: 1s;
        -o-transition: 1s;
        -webkit-transition: 1s;
        transition: 1s; }
      .main-menu > li:hover a {
        color: #fff;
        -moz-transition: 1s;
        -o-transition: 1s;
        -webkit-transition: 1s;
        transition: 1s; }
    .main-menu > li > a {
      width: 100%;
      height: auto;
      padding: calc(30px / 2) 30px;
      float: left;
      line-height: normal;
      -moz-transition: 1s;
      -o-transition: 1s;
      -webkit-transition: 1s;
      transition: 1s; } }

/*
|--------------------------------------------------------------------------
| Button Styles
|--------------------------------------------------------------------------
|
|
*/
.button {
  min-width: 180px;
  text-align: left !important; }
  @media only screen and (max-width: 480px) {
    .button {
      width: 100%; } }
  @media only screen and (max-width: mobile) {
    .button {
      width: 100%; } }
  .button.btn_style_1 {
    position: relative;
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    padding: 0 calc(20px * 2) 0 20px !important;
    display: inline-block !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    outline: none;
    font-size: 16px !important;
    background: #009aa2 !important;
    color: #fff; }
    .button.btn_style_1 span {
      color: #fff !important; }
  .button.btn_style_2 {
    position: relative;
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    padding: 0 calc(20px * 2) 0 20px !important;
    display: inline-block !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    outline: none;
    font-size: 16px !important;
    background: #f5f5f5 !important;
    color: #4a4a4a !important; }
    .button.btn_style_2 span {
      color: #4a4a4a; }
  .button.btn_style_3 {
    position: relative;
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    padding: 0 calc(20px * 2) 0 20px !important;
    display: inline-block !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    outline: none;
    font-size: 16px !important;
    background: #ffb62e !important;
    color: #3C4853 !important; }
    .button.btn_style_3 span {
      color: #3C4853; }
  .button.btn_style_4 {
    position: relative;
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    padding: 0 calc(20px * 2) 0 20px !important;
    display: inline-block !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    outline: none;
    font-size: 16px !important;
    background: #3C4853 !important;
    color: #fff !important; }
    .button.btn_style_4 span {
      color: #fff !important; }
  .button.icon_arrow_white {
    background-size: 10px;
    background-image: url("assets/icons/white-arrow.svg") !important;
    background-position: right 15px center !important;
    background-repeat: no-repeat !important; }
  .button.icon_arrow_blue {
    background-size: 10px;
    background-image: url("assets/icons/blue-arrow.svg") !important;
    background-position: right 15px center !important;
    background-repeat: no-repeat !important; }
  .button.icon_arrow_grey {
    background-size: 10px;
    background-image: url("assets/icons/grey-arrow.svg") !important;
    background-position: right 15px center !important;
    background-repeat: no-repeat !important; }
  .button.icon_arrow_down_white {
    background-size: 10px;
    background-image: url("assets/icons/white-arrow-down.svg") !important;
    background-position: right 15px center !important;
    background-repeat: no-repeat !important; }
  .button.icon_arrow_down_blue {
    background-size: 10px;
    background-image: url("assets/icons/blue-arrow-down.svg") !important;
    background-position: right 15px center !important;
    background-repeat: no-repeat !important; }
  .button.icon_arrow_down_grey {
    background-size: 10px;
    background-image: url("assets/icons/grey-arrow-down.svg") !important;
    background-position: right 15px center !important;
    background-repeat: no-repeat !important; }
  .button.icon_email_white {
    background-size: 20px;
    background-image: url("assets/icons/white-email.svg") !important;
    background-position: right 15px center !important;
    background-repeat: no-repeat !important; }
  .button.icon_email_blue {
    background-size: 20px;
    background-image: url("assets/icons/blue-email.svg") !important;
    background-position: right 15px center !important;
    background-repeat: no-repeat !important; }
  .button.icon_email_grey {
    background-size: 20px;
    background-image: url("assets/icons/grey-email.svg") !important;
    background-position: right 15px center !important;
    background-repeat: no-repeat !important; }
  .button.icon_login_white {
    background-size: 20px;
    background-image: url("assets/icons/white-login.svg") !important;
    background-position: right 15px center !important;
    background-repeat: no-repeat !important; }
  .button.icon_login_blue {
    background-size: 20px;
    background-image: url("assets/icons/blue-login.svg") !important;
    background-position: right 15px center !important;
    background-repeat: no-repeat !important; }
  .button.icon_login_grey {
    background-size: 20px;
    background-image: url("assets/icons/grey-login.svg") !important;
    background-position: right 15px center !important;
    background-repeat: no-repeat !important; }
  .button.icon_x_white {
    background-size: 20px;
    background-image: url("assets/icons/white-x.svg") !important;
    background-position: right 15px center !important;
    background-repeat: no-repeat !important; }
  .button.icon_x_blue {
    background-size: 20px;
    background-image: url("assets/icons/blue-x.svg") !important;
    background-position: right 15px center !important;
    background-repeat: no-repeat !important; }
  .button.icon_x_grey {
    background-size: 20px;
    background-image: url("assets/icons/grey-x.svg") !important;
    background-position: right 15px center !important;
    background-repeat: no-repeat !important; }

/*
|--------------------------------------------------------------------------
| Footer Styles
|--------------------------------------------------------------------------
|
|	Hero slider settings	
|
*/
/*
|--------------------------------------------------------------------------
| Component Styles
|--------------------------------------------------------------------------
|
*/
footer {
  background: #004569; }
  footer .footer_container {
    float: left; }
    footer .footer_container .footer_menu_container {
      float: left;
      width: 300px; }
      footer .footer_container .footer_menu_container .contact_detailes h4 {
        padding: 0;
        margin: 0 0 20px 0 !important;
        text-shadow: none !important;
        color: #fff;
        font-size: 34px;
        line-height: 39px;
        font-weight: 700; }
        @media only screen and (max-width: 680px) {
          footer .footer_container .footer_menu_container .contact_detailes h4 {
            margin: 0 0 calc(20px / 2) 0 !important; } }
        @media only screen and (max-width: tablet) {
          footer .footer_container .footer_menu_container .contact_detailes h4 {
            margin: 0 0 calc(20px / 2) 0 !important; } }
        @media only screen and (max-width: 1300px) {
          footer .footer_container .footer_menu_container .contact_detailes h4 {
            font-size: calc(34px - 2px);
            line-height: calc(34px - 2px + 5px); } }
        @media only screen and (max-width: desktop) {
          footer .footer_container .footer_menu_container .contact_detailes h4 {
            font-size: calc(34px - 2px);
            line-height: calc(34px - 2px + 5px); } }
        @media only screen and (max-width: 970px) {
          footer .footer_container .footer_menu_container .contact_detailes h4 {
            font-size: calc(34px - 5px);
            line-height: calc(34px - 5px + 5px); } }
        @media only screen and (max-width: small-desktop) {
          footer .footer_container .footer_menu_container .contact_detailes h4 {
            font-size: calc(34px - 5px);
            line-height: calc(34px - 5px + 5px); } }
        @media only screen and (max-width: 680px) {
          footer .footer_container .footer_menu_container .contact_detailes h4 {
            font-size: calc(34px - 15px);
            line-height: calc(34px - 15px + 5px); } }
        @media only screen and (max-width: tablet) {
          footer .footer_container .footer_menu_container .contact_detailes h4 {
            font-size: calc(34px - 15px);
            line-height: calc(34px - 15px + 5px); } }
      footer .footer_container .footer_menu_container ul.footer_contact_info {
        list-style: none;
        float: left;
        padding: 0;
        margin: 0; }
        footer .footer_container .footer_menu_container ul.footer_contact_info li {
          float: left;
          color: #fff;
          font-weight: 400;
          font-family: proxima-nova, sans-serif;
          line-height: 24px;
          text-shadow: none !important;
          letter-spacing: 0px;
          font-size: 16px;
          padding-bottom: 10px;
          padding-left: 30px;
          position: relative; }
          @media only screen and (max-width: 970px) {
            footer .footer_container .footer_menu_container ul.footer_contact_info li {
              font-size: 16px;
              line-height: 22px; } }
          @media only screen and (max-width: small-desktop) {
            footer .footer_container .footer_menu_container ul.footer_contact_info li {
              font-size: 16px;
              line-height: 22px; } }
          footer .footer_container .footer_menu_container ul.footer_contact_info li span {
            position: absolute;
            left: 0;
            color: #fff;
            font-weight: 700;
            font-family: proxima-nova, sans-serif;
            line-height: 24px;
            text-shadow: none !important;
            letter-spacing: 0px;
            font-size: 16px; }
            @media only screen and (max-width: 970px) {
              footer .footer_container .footer_menu_container ul.footer_contact_info li span {
                font-size: 16px;
                line-height: 22px; } }
            @media only screen and (max-width: small-desktop) {
              footer .footer_container .footer_menu_container ul.footer_contact_info li span {
                font-size: 16px;
                line-height: 22px; } }
          footer .footer_container .footer_menu_container ul.footer_contact_info li:last-child {
            padding-bottom: 0px; }
          footer .footer_container .footer_menu_container ul.footer_contact_info li a {
            float: left;
            color: #fff;
            font-weight: 400;
            font-family: proxima-nova, sans-serif;
            line-height: 24px;
            text-shadow: none !important;
            letter-spacing: 0px;
            font-size: 16px; }
            @media only screen and (max-width: 970px) {
              footer .footer_container .footer_menu_container ul.footer_contact_info li a {
                font-size: 16px;
                line-height: 22px; } }
            @media only screen and (max-width: small-desktop) {
              footer .footer_container .footer_menu_container ul.footer_contact_info li a {
                font-size: 16px;
                line-height: 22px; } }
          footer .footer_container .footer_menu_container ul.footer_contact_info li ul {
            float: left;
            padding: 0;
            margin: 0;
            list-style: none;
            margin-top: 8px; }
            footer .footer_container .footer_menu_container ul.footer_contact_info li ul li {
              padding-left: 0;
              position: relative;
              color: #fff;
              font-weight: 400;
              font-family: proxima-nova, sans-serif;
              line-height: 24px;
              text-shadow: none !important;
              letter-spacing: 0px;
              font-size: 16px;
              line-height: 15px !important; }
              @media only screen and (max-width: 970px) {
                footer .footer_container .footer_menu_container ul.footer_contact_info li ul li {
                  font-size: 16px;
                  line-height: 22px; } }
              @media only screen and (max-width: small-desktop) {
                footer .footer_container .footer_menu_container ul.footer_contact_info li ul li {
                  font-size: 16px;
                  line-height: 22px; } }
              @media only screen and (max-width: 970px) {
                footer .footer_container .footer_menu_container ul.footer_contact_info li ul li {
                  line-height: 15px; } }
              @media only screen and (max-width: small-desktop) {
                footer .footer_container .footer_menu_container ul.footer_contact_info li ul li {
                  line-height: 15px; } }
              footer .footer_container .footer_menu_container ul.footer_contact_info li ul li span {
                position: absolute;
                left: 0;
                color: #fff;
                font-weight: 700;
                font-family: proxima-nova, sans-serif;
                line-height: 24px;
                text-shadow: none !important;
                letter-spacing: 0px;
                font-size: 16px; }
                @media only screen and (max-width: 970px) {
                  footer .footer_container .footer_menu_container ul.footer_contact_info li ul li span {
                    font-size: 16px;
                    line-height: 22px; } }
                @media only screen and (max-width: small-desktop) {
                  footer .footer_container .footer_menu_container ul.footer_contact_info li ul li span {
                    font-size: 16px;
                    line-height: 22px; } }
    footer .footer_container .footer_logo {
      float: right;
      width: 293px;
      height: 69px;
      border: 0; }
      @media only screen and (max-width: 650px) {
        footer .footer_container .footer_logo {
          float: right;
          width: 100%;
          border: 0;
          margin-top: 30px;
          line-height: 0;
          height: auto; } }
      @media only screen and (max-width: small-tablet) {
        footer .footer_container .footer_logo {
          float: right;
          width: 100%;
          border: 0;
          margin-top: 30px;
          line-height: 0;
          height: auto; } }
      footer .footer_container .footer_logo a {
        border: 0; }
        @media only screen and (max-width: 650px) {
          footer .footer_container .footer_logo a {
            width: 100%;
            float: left;
            text-align: center;
            line-height: 0; } }
        @media only screen and (max-width: small-tablet) {
          footer .footer_container .footer_logo a {
            width: 100%;
            float: left;
            text-align: center;
            line-height: 0; } }
        footer .footer_container .footer_logo a img {
          width: 100%;
          border: 0; }
          @media only screen and (max-width: 650px) {
            footer .footer_container .footer_logo a img {
              width: 50%;
              text-align: center; } }
          @media only screen and (max-width: small-tablet) {
            footer .footer_container .footer_logo a img {
              width: 50%;
              text-align: center; } }
  footer .lower_footer {
    position: relative; }
    footer .lower_footer .lower_footer_left {
      float: left;
      padding: 40px 40px calc(40px + 20px) 40px;
      color: #fff;
      font-weight: 400;
      font-family: proxima-nova, sans-serif;
      line-height: 24px;
      text-shadow: none !important;
      letter-spacing: 0px;
      font-size: 16px; }
      @media only screen and (max-width: 970px) {
        footer .lower_footer .lower_footer_left {
          font-size: 16px;
          line-height: 22px; } }
      @media only screen and (max-width: small-desktop) {
        footer .lower_footer .lower_footer_left {
          font-size: 16px;
          line-height: 22px; } }
      footer .lower_footer .lower_footer_left a {
        color: #fff;
        font-weight: 700;
        font-family: proxima-nova, sans-serif;
        line-height: 24px;
        text-shadow: none !important;
        letter-spacing: 0px;
        font-size: 16px; }
        @media only screen and (max-width: 970px) {
          footer .lower_footer .lower_footer_left a {
            font-size: 16px;
            line-height: 22px; } }
        @media only screen and (max-width: small-desktop) {
          footer .lower_footer .lower_footer_left a {
            font-size: 16px;
            line-height: 22px; } }

.footer_popup {
  color: #fff;
  z-index: 9999;
  position: relative;
  background: #009aa2;
  bottom: 0;
  -moz-transition: 1s;
  -o-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s; }
  .footer_popup .footer_container {
    position: relative; }
    .footer_popup .footer_container .inner_wrapper {
      overflow: hidden; }
      @media only screen and (max-width: 970px) {
        .footer_popup .footer_container .inner_wrapper {
          height: calc(500px + 340px); } }
      @media only screen and (max-width: small-desktop) {
        .footer_popup .footer_container .inner_wrapper {
          height: calc(500px + 340px); } }
      .footer_popup .footer_container .inner_wrapper .container {
        padding: 0; }
        .footer_popup .footer_container .inner_wrapper .container .enquiry_form_container {
          padding: calc(30px * 2) 30px; }
          @media only screen and (max-width: 970px) {
            .footer_popup .footer_container .inner_wrapper .container .enquiry_form_container {
              padding: 30px calc(30px / 2); } }
          @media only screen and (max-width: small-desktop) {
            .footer_popup .footer_container .inner_wrapper .container .enquiry_form_container {
              padding: 30px calc(30px / 2); } }
        @media only screen and (max-width: 970px) {
          .footer_popup .footer_container .inner_wrapper .container {
            padding: 0; } }
        @media only screen and (max-width: small-desktop) {
          .footer_popup .footer_container .inner_wrapper .container {
            padding: 0; } }
        .footer_popup .footer_container .inner_wrapper .container input[type="submit"] {
          float: right; }
    .footer_popup .footer_container .lower_footer_right {
      position: absolute;
      bottom: 0;
      right: 0;
      top: -80px;
      height: 80px; }
      @media only screen and (max-width: 970px) {
        .footer_popup .footer_container .lower_footer_right {
          top: -40px;
          height: 40px; } }
      @media only screen and (max-width: small-desktop) {
        .footer_popup .footer_container .lower_footer_right {
          top: -40px;
          height: 40px; } }
      .footer_popup .footer_container .lower_footer_right h4#btn_feedback {
        background: #009aa2;
        color: #fff;
        padding: 0 40px 0 calc(40px / 2);
        float: left;
        height: 80px;
        font-weight: 400;
        line-height: 80px;
        margin: 0 !important;
        width: 165px;
        background-position: right 25px center !important; }
        @media only screen and (max-width: 970px) {
          .footer_popup .footer_container .lower_footer_right h4#btn_feedback {
            height: 40px;
            line-height: 40px;
            padding: 0 calc(40px /2);
            font-size: calc(16px + 5px);
            width: 130px; } }
        @media only screen and (max-width: small-desktop) {
          .footer_popup .footer_container .lower_footer_right h4#btn_feedback {
            height: 40px;
            line-height: 40px;
            padding: 0 calc(40px /2);
            font-size: calc(16px + 5px);
            width: 130px; } }
        .footer_popup .footer_container .lower_footer_right h4#btn_feedback:before {
          content: '';
          position: absolute;
          background: #009aa2;
          height: 80px;
          width: 33px;
          left: -16px;
          -webkit-transform: skew(-20deg);
          -moz-transform: skew(-20deg);
          -o-transform: skew(-20deg); }
          @media only screen and (max-width: 970px) {
            .footer_popup .footer_container .lower_footer_right h4#btn_feedback:before {
              height: 40px;
              width: 20px;
              left: -7px; } }
          @media only screen and (max-width: small-desktop) {
            .footer_popup .footer_container .lower_footer_right h4#btn_feedback:before {
              height: 40px;
              width: 20px;
              left: -7px; } }
  .footer_popup.closed .inner_wrapper {
    height: 0;
    -moz-transition: 1s;
    -o-transition: 1s;
    -webkit-transition: 1s;
    transition: 1s; }
  .footer_popup.open .inner_wrapper {
    height: 448px;
    -moz-transition: 1s;
    -o-transition: 1s;
    -webkit-transition: 1s;
    transition: 1s; }
    @media only screen and (max-width: 970px) {
      .footer_popup.open .inner_wrapper {
        height: calc(500px + 134px); } }
    @media only screen and (max-width: small-desktop) {
      .footer_popup.open .inner_wrapper {
        height: calc(500px + 134px); } }
    @media only screen and (max-width: 650px) {
      .footer_popup.open .inner_wrapper {
        height: calc(500px + 350px); } }
    @media only screen and (max-width: small-tablet) {
      .footer_popup.open .inner_wrapper {
        height: calc(500px + 350px); } }
  .footer_popup .wpcf7-response-output {
    border: 0 !important;
    background-color: #d94154;
    color: #fff;
    width: auto;
    float: unset;
    position: absolute;
    bottom: 70px;
    left: 51%;
    right: 38px;
    font-size: 11px;
    line-height: 13px;
    border-radius: 5px;
    font-weight: 600;
    padding: 5px 9px !important; }
    @media only screen and (max-width: 970px) {
      .footer_popup .wpcf7-response-output {
        bottom: 44px;
        left: 30px;
        right: 232px; } }
    @media only screen and (max-width: small-desktop) {
      .footer_popup .wpcf7-response-output {
        bottom: 44px;
        left: 30px;
        right: 232px; } }
    @media only screen and (max-width: 650px) {
      .footer_popup .wpcf7-response-output {
        bottom: 33px; } }
    @media only screen and (max-width: small-tablet) {
      .footer_popup .wpcf7-response-output {
        bottom: 33px; } }
    @media only screen and (max-width: 480px) {
      .footer_popup .wpcf7-response-output {
        bottom: 4px;
        left: 24px;
        right: 25px; } }
    @media only screen and (max-width: mobile) {
      .footer_popup .wpcf7-response-output {
        bottom: 4px;
        left: 24px;
        right: 25px; } }
    .footer_popup .wpcf7-response-output.wpcf7-mail-sent-ok {
      background-color: #fff !important;
      color: #009aa2;
      left: 33px;
      right: 38px;
      bottom: 5px;
      margin: 0; }
      @media only screen and (max-width: 970px) {
        .footer_popup .wpcf7-response-output.wpcf7-mail-sent-ok {
          bottom: 44px;
          left: 30px;
          right: 232px; } }
      @media only screen and (max-width: small-desktop) {
        .footer_popup .wpcf7-response-output.wpcf7-mail-sent-ok {
          bottom: 44px;
          left: 30px;
          right: 232px; } }
      @media only screen and (max-width: 650px) {
        .footer_popup .wpcf7-response-output.wpcf7-mail-sent-ok {
          bottom: 33px; } }
      @media only screen and (max-width: small-tablet) {
        .footer_popup .wpcf7-response-output.wpcf7-mail-sent-ok {
          bottom: 33px; } }
      @media only screen and (max-width: 480px) {
        .footer_popup .wpcf7-response-output.wpcf7-mail-sent-ok {
          bottom: 4px;
          left: 24px;
          right: 25px; } }
      @media only screen and (max-width: mobile) {
        .footer_popup .wpcf7-response-output.wpcf7-mail-sent-ok {
          bottom: 4px;
          left: 24px;
          right: 25px; } }

/*
|--------------------------------------------------------------------------
| Global form styles
|--------------------------------------------------------------------------
|
|
*/
.wpcf7-validation-errors {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  float: left;
  margin: 0 !important;
  padding: 10px !important; }

.enquiry_form_container {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  float: left;
  scrollbar-width: none; }
  .enquiry_form_container::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0; }
  .enquiry_form_container.footer_form {
    height: 448px; }
    @media only screen and (max-width: 970px) {
      .enquiry_form_container.footer_form {
        height: calc(500px + 134px); } }
    @media only screen and (max-width: small-desktop) {
      .enquiry_form_container.footer_form {
        height: calc(500px + 134px); } }
    @media only screen and (max-width: 650px) {
      .enquiry_form_container.footer_form {
        height: calc(500px + 350px); } }
    @media only screen and (max-width: small-tablet) {
      .enquiry_form_container.footer_form {
        height: calc(500px + 350px); } }
  .enquiry_form_container .col_split {
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; }
    @media only screen and (max-width: 970px) {
      .enquiry_form_container .col_split {
        width: 100%; } }
    @media only screen and (max-width: small-desktop) {
      .enquiry_form_container .col_split {
        width: 100%; } }
    .enquiry_form_container .col_split:nth-child(odd) {
      padding-right: 5px; }
    .enquiry_form_container .col_split:nth-child(even) {
      padding-left: 5px; }
  .enquiry_form_container .col-quarter {
    width: 25%;
    float: left; }
  .enquiry_form_container .col-half {
    width: 50%;
    float: left; }
    @media only screen and (max-width: 650px) {
      .enquiry_form_container .col-half {
        width: 100%; } }
    @media only screen and (max-width: small-tablet) {
      .enquiry_form_container .col-half {
        width: 100%; } }
  .enquiry_form_container .col-full {
    width: 100%; }
    @media only screen and (max-width: 970px) {
      .enquiry_form_container .col-full {
        float: left; } }
    @media only screen and (max-width: small-desktop) {
      .enquiry_form_container .col-full {
        float: left; } }
  @media only screen and (max-width: 945px) {
    .enquiry_form_container .set-full {
      width: 100%; } }
  @media only screen and (max-width: 780px) {
    .enquiry_form_container .set-full {
      width: 50%; } }
  @media only screen and (max-width: 650px) {
    .enquiry_form_container .set-full {
      width: 100%; } }
  @media only screen and (max-width: small-tablet) {
    .enquiry_form_container .set-full {
      width: 100%; } }
  .enquiry_form_container .col {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    float: left; }
    .enquiry_form_container .col:nth-child(odd) {
      padding: calc(5px * 2) calc(5px * 2) 0 5px; }
      @media only screen and (max-width: 650px) {
        .enquiry_form_container .col:nth-child(odd) {
          padding: calc(5px * 2) 5px 0 5px; } }
      @media only screen and (max-width: small-tablet) {
        .enquiry_form_container .col:nth-child(odd) {
          padding: calc(5px * 2) 5px 0 5px; } }
    .enquiry_form_container .col:nth-child(even) {
      padding: calc(5px * 2) 5px 0 calc(5px * 2); }
      @media only screen and (max-width: 650px) {
        .enquiry_form_container .col:nth-child(even) {
          padding: calc(5px * 2) 5px 0 5px; } }
      @media only screen and (max-width: small-tablet) {
        .enquiry_form_container .col:nth-child(even) {
          padding: calc(5px * 2) 5px 0 5px; } }
    .enquiry_form_container .col:last-child {
      padding: calc(5px * 2) calc(5px * 2) 0 5px; }
    .enquiry_form_container .col label {
      float: left;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      margin-bottom: calc(20px / 2); }
      .enquiry_form_container .col label .wpcf7-checkbox {
        float: right; }
        .enquiry_form_container .col label .wpcf7-checkbox .wpcf7-list-item-label {
          display: none; }
    .enquiry_form_container .col input[type="submit"] {
      float: left; }
    .enquiry_form_container .col .radio_wrap {
      margin-top: 10px;
      float: left;
      width: 100%; }
      @media only screen and (max-width: 970px) {
        .enquiry_form_container .col .radio_wrap {
          margin-top: 0;
          border-bottom: 1px solid rgba(255, 255, 255, 0.2);
          padding-bottom: 7px;
          float: left;
          width: 100%; } }
      @media only screen and (max-width: small-desktop) {
        .enquiry_form_container .col .radio_wrap {
          margin-top: 0;
          border-bottom: 1px solid rgba(255, 255, 255, 0.2);
          padding-bottom: 7px;
          float: left;
          width: 100%; } }
      .enquiry_form_container .col .radio_wrap label {
        display: inline-block;
        width: auto;
        margin-bottom: 0;
        width: 76%; }
        @media only screen and (max-width: 970px) {
          .enquiry_form_container .col .radio_wrap label {
            width: 100% !important; } }
        @media only screen and (max-width: small-desktop) {
          .enquiry_form_container .col .radio_wrap label {
            width: 100% !important; } }
      .enquiry_form_container .col .radio_wrap .wpcf7-form-control-wrap {
        display: inline-block;
        width: auto;
        float: right; }
        @media only screen and (max-width: 970px) {
          .enquiry_form_container .col .radio_wrap .wpcf7-form-control-wrap {
            width: 100% !important;
            margin-top: calc(20px / 2); } }
        @media only screen and (max-width: small-desktop) {
          .enquiry_form_container .col .radio_wrap .wpcf7-form-control-wrap {
            width: 100% !important;
            margin-top: calc(20px / 2); } }
        .enquiry_form_container .col .radio_wrap .wpcf7-form-control-wrap .wpcf7-form-control {
          float: left; }
          @media only screen and (max-width: 970px) {
            .enquiry_form_container .col .radio_wrap .wpcf7-form-control-wrap .wpcf7-form-control {
              margin-left: 0px; } }
          @media only screen and (max-width: small-desktop) {
            .enquiry_form_container .col .radio_wrap .wpcf7-form-control-wrap .wpcf7-form-control {
              margin-left: 0px; } }
          .enquiry_form_container .col .radio_wrap .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item {
            margin: 0; }
            .enquiry_form_container .col .radio_wrap .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item.last {
              margin: 0 0 0 calc(20px / 2); }
            .enquiry_form_container .col .radio_wrap .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label {
              width: auto; }
    .enquiry_form_container .col .wpcf7-form-control-wrap {
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      position: relative;
      float: left; }
      .enquiry_form_container .col .wpcf7-form-control-wrap input[type="text"], .enquiry_form_container .col .wpcf7-form-control-wrap input[type="email"], .enquiry_form_container .col .wpcf7-form-control-wrap input[type="number"], .enquiry_form_container .col .wpcf7-form-control-wrap textarea, .enquiry_form_container .col .wpcf7-form-control-wrap select {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        color: #3c4850;
        font-weight: 400;
        font-family: proxima-nova, sans-serif;
        line-height: 24px;
        text-shadow: none !important;
        letter-spacing: 0px;
        font-size: 16px;
        padding: calc(5px / 2) 5px;
        border: 1px solid #4a4a4a;
        border-radius: 5px;
        height: 36px;
        -webkit-appearance: none;
        background: #fff;
        font-size: calc(16px - 3px); }
        @media only screen and (max-width: 970px) {
          .enquiry_form_container .col .wpcf7-form-control-wrap input[type="text"], .enquiry_form_container .col .wpcf7-form-control-wrap input[type="email"], .enquiry_form_container .col .wpcf7-form-control-wrap input[type="number"], .enquiry_form_container .col .wpcf7-form-control-wrap textarea, .enquiry_form_container .col .wpcf7-form-control-wrap select {
            font-size: 16px;
            line-height: 22px; } }
        @media only screen and (max-width: small-desktop) {
          .enquiry_form_container .col .wpcf7-form-control-wrap input[type="text"], .enquiry_form_container .col .wpcf7-form-control-wrap input[type="email"], .enquiry_form_container .col .wpcf7-form-control-wrap input[type="number"], .enquiry_form_container .col .wpcf7-form-control-wrap textarea, .enquiry_form_container .col .wpcf7-form-control-wrap select {
            font-size: 16px;
            line-height: 22px; } }
        .enquiry_form_container .col .wpcf7-form-control-wrap input[type="text"]:focus, .enquiry_form_container .col .wpcf7-form-control-wrap input[type="email"]:focus, .enquiry_form_container .col .wpcf7-form-control-wrap input[type="number"]:focus, .enquiry_form_container .col .wpcf7-form-control-wrap textarea:focus, .enquiry_form_container .col .wpcf7-form-control-wrap select:focus {
          outline: none; }
      .enquiry_form_container .col .wpcf7-form-control-wrap input[type="checkbox"] {
        height: 20px;
        width: 10px; }
      .enquiry_form_container .col .wpcf7-form-control-wrap select {
        background-size: 20px;
        background-image: url("assets/icons/blue-arrow-down.svg");
        background-position: right 9px center;
        background-repeat: no-repeat; }
        .enquiry_form_container .col .wpcf7-form-control-wrap select::-ms-expand {
          display: none; }
      .enquiry_form_container .col .wpcf7-form-control-wrap textarea {
        height: 90px; }
        .enquiry_form_container .col .wpcf7-form-control-wrap textarea.fix_field_height {
          height: 190px !important; }
          @media only screen and (max-width: 970px) {
            .enquiry_form_container .col .wpcf7-form-control-wrap textarea.fix_field_height {
              height: 90px !important; } }
          @media only screen and (max-width: small-desktop) {
            .enquiry_form_container .col .wpcf7-form-control-wrap textarea.fix_field_height {
              height: 90px !important; } }
      .enquiry_form_container .col .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
        color: #fff;
        background-color: #d94154;
        padding: 2px 9px;
        border-radius: 4px;
        font-size: 1em;
        font-weight: normal;
        display: block;
        position: absolute;
        bottom: -7px;
        right: 8px;
        font-size: 10px;
        font-weight: 600; }

.wpcf7-response-output {
  border: 0 !important;
  background-color: #d94154;
  color: #fff;
  width: auto;
  float: unset;
  position: absolute;
  bottom: 0px;
  left: 196px;
  right: 12px;
  font-size: 11px;
  line-height: 13px;
  border-radius: 5px;
  font-weight: 600;
  padding: 7px 9px !important; }
  @media only screen and (max-width: 480px) {
    .wpcf7-response-output {
      bottom: -13px;
      left: 5px;
      right: 10px; } }
  @media only screen and (max-width: mobile) {
    .wpcf7-response-output {
      bottom: -13px;
      left: 5px;
      right: 10px; } }
  .wpcf7-response-output.wpcf7-mail-sent-ok {
    background-color: #009aa2 !important;
    left: -9px;
    right: -1px;
    bottom: 46px;
    margin: 0; }
    @media only screen and (max-width: 650px) {
      .wpcf7-response-output.wpcf7-mail-sent-ok {
        bottom: 48px; } }
    @media only screen and (max-width: small-tablet) {
      .wpcf7-response-output.wpcf7-mail-sent-ok {
        bottom: 48px; } }
    @media only screen and (max-width: 480px) {
      .wpcf7-response-output.wpcf7-mail-sent-ok {
        left: -9px;
        right: -9px;
        bottom: 67px; } }
    @media only screen and (max-width: mobile) {
      .wpcf7-response-output.wpcf7-mail-sent-ok {
        left: -9px;
        right: -9px;
        bottom: 67px; } }

form {
  position: relative;
  float: left; }

/*
|--------------------------------------------------------------------------
| Framwork Wrappers
|--------------------------------------------------------------------------
|
|
*/
.outer_wrapper {
  width: 100%; }

.inner_wrapper {
  margin: auto; }
  .inner_wrapper.small_wrapper {
    max-width: 800px; }
  .inner_wrapper.medium_wrapper {
    max-width: 960px; }
  .inner_wrapper.large_wrapper {
    max-width: 1100px; }
  .inner_wrapper.xlarge_wrapper {
    max-width: 1400px; }
  .inner_wrapper.panel_wrapper {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    -ms-justify-content: space-between;
    justify-content: space-between;
    max-width: 1100px; }

/*
|--------------------------------------------------------------------------
| Generic Framwork Styles
|--------------------------------------------------------------------------
|
|
*/
.container {
  padding: 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }
  @media only screen and (max-width: 1280px) {
    .container {
      padding: calc(30px / 2); } }

.container_right {
  padding: 30px 30px 30px calc(30px / 2); }
  @media only screen and (max-width: 780px) {
    .container_right {
      padding: calc(30px / 2); } }

.container_left {
  padding: 30px calc(30px / 2) 30px 30px; }
  @media only screen and (max-width: 780px) {
    .container_left {
      padding: 30px calc(30px / 2) calc(30px / 2) calc(30px / 2); } }

.panel-layout {
  position: relative;
  width: 100%; }
  .panel-layout .panel-grid {
    height: 100%;
    margin-top: 40px !important;
    margin-bottom: 0 !important;
    position: relative; }
    @media only screen and (max-width: 650px) {
      .panel-layout .panel-grid {
        margin-top: calc(40px / 2) !important; } }
    @media only screen and (max-width: small-tablet) {
      .panel-layout .panel-grid {
        margin-top: calc(40px / 2) !important; } }
    .panel-layout .panel-grid:first-child {
      margin-top: 0 !important; }
    .panel-layout .panel-grid:nth-child(4) {
      margin-top: 0 !important; }
      @media only screen and (max-width: 650px) {
        .panel-layout .panel-grid:nth-child(4) {
          margin-top: calc(40px / 2) !important; } }
      @media only screen and (max-width: small-tablet) {
        .panel-layout .panel-grid:nth-child(4) {
          margin-top: calc(40px / 2) !important; } }
    .panel-layout .panel-grid:last-child {
      margin-top: 0 !important; }

/*
|--------------------------------------------------------------------------
| Component - Hero Slide
|--------------------------------------------------------------------------
|
|	Hero slider settings	
|
*/
/*
|--------------------------------------------------------------------------
| Component Styles
|--------------------------------------------------------------------------
|
*/
.hero_slider_container {
  position: relative;
  left: calc(-50vw + 50%);
  height: 900px; }
  @media only screen and (min-width: 1400px) {
    .hero_slider_container {
      height: calc(900px - 300px); } }
  @media only screen and (max-width: large-desktop) {
    .hero_slider_container {
      height: calc(900px - 300px); } }
  @media only screen and (max-width: 1300px) {
    .hero_slider_container {
      height: calc(900px - 300px); } }
  @media only screen and (max-width: desktop) {
    .hero_slider_container {
      height: calc(900px - 300px); } }
  @media only screen and (max-width: 970px) {
    .hero_slider_container {
      height: calc(900px - 400px); } }
  @media only screen and (max-width: small-desktop) {
    .hero_slider_container {
      height: calc(900px - 400px); } }
  @media only screen and (max-width: 650px) {
    .hero_slider_container {
      height: calc(900px - 450px); } }
  @media only screen and (max-width: small-tablet) {
    .hero_slider_container {
      height: calc(900px - 450px); } }

.hero_slider_width_text {
  position: absolute;
  overflow: hidden;
  height: 900px; }
  @media only screen and (min-width: 1400px) {
    .hero_slider_width_text {
      height: calc(900px - 300px); } }
  @media only screen and (max-width: large-desktop) {
    .hero_slider_width_text {
      height: calc(900px - 300px); } }
  @media only screen and (max-width: 1300px) {
    .hero_slider_width_text {
      height: calc(900px - 300px); } }
  @media only screen and (max-width: desktop) {
    .hero_slider_width_text {
      height: calc(900px - 300px); } }
  @media only screen and (max-width: 970px) {
    .hero_slider_width_text {
      height: calc(900px - 400px); } }
  @media only screen and (max-width: small-desktop) {
    .hero_slider_width_text {
      height: calc(900px - 400px); } }
  @media only screen and (max-width: 650px) {
    .hero_slider_width_text {
      height: calc(900px - 450px); } }
  @media only screen and (max-width: small-tablet) {
    .hero_slider_width_text {
      height: calc(900px - 450px); } }
  .hero_slider_width_text #hero_down_arrow {
    position: absolute;
    z-index: 9;
    bottom: -42px;
    right: 0;
    left: 0;
    margin: auto;
    width: 80px;
    height: 80px;
    color: #000;
    z-index: 10;
    text-align: center;
    line-height: 40px;
    font-size: 75px;
    background-color: #fff;
    transform: rotate(45deg); }
    @media only screen and (max-width: 650px) {
      .hero_slider_width_text #hero_down_arrow {
        width: 40px;
        height: 40px;
        bottom: -20px; } }
    @media only screen and (max-width: small-tablet) {
      .hero_slider_width_text #hero_down_arrow {
        width: 40px;
        height: 40px;
        bottom: -20px; } }
    .hero_slider_width_text #hero_down_arrow span {
      transform: rotate(-45deg);
      position: absolute;
      left: -11px;
      top: -11px;
      width: 80px;
      height: 80px;
      font-weight: 700;
      background-image: url("assets/icons/blue-arrow-down.svg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: 20px; }
      @media only screen and (max-width: 650px) {
        .hero_slider_width_text #hero_down_arrow span {
          left: -7px;
          top: -7px;
          width: 40px;
          height: 40px;
          background-size: 13px; } }
      @media only screen and (max-width: small-tablet) {
        .hero_slider_width_text #hero_down_arrow span {
          left: -7px;
          top: -7px;
          width: 40px;
          height: 40px;
          background-size: 13px; } }
  .hero_slider_width_text .panel-grid-cell {
    height: 100%;
    z-index: 2;
    position: relative; }
    .hero_slider_width_text .panel-grid-cell .so-panel {
      height: 100%; }
      .hero_slider_width_text .panel-grid-cell .so-panel .so-widget-sow-layout-slider {
        height: 100%; }
        .hero_slider_width_text .panel-grid-cell .so-panel .so-widget-sow-layout-slider .sow-slider-base {
          height: 100%; }
          .hero_slider_width_text .panel-grid-cell .so-panel .so-widget-sow-layout-slider .sow-slider-base .sow-slider-images {
            height: 100%;
            padding: 0; }
            .hero_slider_width_text .panel-grid-cell .so-panel .so-widget-sow-layout-slider .sow-slider-base .sow-slider-images .sow-slider-image {
              height: 100% !important;
              background-position: center; }
              .hero_slider_width_text .panel-grid-cell .so-panel .so-widget-sow-layout-slider .sow-slider-base .sow-slider-images .sow-slider-image img {
                display: none; }
              .hero_slider_width_text .panel-grid-cell .so-panel .so-widget-sow-layout-slider .sow-slider-base .sow-slider-images .sow-slider-image .sow-slider-image-container {
                width: 100%;
                height: 100%; }
                .hero_slider_width_text .panel-grid-cell .so-panel .so-widget-sow-layout-slider .sow-slider-base .sow-slider-images .sow-slider-image .sow-slider-image-container .sow-slider-image-wrapper {
                  padding: 0;
                  position: absolute;
                  left: -64px;
                  bottom: 0;
                  width: 50%; }
                  @media only screen and (max-width: 970px) {
                    .hero_slider_width_text .panel-grid-cell .so-panel .so-widget-sow-layout-slider .sow-slider-base .sow-slider-images .sow-slider-image .sow-slider-image-container .sow-slider-image-wrapper {
                      width: 94%; } }
                  @media only screen and (max-width: small-desktop) {
                    .hero_slider_width_text .panel-grid-cell .so-panel .so-widget-sow-layout-slider .sow-slider-base .sow-slider-images .sow-slider-image .sow-slider-image-container .sow-slider-image-wrapper {
                      width: 94%; } }
                  @media only screen and (max-width: 650px) {
                    .hero_slider_width_text .panel-grid-cell .so-panel .so-widget-sow-layout-slider .sow-slider-base .sow-slider-images .sow-slider-image .sow-slider-image-container .sow-slider-image-wrapper {
                      width: 100%;
                      left: 0; } }
                  @media only screen and (max-width: small-tablet) {
                    .hero_slider_width_text .panel-grid-cell .so-panel .so-widget-sow-layout-slider .sow-slider-base .sow-slider-images .sow-slider-image .sow-slider-image-container .sow-slider-image-wrapper {
                      width: 100%;
                      left: 0; } }
                  .hero_slider_width_text .panel-grid-cell .so-panel .so-widget-sow-layout-slider .sow-slider-base .sow-slider-images .sow-slider-image .sow-slider-image-container .sow-slider-image-wrapper .panel-layout .panel-grid {
                    margin-bottom: 0px !important; }
                    .hero_slider_width_text .panel-grid-cell .so-panel .so-widget-sow-layout-slider .sow-slider-base .sow-slider-images .sow-slider-image .sow-slider-image-container .sow-slider-image-wrapper .panel-layout .panel-grid .panel-row-style {
                      -webkit-transform: skew(20deg);
                      -moz-transform: skew(20deg);
                      -o-transform: skew(20deg);
                      background-color: rgba(0, 69, 105, 0.8) !important; }
                      @media only screen and (max-width: 650px) {
                        .hero_slider_width_text .panel-grid-cell .so-panel .so-widget-sow-layout-slider .sow-slider-base .sow-slider-images .sow-slider-image .sow-slider-image-container .sow-slider-image-wrapper .panel-layout .panel-grid .panel-row-style {
                          -webkit-transform: skew(0deg);
                          -moz-transform: skew(0deg);
                          -o-transform: skew(0deg); } }
                      @media only screen and (max-width: small-tablet) {
                        .hero_slider_width_text .panel-grid-cell .so-panel .so-widget-sow-layout-slider .sow-slider-base .sow-slider-images .sow-slider-image .sow-slider-image-container .sow-slider-image-wrapper .panel-layout .panel-grid .panel-row-style {
                          -webkit-transform: skew(0deg);
                          -moz-transform: skew(0deg);
                          -o-transform: skew(0deg); } }
                      .hero_slider_width_text .panel-grid-cell .so-panel .so-widget-sow-layout-slider .sow-slider-base .sow-slider-images .sow-slider-image .sow-slider-image-container .sow-slider-image-wrapper .panel-layout .panel-grid .panel-row-style .panel-grid-cell {
                        -webkit-transform: skew(-20deg);
                        -moz-transform: skew(-20deg);
                        -o-transform: skew(-20deg); }
                        @media only screen and (max-width: 650px) {
                          .hero_slider_width_text .panel-grid-cell .so-panel .so-widget-sow-layout-slider .sow-slider-base .sow-slider-images .sow-slider-image .sow-slider-image-container .sow-slider-image-wrapper .panel-layout .panel-grid .panel-row-style .panel-grid-cell {
                            -webkit-transform: skew(0deg);
                            -moz-transform: skew(0deg);
                            -o-transform: skew(0deg); } }
                        @media only screen and (max-width: small-tablet) {
                          .hero_slider_width_text .panel-grid-cell .so-panel .so-widget-sow-layout-slider .sow-slider-base .sow-slider-images .sow-slider-image .sow-slider-image-container .sow-slider-image-wrapper .panel-layout .panel-grid .panel-row-style .panel-grid-cell {
                            -webkit-transform: skew(0deg);
                            -moz-transform: skew(0deg);
                            -o-transform: skew(0deg); } }
                        .hero_slider_width_text .panel-grid-cell .so-panel .so-widget-sow-layout-slider .sow-slider-base .sow-slider-images .sow-slider-image .sow-slider-image-container .sow-slider-image-wrapper .panel-layout .panel-grid .panel-row-style .panel-grid-cell .widget_sow-cta .so-widget-sow-cta .sow-cta-base {
                          padding: calc(30px * 2) calc(30px * 3) calc(30px * 2) calc(30px * 4);
                          text-align: left; }
                          @media only screen and (max-width: 970px) {
                            .hero_slider_width_text .panel-grid-cell .so-panel .so-widget-sow-layout-slider .sow-slider-base .sow-slider-images .sow-slider-image .sow-slider-image-container .sow-slider-image-wrapper .panel-layout .panel-grid .panel-row-style .panel-grid-cell .widget_sow-cta .so-widget-sow-cta .sow-cta-base {
                              padding: calc(30px / 2) calc(30px * 2) 30px calc(30px * 3); } }
                          @media only screen and (max-width: small-desktop) {
                            .hero_slider_width_text .panel-grid-cell .so-panel .so-widget-sow-layout-slider .sow-slider-base .sow-slider-images .sow-slider-image .sow-slider-image-container .sow-slider-image-wrapper .panel-layout .panel-grid .panel-row-style .panel-grid-cell .widget_sow-cta .so-widget-sow-cta .sow-cta-base {
                              padding: calc(30px / 2) calc(30px * 2) 30px calc(30px * 3); } }
                          @media only screen and (max-width: 650px) {
                            .hero_slider_width_text .panel-grid-cell .so-panel .so-widget-sow-layout-slider .sow-slider-base .sow-slider-images .sow-slider-image .sow-slider-image-container .sow-slider-image-wrapper .panel-layout .panel-grid .panel-row-style .panel-grid-cell .widget_sow-cta .so-widget-sow-cta .sow-cta-base {
                              padding: 30px; } }
                          @media only screen and (max-width: small-tablet) {
                            .hero_slider_width_text .panel-grid-cell .so-panel .so-widget-sow-layout-slider .sow-slider-base .sow-slider-images .sow-slider-image .sow-slider-image-container .sow-slider-image-wrapper .panel-layout .panel-grid .panel-row-style .panel-grid-cell .widget_sow-cta .so-widget-sow-cta .sow-cta-base {
                              padding: 30px; } }
                          .hero_slider_width_text .panel-grid-cell .so-panel .so-widget-sow-layout-slider .sow-slider-base .sow-slider-images .sow-slider-image .sow-slider-image-container .sow-slider-image-wrapper .panel-layout .panel-grid .panel-row-style .panel-grid-cell .widget_sow-cta .so-widget-sow-cta .sow-cta-base .sow-cta-wrapper .sow-cta-text {
                            text-align: left;
                            float: left; }
                            .hero_slider_width_text .panel-grid-cell .so-panel .so-widget-sow-layout-slider .sow-slider-base .sow-slider-images .sow-slider-image .sow-slider-image-container .sow-slider-image-wrapper .panel-layout .panel-grid .panel-row-style .panel-grid-cell .widget_sow-cta .so-widget-sow-cta .sow-cta-base .sow-cta-wrapper .sow-cta-text .sow-cta-title {
                              display: none; }
                            .hero_slider_width_text .panel-grid-cell .so-panel .so-widget-sow-layout-slider .sow-slider-base .sow-slider-images .sow-slider-image .sow-slider-image-container .sow-slider-image-wrapper .panel-layout .panel-grid .panel-row-style .panel-grid-cell .widget_sow-cta .so-widget-sow-cta .sow-cta-base .sow-cta-wrapper .sow-cta-text .sow-cta-subtitle {
                              text-shadow: none !important;
                              padding: 0;
                              margin: 0 0 20px 0 !important;
                              text-shadow: none !important;
                              color: #fff;
                              font-size: 34px;
                              line-height: 39px;
                              font-weight: 700;
                              margin-bottom: 0 !important; }
                              @media only screen and (max-width: 680px) {
                                .hero_slider_width_text .panel-grid-cell .so-panel .so-widget-sow-layout-slider .sow-slider-base .sow-slider-images .sow-slider-image .sow-slider-image-container .sow-slider-image-wrapper .panel-layout .panel-grid .panel-row-style .panel-grid-cell .widget_sow-cta .so-widget-sow-cta .sow-cta-base .sow-cta-wrapper .sow-cta-text .sow-cta-subtitle {
                                  margin: 0 0 calc(20px / 2) 0 !important; } }
                              @media only screen and (max-width: tablet) {
                                .hero_slider_width_text .panel-grid-cell .so-panel .so-widget-sow-layout-slider .sow-slider-base .sow-slider-images .sow-slider-image .sow-slider-image-container .sow-slider-image-wrapper .panel-layout .panel-grid .panel-row-style .panel-grid-cell .widget_sow-cta .so-widget-sow-cta .sow-cta-base .sow-cta-wrapper .sow-cta-text .sow-cta-subtitle {
                                  margin: 0 0 calc(20px / 2) 0 !important; } }
                              @media only screen and (max-width: 1300px) {
                                .hero_slider_width_text .panel-grid-cell .so-panel .so-widget-sow-layout-slider .sow-slider-base .sow-slider-images .sow-slider-image .sow-slider-image-container .sow-slider-image-wrapper .panel-layout .panel-grid .panel-row-style .panel-grid-cell .widget_sow-cta .so-widget-sow-cta .sow-cta-base .sow-cta-wrapper .sow-cta-text .sow-cta-subtitle {
                                  font-size: calc(34px - 2px);
                                  line-height: calc(34px - 2px + 5px); } }
                              @media only screen and (max-width: desktop) {
                                .hero_slider_width_text .panel-grid-cell .so-panel .so-widget-sow-layout-slider .sow-slider-base .sow-slider-images .sow-slider-image .sow-slider-image-container .sow-slider-image-wrapper .panel-layout .panel-grid .panel-row-style .panel-grid-cell .widget_sow-cta .so-widget-sow-cta .sow-cta-base .sow-cta-wrapper .sow-cta-text .sow-cta-subtitle {
                                  font-size: calc(34px - 2px);
                                  line-height: calc(34px - 2px + 5px); } }
                              @media only screen and (max-width: 970px) {
                                .hero_slider_width_text .panel-grid-cell .so-panel .so-widget-sow-layout-slider .sow-slider-base .sow-slider-images .sow-slider-image .sow-slider-image-container .sow-slider-image-wrapper .panel-layout .panel-grid .panel-row-style .panel-grid-cell .widget_sow-cta .so-widget-sow-cta .sow-cta-base .sow-cta-wrapper .sow-cta-text .sow-cta-subtitle {
                                  font-size: calc(34px - 5px);
                                  line-height: calc(34px - 5px + 5px); } }
                              @media only screen and (max-width: small-desktop) {
                                .hero_slider_width_text .panel-grid-cell .so-panel .so-widget-sow-layout-slider .sow-slider-base .sow-slider-images .sow-slider-image .sow-slider-image-container .sow-slider-image-wrapper .panel-layout .panel-grid .panel-row-style .panel-grid-cell .widget_sow-cta .so-widget-sow-cta .sow-cta-base .sow-cta-wrapper .sow-cta-text .sow-cta-subtitle {
                                  font-size: calc(34px - 5px);
                                  line-height: calc(34px - 5px + 5px); } }
                              @media only screen and (max-width: 680px) {
                                .hero_slider_width_text .panel-grid-cell .so-panel .so-widget-sow-layout-slider .sow-slider-base .sow-slider-images .sow-slider-image .sow-slider-image-container .sow-slider-image-wrapper .panel-layout .panel-grid .panel-row-style .panel-grid-cell .widget_sow-cta .so-widget-sow-cta .sow-cta-base .sow-cta-wrapper .sow-cta-text .sow-cta-subtitle {
                                  font-size: calc(34px - 15px);
                                  line-height: calc(34px - 15px + 5px); } }
                              @media only screen and (max-width: tablet) {
                                .hero_slider_width_text .panel-grid-cell .so-panel .so-widget-sow-layout-slider .sow-slider-base .sow-slider-images .sow-slider-image .sow-slider-image-container .sow-slider-image-wrapper .panel-layout .panel-grid .panel-row-style .panel-grid-cell .widget_sow-cta .so-widget-sow-cta .sow-cta-base .sow-cta-wrapper .sow-cta-text .sow-cta-subtitle {
                                  font-size: calc(34px - 15px);
                                  line-height: calc(34px - 15px + 5px); } }
                          .hero_slider_width_text .panel-grid-cell .so-panel .so-widget-sow-layout-slider .sow-slider-base .sow-slider-images .sow-slider-image .sow-slider-image-container .sow-slider-image-wrapper .panel-layout .panel-grid .panel-row-style .panel-grid-cell .widget_sow-cta .so-widget-sow-cta .sow-cta-base .sow-cta-wrapper .so-widget-sow-button {
                            margin-top: 0px !important;
                            width: 100%;
                            display: none; }
                            .hero_slider_width_text .panel-grid-cell .so-panel .so-widget-sow-layout-slider .sow-slider-base .sow-slider-images .sow-slider-image .sow-slider-image-container .sow-slider-image-wrapper .panel-layout .panel-grid .panel-row-style .panel-grid-cell .widget_sow-cta .so-widget-sow-cta .sow-cta-base .sow-cta-wrapper .so-widget-sow-button .ow-button-base a {
                              float: left; }
        .hero_slider_width_text .panel-grid-cell .so-panel .so-widget-sow-layout-slider .sow-slider-pagination {
          opacity: 1; }
        .hero_slider_width_text .panel-grid-cell .so-panel .so-widget-sow-layout-slider .sow-slide-nav {
          opacity: 1; }
          .hero_slider_width_text .panel-grid-cell .so-panel .so-widget-sow-layout-slider .sow-slide-nav a {
            background: #004569;
            padding: 20px; }
            @media only screen and (max-width: 1280px) {
              .hero_slider_width_text .panel-grid-cell .so-panel .so-widget-sow-layout-slider .sow-slide-nav a {
                padding: 10px; } }
          .hero_slider_width_text .panel-grid-cell .so-panel .so-widget-sow-layout-slider .sow-slide-nav.sow-slide-nav-next {
            right: 0px !important; }
          .hero_slider_width_text .panel-grid-cell .so-panel .so-widget-sow-layout-slider .sow-slide-nav.sow-slide-nav-prev {
            left: 0px !important; }

/*
|--------------------------------------------------------------------------
| Component - Fullwidth Text
|--------------------------------------------------------------------------
|
|
*/
@media only screen and (max-width: 970px) {
  .component_fullwidth_text .inner_wrapper {
    margin: unset; } }

@media only screen and (max-width: small-desktop) {
  .component_fullwidth_text .inner_wrapper {
    margin: unset; } }

.component_fullwidth_text .panel-grid-cell .so-panel .so-widget-sow-editor .widget-title {
  text-align: center;
  padding: 0;
  margin: 0 0 20px 0 !important;
  text-shadow: none !important;
  color: #3c4850;
  font-size: 50px;
  line-height: 55px;
  font-weight: 700;
  margin-bottom: 0 !important; }
  @media only screen and (max-width: 680px) {
    .component_fullwidth_text .panel-grid-cell .so-panel .so-widget-sow-editor .widget-title {
      margin: 0 0 calc(20px / 2) 0 !important; } }
  @media only screen and (max-width: tablet) {
    .component_fullwidth_text .panel-grid-cell .so-panel .so-widget-sow-editor .widget-title {
      margin: 0 0 calc(20px / 2) 0 !important; } }
  @media only screen and (max-width: 1300px) {
    .component_fullwidth_text .panel-grid-cell .so-panel .so-widget-sow-editor .widget-title {
      font-size: calc(50px - 10px);
      line-height: calc(50px - 10px + 5px); } }
  @media only screen and (max-width: desktop) {
    .component_fullwidth_text .panel-grid-cell .so-panel .so-widget-sow-editor .widget-title {
      font-size: calc(50px - 10px);
      line-height: calc(50px - 10px + 5px); } }
  @media only screen and (max-width: 970px) {
    .component_fullwidth_text .panel-grid-cell .so-panel .so-widget-sow-editor .widget-title {
      font-size: calc(50px - 20px);
      line-height: calc(50px - 20px + 5px); } }
  @media only screen and (max-width: small-desktop) {
    .component_fullwidth_text .panel-grid-cell .so-panel .so-widget-sow-editor .widget-title {
      font-size: calc(50px - 20px);
      line-height: calc(50px - 20px + 5px); } }
  @media only screen and (max-width: 970px) {
    .component_fullwidth_text .panel-grid-cell .so-panel .so-widget-sow-editor .widget-title {
      text-align: left; } }
  @media only screen and (max-width: small-desktop) {
    .component_fullwidth_text .panel-grid-cell .so-panel .so-widget-sow-editor .widget-title {
      text-align: left; } }

.component_fullwidth_text .panel-grid-cell .so-panel .so-widget-sow-editor .textwidget {
  text-align: center; }
  @media only screen and (max-width: 970px) {
    .component_fullwidth_text .panel-grid-cell .so-panel .so-widget-sow-editor .textwidget {
      text-align: left; } }
  @media only screen and (max-width: small-desktop) {
    .component_fullwidth_text .panel-grid-cell .so-panel .so-widget-sow-editor .textwidget {
      text-align: left; } }
  .component_fullwidth_text .panel-grid-cell .so-panel .so-widget-sow-editor .textwidget h1 {
    padding: 0;
    margin: 0 0 20px 0 !important;
    text-shadow: none !important;
    color: #4a4a4a;
    font-size: 34px;
    line-height: 39px;
    font-weight: 500; }
    @media only screen and (max-width: 680px) {
      .component_fullwidth_text .panel-grid-cell .so-panel .so-widget-sow-editor .textwidget h1 {
        margin: 0 0 calc(20px / 2) 0 !important; } }
    @media only screen and (max-width: tablet) {
      .component_fullwidth_text .panel-grid-cell .so-panel .so-widget-sow-editor .textwidget h1 {
        margin: 0 0 calc(20px / 2) 0 !important; } }
    @media only screen and (max-width: 1300px) {
      .component_fullwidth_text .panel-grid-cell .so-panel .so-widget-sow-editor .textwidget h1 {
        font-size: calc(34px - 2px);
        line-height: calc(34px - 2px + 5px); } }
    @media only screen and (max-width: desktop) {
      .component_fullwidth_text .panel-grid-cell .so-panel .so-widget-sow-editor .textwidget h1 {
        font-size: calc(34px - 2px);
        line-height: calc(34px - 2px + 5px); } }
    @media only screen and (max-width: 970px) {
      .component_fullwidth_text .panel-grid-cell .so-panel .so-widget-sow-editor .textwidget h1 {
        font-size: calc(34px - 5px);
        line-height: calc(34px - 5px + 5px); } }
    @media only screen and (max-width: small-desktop) {
      .component_fullwidth_text .panel-grid-cell .so-panel .so-widget-sow-editor .textwidget h1 {
        font-size: calc(34px - 5px);
        line-height: calc(34px - 5px + 5px); } }
    @media only screen and (max-width: 680px) {
      .component_fullwidth_text .panel-grid-cell .so-panel .so-widget-sow-editor .textwidget h1 {
        font-size: calc(34px - 15px);
        line-height: calc(34px - 15px + 5px); } }
    @media only screen and (max-width: tablet) {
      .component_fullwidth_text .panel-grid-cell .so-panel .so-widget-sow-editor .textwidget h1 {
        font-size: calc(34px - 15px);
        line-height: calc(34px - 15px + 5px); } }
  .component_fullwidth_text .panel-grid-cell .so-panel .so-widget-sow-editor .textwidget h2 {
    padding: 0;
    margin: 0 0 20px 0 !important;
    text-shadow: none !important;
    color: #3c4850;
    font-size: 50px;
    line-height: 55px;
    font-weight: 800; }
    @media only screen and (max-width: 680px) {
      .component_fullwidth_text .panel-grid-cell .so-panel .so-widget-sow-editor .textwidget h2 {
        margin: 0 0 calc(20px / 2) 0 !important; } }
    @media only screen and (max-width: tablet) {
      .component_fullwidth_text .panel-grid-cell .so-panel .so-widget-sow-editor .textwidget h2 {
        margin: 0 0 calc(20px / 2) 0 !important; } }
    @media only screen and (max-width: 1300px) {
      .component_fullwidth_text .panel-grid-cell .so-panel .so-widget-sow-editor .textwidget h2 {
        font-size: calc(50px - 10px);
        line-height: calc(50px - 10px + 5px); } }
    @media only screen and (max-width: desktop) {
      .component_fullwidth_text .panel-grid-cell .so-panel .so-widget-sow-editor .textwidget h2 {
        font-size: calc(50px - 10px);
        line-height: calc(50px - 10px + 5px); } }
    @media only screen and (max-width: 970px) {
      .component_fullwidth_text .panel-grid-cell .so-panel .so-widget-sow-editor .textwidget h2 {
        font-size: calc(50px - 20px);
        line-height: calc(50px - 20px + 5px); } }
    @media only screen and (max-width: small-desktop) {
      .component_fullwidth_text .panel-grid-cell .so-panel .so-widget-sow-editor .textwidget h2 {
        font-size: calc(50px - 20px);
        line-height: calc(50px - 20px + 5px); } }
  .component_fullwidth_text .panel-grid-cell .so-panel .so-widget-sow-editor .textwidget h4 {
    padding: 0;
    margin: 0 0 20px 0 !important;
    text-shadow: none !important;
    color: #4a4a4a;
    font-size: 34px;
    line-height: 39px;
    font-weight: 500; }
    @media only screen and (max-width: 680px) {
      .component_fullwidth_text .panel-grid-cell .so-panel .so-widget-sow-editor .textwidget h4 {
        margin: 0 0 calc(20px / 2) 0 !important; } }
    @media only screen and (max-width: tablet) {
      .component_fullwidth_text .panel-grid-cell .so-panel .so-widget-sow-editor .textwidget h4 {
        margin: 0 0 calc(20px / 2) 0 !important; } }
    @media only screen and (max-width: 1300px) {
      .component_fullwidth_text .panel-grid-cell .so-panel .so-widget-sow-editor .textwidget h4 {
        font-size: calc(34px - 2px);
        line-height: calc(34px - 2px + 5px); } }
    @media only screen and (max-width: desktop) {
      .component_fullwidth_text .panel-grid-cell .so-panel .so-widget-sow-editor .textwidget h4 {
        font-size: calc(34px - 2px);
        line-height: calc(34px - 2px + 5px); } }
    @media only screen and (max-width: 970px) {
      .component_fullwidth_text .panel-grid-cell .so-panel .so-widget-sow-editor .textwidget h4 {
        font-size: calc(34px - 5px);
        line-height: calc(34px - 5px + 5px); } }
    @media only screen and (max-width: small-desktop) {
      .component_fullwidth_text .panel-grid-cell .so-panel .so-widget-sow-editor .textwidget h4 {
        font-size: calc(34px - 5px);
        line-height: calc(34px - 5px + 5px); } }
    @media only screen and (max-width: 680px) {
      .component_fullwidth_text .panel-grid-cell .so-panel .so-widget-sow-editor .textwidget h4 {
        font-size: calc(34px - 15px);
        line-height: calc(34px - 15px + 5px); } }
    @media only screen and (max-width: tablet) {
      .component_fullwidth_text .panel-grid-cell .so-panel .so-widget-sow-editor .textwidget h4 {
        font-size: calc(34px - 15px);
        line-height: calc(34px - 15px + 5px); } }
  .component_fullwidth_text .panel-grid-cell .so-panel .so-widget-sow-editor .textwidget h5 {
    padding: 0;
    margin: 0 0 20px 0 !important;
    text-shadow: none !important;
    color: #4a4a4a;
    font-size: 30px;
    line-height: 35px;
    font-weight: 400; }
    @media only screen and (max-width: 680px) {
      .component_fullwidth_text .panel-grid-cell .so-panel .so-widget-sow-editor .textwidget h5 {
        margin: 0 0 calc(20px / 2) 0 !important; } }
    @media only screen and (max-width: tablet) {
      .component_fullwidth_text .panel-grid-cell .so-panel .so-widget-sow-editor .textwidget h5 {
        margin: 0 0 calc(20px / 2) 0 !important; } }
    @media only screen and (max-width: 1300px) {
      .component_fullwidth_text .panel-grid-cell .so-panel .so-widget-sow-editor .textwidget h5 {
        font-size: calc(30px - 2px);
        line-height: calc(30px - 2px + 5px); } }
    @media only screen and (max-width: desktop) {
      .component_fullwidth_text .panel-grid-cell .so-panel .so-widget-sow-editor .textwidget h5 {
        font-size: calc(30px - 2px);
        line-height: calc(30px - 2px + 5px); } }
    @media only screen and (max-width: 970px) {
      .component_fullwidth_text .panel-grid-cell .so-panel .so-widget-sow-editor .textwidget h5 {
        font-size: calc(30px - 5px);
        line-height: calc(30px - 5px + 5px); } }
    @media only screen and (max-width: small-desktop) {
      .component_fullwidth_text .panel-grid-cell .so-panel .so-widget-sow-editor .textwidget h5 {
        font-size: calc(30px - 5px);
        line-height: calc(30px - 5px + 5px); } }
    @media only screen and (max-width: 680px) {
      .component_fullwidth_text .panel-grid-cell .so-panel .so-widget-sow-editor .textwidget h5 {
        font-size: calc(30px - 10px);
        line-height: calc(30px - 10px + 5px); } }
    @media only screen and (max-width: tablet) {
      .component_fullwidth_text .panel-grid-cell .so-panel .so-widget-sow-editor .textwidget h5 {
        font-size: calc(30px - 10px);
        line-height: calc(30px - 10px + 5px); } }
  .component_fullwidth_text .panel-grid-cell .so-panel .so-widget-sow-editor .textwidget p {
    color: #3c4850;
    font-weight: 400;
    font-family: proxima-nova, sans-serif;
    line-height: 24px;
    text-shadow: none !important;
    letter-spacing: 0px;
    font-size: 16px; }
    @media only screen and (max-width: 970px) {
      .component_fullwidth_text .panel-grid-cell .so-panel .so-widget-sow-editor .textwidget p {
        font-size: 16px;
        line-height: 22px; } }
    @media only screen and (max-width: small-desktop) {
      .component_fullwidth_text .panel-grid-cell .so-panel .so-widget-sow-editor .textwidget p {
        font-size: 16px;
        line-height: 22px; } }

/*
|--------------------------------------------------------------------------
| Component - Image Text
|--------------------------------------------------------------------------
|
|
*/
.component_image_text {
  height: 600px;
  overflow: hidden;
  max-width: 100%;
  margin: auto;
  left: 0;
  right: 0;
  position: relative; }
  @media only screen and (max-width: 780px) {
    .component_image_text {
      height: auto; } }
  .component_image_text#image_left .panel-grid-cell:nth-child(1) {
    height: 600px; }
    @media only screen and (max-width: 650px) {
      .component_image_text#image_left .panel-grid-cell:nth-child(1) {
        height: calc(600px / 2); } }
    @media only screen and (max-width: small-tablet) {
      .component_image_text#image_left .panel-grid-cell:nth-child(1) {
        height: calc(600px / 2); } }
    .component_image_text#image_left .panel-grid-cell:nth-child(1) .so-panel {
      -webkit-transform: skew(20deg);
      -moz-transform: skew(20deg);
      -o-transform: skew(20deg);
      width: 50%;
      position: absolute;
      left: -117px;
      height: 600px;
      top: 0; }
      @media only screen and (max-width: 780px) {
        .component_image_text#image_left .panel-grid-cell:nth-child(1) .so-panel {
          -webkit-transform: skew(0deg);
          -moz-transform: skew(0deg);
          -o-transform: skew(0deg);
          width: 101%;
          position: relative;
          left: 0;
          height: 600px;
          top: unset; } }
      @media only screen and (max-width: 650px) {
        .component_image_text#image_left .panel-grid-cell:nth-child(1) .so-panel {
          height: calc(600px / 2); } }
      @media only screen and (max-width: small-tablet) {
        .component_image_text#image_left .panel-grid-cell:nth-child(1) .so-panel {
          height: calc(600px / 2); } }
      .component_image_text#image_left .panel-grid-cell:nth-child(1) .so-panel .panel-widget-style {
        background-size: cover;
        position: relative;
        left: 117px;
        top: 0;
        width: 100%;
        -webkit-transform: skew(-20deg);
        -moz-transform: skew(-20deg);
        -o-transform: skew(-20deg);
        background-position: left center; }
        @media only screen and (max-width: 780px) {
          .component_image_text#image_left .panel-grid-cell:nth-child(1) .so-panel .panel-widget-style {
            left: 0;
            -webkit-transform: skew(0deg);
            -moz-transform: skew(0deg);
            -o-transform: skew(0deg); } }
  .component_image_text#image_left .panel-grid-cell:nth-child(2) .container {
    padding: calc(40px / 2) calc(40px * 2) calc(40px / 2) calc(40px / 2) !important; }
    @media only screen and (max-width: 780px) {
      .component_image_text#image_left .panel-grid-cell:nth-child(2) .container {
        padding: calc(40px / 2) !important; } }
  .component_image_text#image_right .panel-grid-cell:nth-child(1) .container {
    padding: calc(40px / 2) calc(40px * 2) calc(40px / 2) calc(40px / 2) !important;
    float: left; }
    @media only screen and (max-width: 1200px) {
      .component_image_text#image_right .panel-grid-cell:nth-child(1) .container {
        padding: calc(40px / 2) calc(40px / 2) calc(40px / 2) calc(40px * 2) !important; } }
    @media only screen and (max-width: 780px) {
      .component_image_text#image_right .panel-grid-cell:nth-child(1) .container {
        padding: calc(40px / 2) !important; } }
  .component_image_text#image_right .panel-grid-cell:nth-child(2) {
    height: 600px; }
    @media only screen and (max-width: 650px) {
      .component_image_text#image_right .panel-grid-cell:nth-child(2) {
        height: calc(600px / 2); } }
    @media only screen and (max-width: small-tablet) {
      .component_image_text#image_right .panel-grid-cell:nth-child(2) {
        height: calc(600px / 2); } }
    .component_image_text#image_right .panel-grid-cell:nth-child(2) .so-panel {
      -webkit-transform: skew(-20deg);
      -moz-transform: skew(-20deg);
      -o-transform: skew(-20deg);
      width: 50%;
      position: absolute;
      right: -117px;
      height: 600px;
      top: 0; }
      @media only screen and (max-width: 780px) {
        .component_image_text#image_right .panel-grid-cell:nth-child(2) .so-panel {
          -webkit-transform: skew(0deg);
          -moz-transform: skew(0deg);
          -o-transform: skew(0deg);
          width: 101%;
          position: relative;
          right: 0;
          height: 600px;
          top: unset; } }
      @media only screen and (max-width: 650px) {
        .component_image_text#image_right .panel-grid-cell:nth-child(2) .so-panel {
          height: calc(600px / 2); } }
      @media only screen and (max-width: small-tablet) {
        .component_image_text#image_right .panel-grid-cell:nth-child(2) .so-panel {
          height: calc(600px / 2); } }
      .component_image_text#image_right .panel-grid-cell:nth-child(2) .so-panel .panel-widget-style {
        background-size: cover;
        position: relative;
        right: 117px;
        top: 0;
        width: 100%;
        -webkit-transform: skew(20deg);
        -moz-transform: skew(20deg);
        -o-transform: skew(20deg);
        background-position: right center; }
        @media only screen and (max-width: 780px) {
          .component_image_text#image_right .panel-grid-cell:nth-child(2) .so-panel .panel-widget-style {
            right: 0;
            -webkit-transform: skew(0deg);
            -moz-transform: skew(0deg);
            -o-transform: skew(0deg); } }
        .component_image_text#image_right .panel-grid-cell:nth-child(2) .so-panel .panel-widget-style.container {
          padding: calc(40px / 2) calc(40px * 2) calc(40px / 2) calc(40px / 2) !important; }
  .component_image_text .panel_wrapper {
    align-items: center;
    height: 600px; }
    @media only screen and (max-width: 780px) {
      .component_image_text .panel_wrapper {
        -webkit-flex-direction: inherit;
        -ms-flex-direction: inherit;
        flex-direction: inherit;
        height: auto; } }
  .component_image_text .panel-grid-cell {
    margin-bottom: 0 !important; }
    .component_image_text .panel-grid-cell .so-panel {
      overflow: hidden; }
      .component_image_text .panel-grid-cell .so-panel .image_right .so-widget-sow-image {
        height: 600px;
        overflow: hidden; }
        @media only screen and (max-width: 780px) {
          .component_image_text .panel-grid-cell .so-panel .image_right .so-widget-sow-image {
            min-height: unset; } }
        @media only screen and (max-width: 650px) {
          .component_image_text .panel-grid-cell .so-panel .image_right .so-widget-sow-image {
            height: calc(600px / 2); } }
        @media only screen and (max-width: small-tablet) {
          .component_image_text .panel-grid-cell .so-panel .image_right .so-widget-sow-image {
            height: calc(600px / 2); } }
        .component_image_text .panel-grid-cell .so-panel .image_right .so-widget-sow-image .sow-image-container {
          height: 600px;
          -webkit-transform: skew(-20deg);
          -moz-transform: skew(-20deg);
          -o-transform: skew(-20deg);
          overflow: hidden;
          position: relative;
          right: -71px;
          line-height: 0;
          width: 100%; }
          @media only screen and (max-width: 780px) {
            .component_image_text .panel-grid-cell .so-panel .image_right .so-widget-sow-image .sow-image-container {
              right: 0;
              -webkit-transform: skew(0deg);
              -moz-transform: skew(0deg);
              -o-transform: skew(0deg);
              min-height: unset; } }
          @media only screen and (max-width: 650px) {
            .component_image_text .panel-grid-cell .so-panel .image_right .so-widget-sow-image .sow-image-container {
              height: calc(600px / 2); } }
          @media only screen and (max-width: small-tablet) {
            .component_image_text .panel-grid-cell .so-panel .image_right .so-widget-sow-image .sow-image-container {
              height: calc(600px / 2); } }
          .component_image_text .panel-grid-cell .so-panel .image_right .so-widget-sow-image .sow-image-container img {
            -webkit-transform: skew(20deg);
            -moz-transform: skew(20deg);
            -o-transform: skew(20deg);
            position: absolute;
            max-width: unset;
            right: 0;
            height: 100%;
            width: auto;
            display: none; }
            @media only screen and (max-width: 780px) {
              .component_image_text .panel-grid-cell .so-panel .image_right .so-widget-sow-image .sow-image-container img {
                left: 0;
                -webkit-transform: skew(0deg);
                -moz-transform: skew(0deg);
                -o-transform: skew(0deg); } }
      .component_image_text .panel-grid-cell .so-panel .image_left .so-widget-sow-image {
        height: 600px;
        overflow: hidden; }
        @media only screen and (max-width: 780px) {
          .component_image_text .panel-grid-cell .so-panel .image_left .so-widget-sow-image {
            min-height: unset; } }
        @media only screen and (max-width: 650px) {
          .component_image_text .panel-grid-cell .so-panel .image_left .so-widget-sow-image {
            height: calc(600px / 2); } }
        @media only screen and (max-width: small-tablet) {
          .component_image_text .panel-grid-cell .so-panel .image_left .so-widget-sow-image {
            height: calc(600px / 2); } }
        .component_image_text .panel-grid-cell .so-panel .image_left .so-widget-sow-image .sow-image-container {
          min-height: 600px;
          -webkit-transform: skew(20deg);
          -moz-transform: skew(20deg);
          -o-transform: skew(20deg);
          overflow: hidden;
          position: relative;
          left: -148px;
          line-height: 0;
          height: 100%;
          width: auto;
          max-width: unset; }
          @media only screen and (max-width: 780px) {
            .component_image_text .panel-grid-cell .so-panel .image_left .so-widget-sow-image .sow-image-container {
              left: 0;
              -webkit-transform: skew(0deg);
              -moz-transform: skew(0deg);
              -o-transform: skew(0deg); } }
          @media only screen and (max-width: 650px) {
            .component_image_text .panel-grid-cell .so-panel .image_left .so-widget-sow-image .sow-image-container {
              height: calc(600px / 2); } }
          @media only screen and (max-width: small-tablet) {
            .component_image_text .panel-grid-cell .so-panel .image_left .so-widget-sow-image .sow-image-container {
              height: calc(600px / 2); } }
          .component_image_text .panel-grid-cell .so-panel .image_left .so-widget-sow-image .sow-image-container img {
            -webkit-transform: skew(-20deg);
            -moz-transform: skew(-20deg);
            -o-transform: skew(-20deg);
            position: relative;
            right: -110px;
            height: 100%;
            width: auto;
            max-width: unset;
            display: none; }
            @media only screen and (max-width: 780px) {
              .component_image_text .panel-grid-cell .so-panel .image_left .so-widget-sow-image .sow-image-container img {
                right: 0;
                -webkit-transform: skew(0deg);
                -moz-transform: skew(0deg);
                -o-transform: skew(0deg); } }
      .component_image_text .panel-grid-cell .so-panel .so-widget-sow-cta .sow-cta-base {
        padding: 40px calc(40px / 2) 40px 40px;
        width: 80%;
        float: right;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box; }
        @media only screen and (max-width: 1200px) {
          .component_image_text .panel-grid-cell .so-panel .so-widget-sow-cta .sow-cta-base {
            padding: calc(40px / 2) 40px calc(40px / 2) calc(40px / 2) !important; } }
        @media only screen and (max-width: 780px) {
          .component_image_text .panel-grid-cell .so-panel .so-widget-sow-cta .sow-cta-base {
            padding: 40px;
            width: 100%;
            float: unset;
            padding: calc(40px / 2) calc(40px / 2) calc(40px / 2) calc(40px / 2) !important; } }
        .component_image_text .panel-grid-cell .so-panel .so-widget-sow-cta .sow-cta-base .sow-cta-wrapper .sow-cta-text .sow-cta-title {
          display: none; }
        .component_image_text .panel-grid-cell .so-panel .so-widget-sow-cta .sow-cta-base .sow-cta-wrapper .sow-cta-text .sow-cta-subtitle {
          text-align: left; }
        .component_image_text .panel-grid-cell .so-panel .so-widget-sow-cta .sow-cta-base .sow-cta-wrapper .so-widget-sow-button {
          margin-top: 20px !important;
          display: inline-block;
          width: 100%; }
          .component_image_text .panel-grid-cell .so-panel .so-widget-sow-cta .sow-cta-base .sow-cta-wrapper .so-widget-sow-button .ow-button-base a {
            float: left; }
      .component_image_text .panel-grid-cell .so-panel .so-widget-sow-editor .textwidget p {
        color: #3c4850;
        font-weight: 400;
        font-family: proxima-nova, sans-serif;
        line-height: 24px;
        text-shadow: none !important;
        letter-spacing: 0px;
        font-size: 16px; }
        @media only screen and (max-width: 970px) {
          .component_image_text .panel-grid-cell .so-panel .so-widget-sow-editor .textwidget p {
            font-size: 16px;
            line-height: 22px; } }
        @media only screen and (max-width: small-desktop) {
          .component_image_text .panel-grid-cell .so-panel .so-widget-sow-editor .textwidget p {
            font-size: 16px;
            line-height: 22px; } }

/*
|--------------------------------------------------------------------------
| Component - Text Banner
|--------------------------------------------------------------------------
|
|
*/
.component_text_banner_container {
  /*left: calc(-50vw + 50%);
	position:relative;*/ }

.component_text_banner {
  /*position: relative;
	display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    -ms-justify-content: space-between;
    justify-content: space-between;
    margin:auto;*/ }
  .component_text_banner .panel_wrapper {
    align-items: center; }
    @media only screen and (max-width: 780px) {
      .component_text_banner .panel_wrapper {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; } }
  .component_text_banner .panel-grid-cell {
    margin-bottom: 0 !important; }
    .component_text_banner .panel-grid-cell .so-panel .container {
      padding-bottom: 0px; }
    @media only screen and (max-width: 780px) {
      .component_text_banner .panel-grid-cell .so-panel .so-widget-sow-editor .widget-title {
        margin-bottom: 0 !important;
        margin-top: calc(30px / 2); } }
    .component_text_banner .panel-grid-cell .so-panel .so-widget-sow-editor .textwidget h5 {
      padding: 0;
      margin: 0 0 20px 0 !important;
      text-shadow: none !important;
      color: #4a4a4a;
      font-size: 30px;
      line-height: 35px;
      font-weight: 500; }
      @media only screen and (max-width: 680px) {
        .component_text_banner .panel-grid-cell .so-panel .so-widget-sow-editor .textwidget h5 {
          margin: 0 0 calc(20px / 2) 0 !important; } }
      @media only screen and (max-width: tablet) {
        .component_text_banner .panel-grid-cell .so-panel .so-widget-sow-editor .textwidget h5 {
          margin: 0 0 calc(20px / 2) 0 !important; } }
      @media only screen and (max-width: 1300px) {
        .component_text_banner .panel-grid-cell .so-panel .so-widget-sow-editor .textwidget h5 {
          font-size: calc(30px - 2px);
          line-height: calc(30px - 2px + 5px); } }
      @media only screen and (max-width: desktop) {
        .component_text_banner .panel-grid-cell .so-panel .so-widget-sow-editor .textwidget h5 {
          font-size: calc(30px - 2px);
          line-height: calc(30px - 2px + 5px); } }
      @media only screen and (max-width: 970px) {
        .component_text_banner .panel-grid-cell .so-panel .so-widget-sow-editor .textwidget h5 {
          font-size: calc(30px - 5px);
          line-height: calc(30px - 5px + 5px); } }
      @media only screen and (max-width: small-desktop) {
        .component_text_banner .panel-grid-cell .so-panel .so-widget-sow-editor .textwidget h5 {
          font-size: calc(30px - 5px);
          line-height: calc(30px - 5px + 5px); } }
      @media only screen and (max-width: 680px) {
        .component_text_banner .panel-grid-cell .so-panel .so-widget-sow-editor .textwidget h5 {
          font-size: calc(30px - 10px);
          line-height: calc(30px - 10px + 5px); } }
      @media only screen and (max-width: tablet) {
        .component_text_banner .panel-grid-cell .so-panel .so-widget-sow-editor .textwidget h5 {
          font-size: calc(30px - 10px);
          line-height: calc(30px - 10px + 5px); } }
    .component_text_banner .panel-grid-cell .so-panel .so-widget-sow-editor .textwidget p {
      color: #3c4850;
      font-weight: 400;
      font-family: proxima-nova, sans-serif;
      line-height: 24px;
      text-shadow: none !important;
      letter-spacing: 0px;
      font-size: 16px; }
      @media only screen and (max-width: 970px) {
        .component_text_banner .panel-grid-cell .so-panel .so-widget-sow-editor .textwidget p {
          font-size: 16px;
          line-height: 22px; } }
      @media only screen and (max-width: small-desktop) {
        .component_text_banner .panel-grid-cell .so-panel .so-widget-sow-editor .textwidget p {
          font-size: 16px;
          line-height: 22px; } }
    @media only screen and (max-width: 780px) {
      .component_text_banner .panel-grid-cell .so-panel.widget_sow-image .panel-widget-style .so-widget-sow-image .sow-image-container img {
        width: 50%; } }

/*
|--------------------------------------------------------------------------
| Component - Caption Blocks
|--------------------------------------------------------------------------
|
|
*/
.component_caption_blocks {
  display: block;
  max-width: 960px;
  margin: auto; }
  @media only screen and (max-width: 1280px) {
    .component_caption_blocks {
      padding: 0 calc(40px / 2); } }
  @media only screen and (max-width: 780px) {
    .component_caption_blocks .panel_wrapper {
      -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; } }
  @media only screen and (max-width: 1280px) {
    .component_caption_blocks .panel-grid-cell {
      margin-top: 0 !important;
      margin-bottom: 0 !important; } }
  .component_caption_blocks .panel-grid-cell:last-child {
    margin-top: 0 !important; }
  @media only screen and (max-width: 780px) {
    .component_caption_blocks .panel-grid-cell {
      margin-top: calc(40px / 2) !important; } }
  .component_caption_blocks .panel-grid-cell .so-panel .so-widget-sow-image .sow-image-container {
    line-height: 0; }
  .component_caption_blocks .panel-grid-cell .so-panel .so-widget-sow-editor {
    height: 155px;
    display: table; }
    @media only screen and (max-width: 780px) {
      .component_caption_blocks .panel-grid-cell .so-panel .so-widget-sow-editor {
        height: auto; } }
    .component_caption_blocks .panel-grid-cell .so-panel .so-widget-sow-editor .widget-title {
      text-align: left;
      font-weight: 700; }
    .component_caption_blocks .panel-grid-cell .so-panel .so-widget-sow-editor .textwidget {
      display: table-cell;
      text-align: left; }
      .component_caption_blocks .panel-grid-cell .so-panel .so-widget-sow-editor .textwidget p {
        color: #3c4850;
        font-weight: 400;
        font-family: proxima-nova, sans-serif;
        line-height: 24px;
        text-shadow: none !important;
        letter-spacing: 0px;
        font-size: 16px; }
        @media only screen and (max-width: 970px) {
          .component_caption_blocks .panel-grid-cell .so-panel .so-widget-sow-editor .textwidget p {
            font-size: 16px;
            line-height: 22px; } }
        @media only screen and (max-width: small-desktop) {
          .component_caption_blocks .panel-grid-cell .so-panel .so-widget-sow-editor .textwidget p {
            font-size: 16px;
            line-height: 22px; } }
      .component_caption_blocks .panel-grid-cell .so-panel .so-widget-sow-editor .textwidget h4 {
        padding: 0;
        margin: 0 0 20px 0 !important;
        text-shadow: none !important;
        color: #4a4a4a;
        font-size: 34px;
        line-height: 39px;
        font-weight: 700; }
        @media only screen and (max-width: 680px) {
          .component_caption_blocks .panel-grid-cell .so-panel .so-widget-sow-editor .textwidget h4 {
            margin: 0 0 calc(20px / 2) 0 !important; } }
        @media only screen and (max-width: tablet) {
          .component_caption_blocks .panel-grid-cell .so-panel .so-widget-sow-editor .textwidget h4 {
            margin: 0 0 calc(20px / 2) 0 !important; } }
        @media only screen and (max-width: 1300px) {
          .component_caption_blocks .panel-grid-cell .so-panel .so-widget-sow-editor .textwidget h4 {
            font-size: calc(34px - 2px);
            line-height: calc(34px - 2px + 5px); } }
        @media only screen and (max-width: desktop) {
          .component_caption_blocks .panel-grid-cell .so-panel .so-widget-sow-editor .textwidget h4 {
            font-size: calc(34px - 2px);
            line-height: calc(34px - 2px + 5px); } }
        @media only screen and (max-width: 970px) {
          .component_caption_blocks .panel-grid-cell .so-panel .so-widget-sow-editor .textwidget h4 {
            font-size: calc(34px - 5px);
            line-height: calc(34px - 5px + 5px); } }
        @media only screen and (max-width: small-desktop) {
          .component_caption_blocks .panel-grid-cell .so-panel .so-widget-sow-editor .textwidget h4 {
            font-size: calc(34px - 5px);
            line-height: calc(34px - 5px + 5px); } }
        @media only screen and (max-width: 680px) {
          .component_caption_blocks .panel-grid-cell .so-panel .so-widget-sow-editor .textwidget h4 {
            font-size: calc(34px - 15px);
            line-height: calc(34px - 15px + 5px); } }
        @media only screen and (max-width: tablet) {
          .component_caption_blocks .panel-grid-cell .so-panel .so-widget-sow-editor .textwidget h4 {
            font-size: calc(34px - 15px);
            line-height: calc(34px - 15px + 5px); } }
      .component_caption_blocks .panel-grid-cell .so-panel .so-widget-sow-editor .textwidget h5 {
        padding: 0;
        margin: 0 0 20px 0 !important;
        text-shadow: none !important;
        color: #4a4a4a;
        font-size: 30px;
        line-height: 35px;
        font-weight: 500; }
        @media only screen and (max-width: 680px) {
          .component_caption_blocks .panel-grid-cell .so-panel .so-widget-sow-editor .textwidget h5 {
            margin: 0 0 calc(20px / 2) 0 !important; } }
        @media only screen and (max-width: tablet) {
          .component_caption_blocks .panel-grid-cell .so-panel .so-widget-sow-editor .textwidget h5 {
            margin: 0 0 calc(20px / 2) 0 !important; } }
        @media only screen and (max-width: 1300px) {
          .component_caption_blocks .panel-grid-cell .so-panel .so-widget-sow-editor .textwidget h5 {
            font-size: calc(30px - 2px);
            line-height: calc(30px - 2px + 5px); } }
        @media only screen and (max-width: desktop) {
          .component_caption_blocks .panel-grid-cell .so-panel .so-widget-sow-editor .textwidget h5 {
            font-size: calc(30px - 2px);
            line-height: calc(30px - 2px + 5px); } }
        @media only screen and (max-width: 970px) {
          .component_caption_blocks .panel-grid-cell .so-panel .so-widget-sow-editor .textwidget h5 {
            font-size: calc(30px - 5px);
            line-height: calc(30px - 5px + 5px); } }
        @media only screen and (max-width: small-desktop) {
          .component_caption_blocks .panel-grid-cell .so-panel .so-widget-sow-editor .textwidget h5 {
            font-size: calc(30px - 5px);
            line-height: calc(30px - 5px + 5px); } }
        @media only screen and (max-width: 680px) {
          .component_caption_blocks .panel-grid-cell .so-panel .so-widget-sow-editor .textwidget h5 {
            font-size: calc(30px - 10px);
            line-height: calc(30px - 10px + 5px); } }
        @media only screen and (max-width: tablet) {
          .component_caption_blocks .panel-grid-cell .so-panel .so-widget-sow-editor .textwidget h5 {
            font-size: calc(30px - 10px);
            line-height: calc(30px - 10px + 5px); } }

/*
|--------------------------------------------------------------------------
| Component - Component Half Slider
|--------------------------------------------------------------------------
|
|
*/
.component_half_slider {
  max-width: 1100px;
  margin: auto; }
  @media only screen and (max-width: 1270px) {
    .component_half_slider {
      padding: 0 calc(40px / 2 + 10px); } }
  @media only screen and (max-width: 970px) {
    .component_half_slider {
      padding: 0 calc(40px / 2);
      margin-bottom: calc(40px / 2); } }
  @media only screen and (max-width: small-desktop) {
    .component_half_slider {
      padding: 0 calc(40px / 2);
      margin-bottom: calc(40px / 2); } }
  .component_half_slider .panel-grid-cell .so-panel .so-widget-sow-layout-slider .sow-slider-base {
    overflow: visible !important; }
    .component_half_slider .panel-grid-cell .so-panel .so-widget-sow-layout-slider .sow-slider-base .sow-slider-images {
      padding: 0; }
      .component_half_slider .panel-grid-cell .so-panel .so-widget-sow-layout-slider .sow-slider-base .sow-slider-images .sow-slider-image {
        height: 550px !important;
        background-position: left -263px  center; }
        @media only screen and (max-width: 970px) {
          .component_half_slider .panel-grid-cell .so-panel .so-widget-sow-layout-slider .sow-slider-base .sow-slider-images .sow-slider-image {
            background-position: right center;
            height: 450px !important; } }
        @media only screen and (max-width: small-desktop) {
          .component_half_slider .panel-grid-cell .so-panel .so-widget-sow-layout-slider .sow-slider-base .sow-slider-images .sow-slider-image {
            background-position: right center;
            height: 450px !important; } }
        @media only screen and (max-width: 650px) {
          .component_half_slider .panel-grid-cell .so-panel .so-widget-sow-layout-slider .sow-slider-base .sow-slider-images .sow-slider-image {
            background-position: center; } }
        @media only screen and (max-width: small-tablet) {
          .component_half_slider .panel-grid-cell .so-panel .so-widget-sow-layout-slider .sow-slider-base .sow-slider-images .sow-slider-image {
            background-position: center; } }
        .component_half_slider .panel-grid-cell .so-panel .so-widget-sow-layout-slider .sow-slider-base .sow-slider-images .sow-slider-image .sow-slider-image-container {
          width: 50%;
          height: 100%;
          right: 0;
          left: auto; }
          @media only screen and (max-width: 970px) {
            .component_half_slider .panel-grid-cell .so-panel .so-widget-sow-layout-slider .sow-slider-base .sow-slider-images .sow-slider-image .sow-slider-image-container {
              width: 100%; } }
          @media only screen and (max-width: small-desktop) {
            .component_half_slider .panel-grid-cell .so-panel .so-widget-sow-layout-slider .sow-slider-base .sow-slider-images .sow-slider-image .sow-slider-image-container {
              width: 100%; } }
          .component_half_slider .panel-grid-cell .so-panel .so-widget-sow-layout-slider .sow-slider-base .sow-slider-images .sow-slider-image .sow-slider-image-container .sow-slider-image-wrapper {
            padding: 0; }
            .component_half_slider .panel-grid-cell .so-panel .so-widget-sow-layout-slider .sow-slider-base .sow-slider-images .sow-slider-image .sow-slider-image-container .sow-slider-image-wrapper .panel-layout {
              width: 100%;
              height: 100%;
              position: absolute; }
              .component_half_slider .panel-grid-cell .so-panel .so-widget-sow-layout-slider .sow-slider-base .sow-slider-images .sow-slider-image .sow-slider-image-container .sow-slider-image-wrapper .panel-layout .panel-grid {
                margin-bottom: 0 !important; }
                .component_half_slider .panel-grid-cell .so-panel .so-widget-sow-layout-slider .sow-slider-base .sow-slider-images .sow-slider-image .sow-slider-image-container .sow-slider-image-wrapper .panel-layout .panel-grid .panel-row-style {
                  width: 100%;
                  height: 100%;
                  position: absolute;
                  right: -110px;
                  padding: 0 142px 0 50px;
                  -webkit-transform: skew(-20deg);
                  -moz-transform: skew(-20deg);
                  -o-transform: skew(-20deg); }
                  @media only screen and (max-width: 970px) {
                    .component_half_slider .panel-grid-cell .so-panel .so-widget-sow-layout-slider .sow-slider-base .sow-slider-images .sow-slider-image .sow-slider-image-container .sow-slider-image-wrapper .panel-layout .panel-grid .panel-row-style {
                      right: 0px;
                      padding: 0 30px;
                      -webkit-transform: skew(0deg);
                      -moz-transform: skew(0deg);
                      -o-transform: skew(0deg);
                      width: auto;
                      height: auto;
                      bottom: 0; } }
                  @media only screen and (max-width: small-desktop) {
                    .component_half_slider .panel-grid-cell .so-panel .so-widget-sow-layout-slider .sow-slider-base .sow-slider-images .sow-slider-image .sow-slider-image-container .sow-slider-image-wrapper .panel-layout .panel-grid .panel-row-style {
                      right: 0px;
                      padding: 0 30px;
                      -webkit-transform: skew(0deg);
                      -moz-transform: skew(0deg);
                      -o-transform: skew(0deg);
                      width: auto;
                      height: auto;
                      bottom: 0; } }
                  .component_half_slider .panel-grid-cell .so-panel .so-widget-sow-layout-slider .sow-slider-base .sow-slider-images .sow-slider-image .sow-slider-image-container .sow-slider-image-wrapper .panel-layout .panel-grid .panel-row-style .panel-grid-cell {
                    -webkit-transform: skew(20deg);
                    -moz-transform: skew(20deg);
                    -o-transform: skew(20deg); }
                    @media only screen and (max-width: 970px) {
                      .component_half_slider .panel-grid-cell .so-panel .so-widget-sow-layout-slider .sow-slider-base .sow-slider-images .sow-slider-image .sow-slider-image-container .sow-slider-image-wrapper .panel-layout .panel-grid .panel-row-style .panel-grid-cell {
                        -webkit-transform: skew(0deg);
                        -moz-transform: skew(0deg);
                        -o-transform: skew(0deg); } }
                    @media only screen and (max-width: small-desktop) {
                      .component_half_slider .panel-grid-cell .so-panel .so-widget-sow-layout-slider .sow-slider-base .sow-slider-images .sow-slider-image .sow-slider-image-container .sow-slider-image-wrapper .panel-layout .panel-grid .panel-row-style .panel-grid-cell {
                        -webkit-transform: skew(0deg);
                        -moz-transform: skew(0deg);
                        -o-transform: skew(0deg); } }
                    .component_half_slider .panel-grid-cell .so-panel .so-widget-sow-layout-slider .sow-slider-base .sow-slider-images .sow-slider-image .sow-slider-image-container .sow-slider-image-wrapper .panel-layout .panel-grid .panel-row-style .panel-grid-cell .widget_sow-editor .so-widget-sow-editor .widget-title {
                      text-shadow: none !important;
                      margin: 0;
                      text-align: right; }
                    .component_half_slider .panel-grid-cell .so-panel .so-widget-sow-layout-slider .sow-slider-base .sow-slider-images .sow-slider-image .sow-slider-image-container .sow-slider-image-wrapper .panel-layout .panel-grid .panel-row-style .panel-grid-cell .widget_sow-editor .so-widget-sow-editor .textwidget {
                      text-shadow: none !important;
                      text-align: right; }
                      .component_half_slider .panel-grid-cell .so-panel .so-widget-sow-layout-slider .sow-slider-base .sow-slider-images .sow-slider-image .sow-slider-image-container .sow-slider-image-wrapper .panel-layout .panel-grid .panel-row-style .panel-grid-cell .widget_sow-editor .so-widget-sow-editor .textwidget h5 {
                        padding: 0;
                        margin: 0 0 20px 0 !important;
                        text-shadow: none !important;
                        color: #fff;
                        font-size: 34px;
                        line-height: 39px;
                        font-weight: 500; }
                        @media only screen and (max-width: 680px) {
                          .component_half_slider .panel-grid-cell .so-panel .so-widget-sow-layout-slider .sow-slider-base .sow-slider-images .sow-slider-image .sow-slider-image-container .sow-slider-image-wrapper .panel-layout .panel-grid .panel-row-style .panel-grid-cell .widget_sow-editor .so-widget-sow-editor .textwidget h5 {
                            margin: 0 0 calc(20px / 2) 0 !important; } }
                        @media only screen and (max-width: tablet) {
                          .component_half_slider .panel-grid-cell .so-panel .so-widget-sow-layout-slider .sow-slider-base .sow-slider-images .sow-slider-image .sow-slider-image-container .sow-slider-image-wrapper .panel-layout .panel-grid .panel-row-style .panel-grid-cell .widget_sow-editor .so-widget-sow-editor .textwidget h5 {
                            margin: 0 0 calc(20px / 2) 0 !important; } }
                        @media only screen and (max-width: 1300px) {
                          .component_half_slider .panel-grid-cell .so-panel .so-widget-sow-layout-slider .sow-slider-base .sow-slider-images .sow-slider-image .sow-slider-image-container .sow-slider-image-wrapper .panel-layout .panel-grid .panel-row-style .panel-grid-cell .widget_sow-editor .so-widget-sow-editor .textwidget h5 {
                            font-size: calc(34px - 2px);
                            line-height: calc(34px - 2px + 5px); } }
                        @media only screen and (max-width: desktop) {
                          .component_half_slider .panel-grid-cell .so-panel .so-widget-sow-layout-slider .sow-slider-base .sow-slider-images .sow-slider-image .sow-slider-image-container .sow-slider-image-wrapper .panel-layout .panel-grid .panel-row-style .panel-grid-cell .widget_sow-editor .so-widget-sow-editor .textwidget h5 {
                            font-size: calc(34px - 2px);
                            line-height: calc(34px - 2px + 5px); } }
                        @media only screen and (max-width: 970px) {
                          .component_half_slider .panel-grid-cell .so-panel .so-widget-sow-layout-slider .sow-slider-base .sow-slider-images .sow-slider-image .sow-slider-image-container .sow-slider-image-wrapper .panel-layout .panel-grid .panel-row-style .panel-grid-cell .widget_sow-editor .so-widget-sow-editor .textwidget h5 {
                            font-size: calc(34px - 5px);
                            line-height: calc(34px - 5px + 5px); } }
                        @media only screen and (max-width: small-desktop) {
                          .component_half_slider .panel-grid-cell .so-panel .so-widget-sow-layout-slider .sow-slider-base .sow-slider-images .sow-slider-image .sow-slider-image-container .sow-slider-image-wrapper .panel-layout .panel-grid .panel-row-style .panel-grid-cell .widget_sow-editor .so-widget-sow-editor .textwidget h5 {
                            font-size: calc(34px - 5px);
                            line-height: calc(34px - 5px + 5px); } }
                        @media only screen and (max-width: 680px) {
                          .component_half_slider .panel-grid-cell .so-panel .so-widget-sow-layout-slider .sow-slider-base .sow-slider-images .sow-slider-image .sow-slider-image-container .sow-slider-image-wrapper .panel-layout .panel-grid .panel-row-style .panel-grid-cell .widget_sow-editor .so-widget-sow-editor .textwidget h5 {
                            font-size: calc(34px - 15px);
                            line-height: calc(34px - 15px + 5px); } }
                        @media only screen and (max-width: tablet) {
                          .component_half_slider .panel-grid-cell .so-panel .so-widget-sow-layout-slider .sow-slider-base .sow-slider-images .sow-slider-image .sow-slider-image-container .sow-slider-image-wrapper .panel-layout .panel-grid .panel-row-style .panel-grid-cell .widget_sow-editor .so-widget-sow-editor .textwidget h5 {
                            font-size: calc(34px - 15px);
                            line-height: calc(34px - 15px + 5px); } }
  .component_half_slider .panel-grid-cell .so-panel .so-widget-sow-layout-slider .sow-slider-pagination {
    opacity: 1;
    display: none !important; }
    @media only screen and (max-width: 970px) {
      .component_half_slider .panel-grid-cell .so-panel .so-widget-sow-layout-slider .sow-slider-pagination {
        display: block !important;
        text-align: center;
        bottom: 10px; } }
    @media only screen and (max-width: small-desktop) {
      .component_half_slider .panel-grid-cell .so-panel .so-widget-sow-layout-slider .sow-slider-pagination {
        display: block !important;
        text-align: center;
        bottom: 10px; } }
  .component_half_slider .panel-grid-cell .so-panel .so-widget-sow-layout-slider .sow-slide-nav {
    display: none !important;
    opacity: 1; }
    .component_half_slider .panel-grid-cell .so-panel .so-widget-sow-layout-slider .sow-slide-nav a {
      background: #004569;
      padding: 20px; }
      @media only screen and (max-width: 970px) {
        .component_half_slider .panel-grid-cell .so-panel .so-widget-sow-layout-slider .sow-slide-nav a {
          padding: 10px 12px;
          font-size: 14px; } }
      @media only screen and (max-width: small-desktop) {
        .component_half_slider .panel-grid-cell .so-panel .so-widget-sow-layout-slider .sow-slide-nav a {
          padding: 10px 12px;
          font-size: 14px; } }
    .component_half_slider .panel-grid-cell .so-panel .so-widget-sow-layout-slider .sow-slide-nav.sow-slide-nav-next {
      right: -25px !important; }
      @media only screen and (max-width: 970px) {
        .component_half_slider .panel-grid-cell .so-panel .so-widget-sow-layout-slider .sow-slide-nav.sow-slide-nav-next {
          right: 15px !important;
          bottom: -15px;
          top: unset; } }
      @media only screen and (max-width: small-desktop) {
        .component_half_slider .panel-grid-cell .so-panel .so-widget-sow-layout-slider .sow-slide-nav.sow-slide-nav-next {
          right: 15px !important;
          bottom: -15px;
          top: unset; } }
    .component_half_slider .panel-grid-cell .so-panel .so-widget-sow-layout-slider .sow-slide-nav.sow-slide-nav-prev {
      left: -25px !important; }
      @media only screen and (max-width: 970px) {
        .component_half_slider .panel-grid-cell .so-panel .so-widget-sow-layout-slider .sow-slide-nav.sow-slide-nav-prev {
          left: 15px !important;
          bottom: -15px;
          top: unset; } }
      @media only screen and (max-width: small-desktop) {
        .component_half_slider .panel-grid-cell .so-panel .so-widget-sow-layout-slider .sow-slide-nav.sow-slide-nav-prev {
          left: 15px !important;
          bottom: -15px;
          top: unset; } }

/*
|--------------------------------------------------------------------------
| Component - Caption Blocks
|--------------------------------------------------------------------------
|
|
*/
.component_profile_blocks {
  diplay: block;
  max-width: 1100px;
  margin: auto; }
  .component_profile_blocks .panel-grid-cell .so-panel .so-widget-sow-image {
    position: relative; }
    .component_profile_blocks .panel-grid-cell .so-panel .so-widget-sow-image .sow-image-container {
      line-height: 0;
      border-radius: 50%;
      overflow: hidden;
      width: 250px;
      height: 250px;
      position: relative;
      left: 0;
      right: 0;
      margin: auto; }
      @media only screen and (max-width: 970px) {
        .component_profile_blocks .panel-grid-cell .so-panel .so-widget-sow-image .sow-image-container {
          width: 200px;
          height: 200px; } }
      @media only screen and (max-width: small-desktop) {
        .component_profile_blocks .panel-grid-cell .so-panel .so-widget-sow-image .sow-image-container {
          width: 200px;
          height: 200px; } }
  .component_profile_blocks .panel-grid-cell .so-panel .so-widget-sow-editor {
    display: table;
    max-width: 300px;
    margin: auto; }
    .component_profile_blocks .panel-grid-cell .so-panel .so-widget-sow-editor .widget-title {
      text-align: center;
      font-weight: 700; }
    .component_profile_blocks .panel-grid-cell .so-panel .so-widget-sow-editor .textwidget {
      text-align: center; }
      .component_profile_blocks .panel-grid-cell .so-panel .so-widget-sow-editor .textwidget p {
        color: #3c4850;
        font-weight: 400;
        font-family: proxima-nova, sans-serif;
        line-height: 24px;
        text-shadow: none !important;
        letter-spacing: 0px;
        font-size: 16px; }
        @media only screen and (max-width: 970px) {
          .component_profile_blocks .panel-grid-cell .so-panel .so-widget-sow-editor .textwidget p {
            font-size: 16px;
            line-height: 22px; } }
        @media only screen and (max-width: small-desktop) {
          .component_profile_blocks .panel-grid-cell .so-panel .so-widget-sow-editor .textwidget p {
            font-size: 16px;
            line-height: 22px; } }
      .component_profile_blocks .panel-grid-cell .so-panel .so-widget-sow-editor .textwidget h4 {
        padding: 0;
        margin: 0 0 20px 0 !important;
        text-shadow: none !important;
        color: #4a4a4a;
        font-size: 30px;
        line-height: 35px;
        font-weight: 700;
        margin: 0 0 calc(20px / 4) 0 !important; }
        @media only screen and (max-width: 680px) {
          .component_profile_blocks .panel-grid-cell .so-panel .so-widget-sow-editor .textwidget h4 {
            margin: 0 0 calc(20px / 2) 0 !important; } }
        @media only screen and (max-width: tablet) {
          .component_profile_blocks .panel-grid-cell .so-panel .so-widget-sow-editor .textwidget h4 {
            margin: 0 0 calc(20px / 2) 0 !important; } }
        @media only screen and (max-width: 1300px) {
          .component_profile_blocks .panel-grid-cell .so-panel .so-widget-sow-editor .textwidget h4 {
            font-size: calc(30px - 2px);
            line-height: calc(30px - 2px + 5px); } }
        @media only screen and (max-width: desktop) {
          .component_profile_blocks .panel-grid-cell .so-panel .so-widget-sow-editor .textwidget h4 {
            font-size: calc(30px - 2px);
            line-height: calc(30px - 2px + 5px); } }
        @media only screen and (max-width: 970px) {
          .component_profile_blocks .panel-grid-cell .so-panel .so-widget-sow-editor .textwidget h4 {
            font-size: calc(30px - 5px);
            line-height: calc(30px - 5px + 5px); } }
        @media only screen and (max-width: small-desktop) {
          .component_profile_blocks .panel-grid-cell .so-panel .so-widget-sow-editor .textwidget h4 {
            font-size: calc(30px - 5px);
            line-height: calc(30px - 5px + 5px); } }
        @media only screen and (max-width: 680px) {
          .component_profile_blocks .panel-grid-cell .so-panel .so-widget-sow-editor .textwidget h4 {
            font-size: calc(30px - 10px);
            line-height: calc(30px - 10px + 5px); } }
        @media only screen and (max-width: tablet) {
          .component_profile_blocks .panel-grid-cell .so-panel .so-widget-sow-editor .textwidget h4 {
            font-size: calc(30px - 10px);
            line-height: calc(30px - 10px + 5px); } }
      .component_profile_blocks .panel-grid-cell .so-panel .so-widget-sow-editor .textwidget h5 {
        padding: 0;
        margin: 0 0 20px 0 !important;
        text-shadow: none !important;
        color: #4a4a4a;
        font-size: 20px;
        line-height: 25px;
        font-weight: 500; }
        @media only screen and (max-width: 680px) {
          .component_profile_blocks .panel-grid-cell .so-panel .so-widget-sow-editor .textwidget h5 {
            margin: 0 0 calc(20px / 2) 0 !important; } }
        @media only screen and (max-width: tablet) {
          .component_profile_blocks .panel-grid-cell .so-panel .so-widget-sow-editor .textwidget h5 {
            margin: 0 0 calc(20px / 2) 0 !important; } }
        @media only screen and (max-width: 1300px) {
          .component_profile_blocks .panel-grid-cell .so-panel .so-widget-sow-editor .textwidget h5 {
            font-size: calc(20px - 2px);
            line-height: calc(20px - 2px + 5px); } }
        @media only screen and (max-width: desktop) {
          .component_profile_blocks .panel-grid-cell .so-panel .so-widget-sow-editor .textwidget h5 {
            font-size: calc(20px - 2px);
            line-height: calc(20px - 2px + 5px); } }
