/*----------
                                                                                                                                       
               AAA               ZZZZZZZZZZZZZZZZZZZ     OOOOOOOOO          OOOOOOOOO     RRRRRRRRRRRRRRRRR                  AAA               
              A:::A              Z:::::::::::::::::Z   OO:::::::::OO      OO:::::::::OO   R::::::::::::::::R                A:::A              
             A:::::A             Z:::::::::::::::::Z OO:::::::::::::OO  OO:::::::::::::OO R::::::RRRRRR:::::R              A:::::A             
            A:::::::A            Z:::ZZZZZZZZ:::::Z O:::::::OOO:::::::OO:::::::OOO:::::::ORR:::::R     R:::::R            A:::::::A            
           A:::::::::A           ZZZZZ     Z:::::Z  O::::::O   O::::::OO::::::O   O::::::O  R::::R     R:::::R           A:::::::::A           
          A:::::A:::::A                  Z:::::Z    O:::::O     O:::::OO:::::O     O:::::O  R::::R     R:::::R          A:::::A:::::A          
         A:::::A A:::::A                Z:::::Z     O:::::O     O:::::OO:::::O     O:::::O  R::::RRRRRR:::::R          A:::::A A:::::A         
        A:::::A   A:::::A              Z:::::Z      O:::::O     O:::::OO:::::O     O:::::O  R:::::::::::::RR          A:::::A   A:::::A        
       A:::::A     A:::::A            Z:::::Z       O:::::O     O:::::OO:::::O     O:::::O  R::::RRRRRR:::::R        A:::::A     A:::::A       
      A:::::AAAAAAAAA:::::A          Z:::::Z        O:::::O     O:::::OO:::::O     O:::::O  R::::R     R:::::R      A:::::AAAAAAAAA:::::A      
     A:::::::::::::::::::::A        Z:::::Z         O:::::O     O:::::OO:::::O     O:::::O  R::::R     R:::::R     A:::::::::::::::::::::A     
    A:::::AAAAAAAAAAAAA:::::A    ZZZ:::::Z     ZZZZZO::::::O   O::::::OO::::::O   O::::::O  R::::R     R:::::R    A:::::AAAAAAAAAAAAA:::::A    
   A:::::A             A:::::A   Z::::::ZZZZZZZZ:::ZO:::::::OOO:::::::OO:::::::OOO:::::::ORR:::::R     R:::::R   A:::::A             A:::::A   
  A:::::A               A:::::A  Z:::::::::::::::::Z OO:::::::::::::OO  OO:::::::::::::OO R::::::R     R:::::R  A:::::A               A:::::A  
 A:::::A                 A:::::A Z:::::::::::::::::Z   OO:::::::::OO      OO:::::::::OO   R::::::R     R:::::R A:::::A                 A:::::A 
AAAAAAA                   AAAAAAAZZZZZZZZZZZZZZZZZZZ     OOOOOOOOO          OOOOOOOOO     RRRRRRRR     RRRRRRRAAAAAAA                   AAAAAAA
                                                                                                                                               
----------*/


/* Universal Styling Start */
::-moz-selection {
    color: white;
    text-shadow: none;
    background-color: #4f982e;
}
::selection {
    color: white;
    text-shadow: none;
    background-color: #4f982e;
}
::-webkit-scrollbar {
    height: 0.5em;
    width: 0.5em;
}
::-webkit-scrollbar-track {
    background-color: #ffffff;
    border-top: 1px solid #dedede;
    border-left: 1px solid #dedede;
}
::-webkit-scrollbar-thumb {
    background-color: #283a8f;
    border-radius: 0px;
    outline: 1px solid #283a8f;
}
* {
    outline: 0;
}
body {
    background-color: white;
    color: black;
    font-family: 'FuturaBT', sans-serif;
    font-style: normal;
    font-weight: 500;
    margin: 0;
    padding: 0;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important; 
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-text-stroke: .025em rgba(51,51,51,0.25);
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Nimbus Roman', serif;
    font-weight: normal;
    line-height: normal;
}
h1 {
    font-size: 5rem;
}
h2 {
    font-size: 3rem;
}
h3 {
    font-size: 2rem;
}
h4 {
    font-size: 1.5rem;
}
h5 {
    font-size: 1.25rem;
}
h6 {
    font-size: 1rem;
}
a {
    text-decoration: none;
    -webkit-transition: all 200ms ease-in-out 0ms;
    -moz-transition: all 200ms ease-in-out 0ms;
    -ms-transition: all 200ms ease-in-out 0ms;
    -o-transition: all 200ms ease-in-out 0ms;
    transition: all 200ms ease-in-out 0ms;
}
a:hover,
a:active,
a:focus {
    text-decoration: none;
    -webkit-transition: all 200ms ease-in-out 0ms;
    -moz-transition: all 200ms ease-in-out 0ms;
    -ms-transition: all 200ms ease-in-out 0ms;
    -o-transition: all 200ms ease-in-out 0ms;
    transition: all 200ms ease-in-out 0ms;
}
.animsition-overlay-slide {
    background-color: white;
    z-index: 9999;
}
.margin-top-lg-none {
    margin-top: 2em;
}
.OverflowHidden {
    overflow: hidden;
}
.BlueBG {
    background-color: #2b4db9;
    color: white;
}
.Contents {
    display: flex;
    position: relative;
    padding: 4em 0;
    height: auto;
    width: 100%;
}
.Block {
    display: flex;
    position: relative;
    height: 100%;
    width: 100%;
}
.ShortHR {
    display: inline-flex;
    position: relative;
    background-color: #a2a3a7;
    margin: 0px;
    border: 0px;
    height: 1px;
    width: 100%;
}
.LongHR {
    border-top: 1px solid #e3e4e5;
    margin: 0;
    height: auto;
    width: 100%;
}
.Tagline {
    font-family: 'Sunkist';
    font-weight: normal;
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
}
.Image {
    display: flex;
    align-self: center;
    justify-self: center;
    flex-direction: row;
}
.NoPadding {
    padding: 0;
}
.Hidden {
    display: none !important;
}
.FakeHeader {
    display: flex;
    position: relative;
    height: 120px;
    width: 100%;
}
.SocialBlock a {
    padding: 1.75em 0.875em;
    filter: gray; /* IE6-9 */
}
.SocialBlock a:last-child {
    padding-bottom: 1.6em;
}
.SocialBlock a:hover,
.SocialBlock a:focus {
    filter: gray; /* IE6-9 */
}
.SocialBlock.Light a {
    -webkit-filter: saturate(0) brightness(0) invert(100%); /* Google Chrome, Safari 6+ & Opera 15+ */
    filter: saturate(0) brightness(0) invert(100%); /* Microsoft Edge and Firefox 35+ */
}
.SocialBlock.Light a:hover,
.SocialBlock.Light a:focus {
    -webkit-filter: saturate(100%) brightness(150%) invert(0%); /* Google Chrome, Safari 6+ & Opera 15+ */
    filter: saturate(100%) brightness(150%) invert(0%); /* Microsoft Edge and Firefox 35+ */
}
.SocialBlock.Dark a {
    -webkit-filter: saturate(0) brightness(0) invert(30.5%); /*GoogleChrome,Safari6+&Opera15+*/
    filter: saturate(0) brightness(0) invert(30.5%); /* Microsoft Edge and Firefox 35+ */
}
.SocialBlock.Dark a:hover,
.SocialBlock.Dark a:focus {
    -webkit-filter: saturate(100%) brightness(100%) invert(0%); /* Google Chrome, Safari 6+ & Opera 15+ */
    filter: saturate(100%) brightness(100%) invert(0%); /* Microsoft Edge and Firefox 35+ */
}
[PageName=Home] .DareToGrowOverlay {
    display: flex;
    position: absolute;
    background-attachment: fixed;
    background-image: url('../Media/Vectors/Tagline.svg');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%;
    top: 0;
    left: 0;
    opacity: 0.025;
    height: 100vh;
    width: 100vw;
}
/* ./Universal Styling End */


/* Icons Start */
.Icon {
    display: flex;
    position: relative;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 1em;
    width: 1em;
}
.ArrowDownIcon {
    background-image: url('../Media/Vectors/ArrowDownIcon.svg');
}
.FacebookIcon {
    background-image: url('../Media/Vectors/FacebookIcon.svg');
}
.InstagramIcon {
    background-image: url('../Media/Vectors/InstagramIcon.svg');
}
.TwitterIcon {
    background-image: url('../Media/Vectors/TwitterIcon.svg');
}
.LinkedInIcon {
    background-image: url('../Media/Vectors/LinkedInIcon.svg');
}
.YoutubeIcon {
    background-image: url('../Media/Vectors/YoutubeIcon.svg');
}
.LongArrowDownIcon {
    background-image: url('../Media/Vectors/LongArrowDownIcon.svg');
}
.LongArrowRightIcon {
    background-image: url('../Media/Vectors/LongArrowRightIcon.svg');
}
.LongArrowRightBlueIcon {
    background-image: url('../Media/Vectors/LongArrowRightBlueIcon.svg');
}
.LongArrowRightGreenIcon {
    background-image: url('../Media/Vectors/LongArrowRightGreenIcon.svg');
}
.IndividualsIcon {
    background-image: url('../Media/Vectors/IndividualsIcon.svg');
}
.StartupsIcon {
    background-image: url('../Media/Vectors/StartupsIcon.svg');
}
.SMEsIcon {
    background-image: url('../Media/Vectors/SMEsIcon.svg');
}
.EnterprisesIcon {
    background-image: url('../Media/Vectors/EnterprisesIcon.svg');
}
.ConfirmationIcon {
    background-image: url('../Media/Vectors/ConfirmationIcon.svg');
}
.GDPRReadyIcon {
    background-image: url('../Media/Vectors/GDPRReadyIcon.svg');
}
.PhoneIcon {
    background-image: url('../Media/Vectors/PhoneIcon.svg');
}
.LocationIcon {
    background-image: url('../Media/Vectors/LocationIcon.svg');
}
.ProcessManagementIcon {
    background-image: url('../Media/Vectors/ProcessManagementIcon.svg');
}
.ChangeManagementIcon {
    background-image: url('../Media/Vectors/ChangeManagementIcon.svg');
}
.BusinessAnalysisIcon {
    background-image: url('../Media/Vectors/BusinessAnalysisIcon.svg');
}
.MergeAndAcquisitionIcon {
    background-image: url('../Media/Vectors/MergeAndAcquisitionIcon.svg');
}
.TempManagementIcon {
    background-image: url('../Media/Vectors/TempManagementIcon.svg');
}
.OperationalSupportIcon {
    background-image: url('../Media/Vectors/OperationalSupportIcon.svg');
}
.AccountingIcon {
    background-image: url('../Media/Vectors/Infographics/Expertise/AccountingIcon.svg');
}
.AdhocIcon {
    background-image: url('../Media/Vectors/Infographics/Expertise/AdhocIcon.svg');
}
.BusinessSupportIcon {
    background-image: url('../Media/Vectors/Infographics/Expertise/BusinessSupportIcon.svg');
}
.ProjectManagementIcon {
    background-image: url('../Media/Vectors/Infographics/Expertise/ProjectManagementIcon.svg');
}
.SocialManagementIcon {
    background-image: url('../Media/Vectors/Infographics/Expertise/SocialManagementIcon.svg');
}
.TaxDeclarationsIcon {
    background-image: url('../Media/Vectors/Infographics/Expertise/TaxDeclarationsIcon.svg');
}
.TaxManagementIcon {
    background-image: url('../Media/Vectors/Infographics/Expertise/TaxManagementIcon.svg');
}
.WealthManagementIcon {
    background-image: url('../Media/Vectors/Infographics/Expertise/WealthManagementIcon.svg');
}
.LogoutIcon {
    background-image: url('../Media/Vectors/LogoutIcon.svg');
    left: 1px;
}
/* ./Icons End */


/* Buttons Start */
.Button,
.btn,
button,
input[type=submit] {
    background: none;
    border: none;
    color: inherit;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    font-family: 'FuturaBT';
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
    padding: 0.6em 1.2em;
    outline: none;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-border-radius: 48px;
    -moz-border-radius: 48px;
    -ms-border-radius: 48px;
    -o-border-radius: 48px;
    border-radius: 48px;
    -webkit-transition: all 300ms ease-in-out 0ms;
    -moz-transition: all 300ms ease-in-out 0ms;
    -ms-transition: all 300ms ease-in-out 0ms;
    -o-transition: all 300ms ease-in-out 0ms;
    transition: all 300ms ease-in-out 0ms;
}
.Button:hover,
.Button:focus,
.btn:hover,
.btn:focus,
button:hover,
button:focus,
input[type=submit]:hover,
input[type=submit]:focus {
    outline: none;
    color: white;
    text-decoration: none;
    -webkit-transition: all 300ms ease-in-out 0ms;
    -moz-transition: all 300ms ease-in-out 0ms;
    -ms-transition: all 300ms ease-in-out 0ms;
    -o-transition: all 300ms ease-in-out 0ms;
    transition: all 300ms ease-in-out 0ms;
}
.Button:active,
.btn:active,
button:active,
input[type=submit]:active {
    outline: none;
}

.ButtonPrimary,
.btn-primary {
    background: rgba(79, 152, 46, 1);
    color: white;
    overflow: hidden;
}
.ButtonPrimary::before,
.ButtonPrimary::after,
.btn-primary::before,
.btn-primary::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 100%;
    left: 0;
    z-index: -1;
    -webkit-transition: all 500ms cubic-bezier(0.75, 0, 0.125, 1);
    -moz-transition: all 500ms cubic-bezier(0.75, 0, 0.125, 1);
    -ms-transition: all 500ms cubic-bezier(0.75, 0, 0.125, 1);
    -o-transition: all 500ms cubic-bezier(0.75, 0, 0.125, 1);
    transition: all 500ms cubic-bezier(0.75, 0, 0.125, 1);
}
.ButtonPrimary::before,
.btn-primary::before {
	background: rgba(40, 58, 143, 0.5);
}
.ButtonPrimary::after,
.btn-primary::after {
	background: rgba(40, 58, 143, 1);
}
.ButtonPrimary:hover::before,
.ButtonPrimary:focus::before,
.ButtonPrimary:hover::after,
.ButtonPrimary:focus::after,
.btn-primary:hover::before,
.btn-primary:focus::before,
.btn-primary:hover::after,
.btn-primary:focus::after {
	-webkit-transform: translate3d(0, 100%, 0);
	-moz-transform: translate3d(0, 100%, 0);
	-ms-transform: translate3d(0, 100%, 0);
	-o-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}
.ButtonPrimary:hover::after,
.ButtonPrimary:focus::after,
.btn-primary:hover::after,
.btn-primary:focus::after {
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    -o-transition-delay: 250ms;
	transition-delay: 250ms;
}
.ButtonPrimary.Inverted,
input[type=submit] {
	background: rgba(40, 58, 143, 1);
	color: white;
}
.ButtonPrimary.Inverted::before,
input[type=submit]::before {
	background: rgba(79, 152, 46, 0.5);
}
.ButtonPrimary.Inverted::after
input[type=submit]::after {
	background: rgba(79, 152, 46, 1);
}
.ButtonPrimary.Inverted::after,
.btn-primary.Inverted::after {
    background: rgba(79, 152, 46, 1);
}
.ButtonSecondary {
    border: 2px solid rgba(256, 256, 256, 1);
    border-radius: 48px;
    background-color: transparent;
    color: rgba(256, 256, 256, 1);
    overflow: hidden;
}
.ButtonSecondary:hover,
.ButtonSecondary:focus {
    color: #45484f;
}
.ButtonSecondary::before,
.ButtonSecondary::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 100%;
    left: 0;
    z-index: -1;
    -webkit-transition: all 500ms cubic-bezier(0.75, 0, 0.125, 1);
    -moz-transition: all 500ms cubic-bezier(0.75, 0, 0.125, 1);
    -ms-transition: all 500ms cubic-bezier(0.75, 0, 0.125, 1);
    -o-transition: all 500ms cubic-bezier(0.75, 0, 0.125, 1);
    transition: all 500ms cubic-bezier(0.75, 0, 0.125, 1);
}
.ButtonSecondary::before {
    background-color: rgba(256, 256, 256, 0.5);
}
.ButtonSecondary::after {
    background-color: rgba(256, 256, 256, 1);
}
.ButtonSecondary:hover::before,
.ButtonSecondary:focus::before,
.ButtonSecondary:hover::after,
.ButtonSecondary:focus::after {
	-webkit-transform: translate3d(0, 100%, 0);
	-moz-transform: translate3d(0, 100%, 0);
	-ms-transform: translate3d(0, 100%, 0);
	-o-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}
.ButtonSecondary:hover::after,
.ButtonSecondary:focus::after {
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    -o-transition-delay: 250ms;
	transition-delay: 250ms;
}
button {
    background: rgba(79, 152, 46, 1);
}
button:hover,
button:focus {
	background: rgba(40, 58, 143, 1);
}
/* ./Buttons End */


/* Links Start */
.Link {
    position: relative;
    -webkit-transition: all 200ms ease-in-out 0ms;
    -moz-transition: all 200ms ease-in-out 0ms;
    -ms-transition: all 200ms ease-in-out 0ms;
    -o-transition: all 200ms ease-in-out 0ms;
    transition: all 200ms ease-in-out 0ms;
}
.Link:hover,
.Link:focus {
    -webkit-transition: all 200ms ease-in-out 0ms;
    -moz-transition: all 200ms ease-in-out 0ms;
    -ms-transition: all 200ms ease-in-out 0ms;
    -o-transition: all 200ms ease-in-out 0ms;
    transition: all 200ms ease-in-out 0ms;
}
.LinkPrimary {
    display: flex;
    position: relative;
    align-items: center;
    opacity: 1;
    text-decoration: none;
}
.LinkPrimary:hover,
.LinkPrimary:focus {
    opacity: 0.75;
}
.LinkPrimary.Light {
    color: #ffffff;
}
.LinkPrimary.Light i {
    -webkit-filter: invert(0); /* Google Chrome, Safari 6+ & Opera 15+ */
    filter: invert(0); /* Microsoft Edge and Firefox 35+ */
}
.LinkPrimary.Dark {
    color: #45484f;
}
.LinkPrimary.Dark i {
    -webkit-filter: invert(1); /* Google Chrome, Safari 6+ & Opera 15+ */
    filter: invert(1); /* Microsoft Edge and Firefox 35+ */
}
.LinkSecondary {
    opacity: 1;
}
.LinkSecondary:hover,
.LinkSecondary:focus {
    opacity: 0.75;
}
.LinkSecondary.Light {
    color: #ffffff;
    border-bottom: 1px solid rgba(256, 256, 256, 0.75);
}
.LinkSecondary.Dark {
    color: #45484f;
    border-bottom: 1px solid rgba(69, 72, 79, 1);
}
/* ./Links End */


/* Effects & Animations */
.Wobble {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0) translateY(0px);
    transform: perspective(1px) translateZ(0) translateY(0px);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition: all 200ms ease-in-out 0ms;
    -moz-transition: all 200ms ease-in-out 0ms;
    -ms-transition: all 200ms ease-in-out 0ms;
    -o-transition: all 200ms ease-in-out 0ms;
    transition: all 200ms ease-in-out 0ms;
}
.Wobble:hover,
.Wobble:focus {
    -webkit-animation-name: Float, MoveUp;
    animation-name: Float, MoveUp;
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate;
    -webkit-transition: all 200ms ease-in-out 0ms;
    -moz-transition: all 200ms ease-in-out 0ms;
    -ms-transition: all 200ms ease-in-out 0ms;
    -o-transition: all 200ms ease-in-out 0ms;
    transition: all 200ms ease-in-out 0ms;
}

/* Move Up */
@-webkit-keyframes MoveUp {
    0% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }
    50% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }
    100% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }
}
@-moz-keyframes MoveUp {
    0% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }
    50% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }
    100% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }
}
@keyframes MoveUp {
    0% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }
    50% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }
    100% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }
}

/* Float */
@-webkit-keyframes Float {
    100% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }
}
@-moz-keyframes Float {
    100% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }
}
@keyframes Float {
    100% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }
}

/* Float Down */
.FloatDown {
    -webkit-animation: FloatDown 1500ms infinite linear;
    animation: FloatDown 1500ms infinite linear;
}
@-webkit-keyframes FloatDown {
    0% {
        
    }
    50% {
        transform: translateY(-6px);
    }
    100% {
        
    }
}
@-moz-keyframes FloatDown {
    0% {
        
    }
    50% {
        transform: translateY(-6px);
    }
    100% {
        
    }
}
@keyframes FloatDown {
    0% {
        
    }
    50% {
        transform: translateY(-6px);
    }
    100% {

    }
}

/* Float Right */
.FloatRight {
    -webkit-animation: FloatRight 1500ms infinite linear;
    animation: FloatRight 1500ms infinite linear;
}
@-webkit-keyframes FloatRight {
    0% {
        
    }
    50% {
        transform: translateX(6px);
    }
    100% {
        
    }
}
@-moz-keyframes FloatRight {
    0% {
        
    }
    50% {
        transform: translateX(6px);
    }
    100% {
        
    }
}
@keyframes FloatRight {
    0% {
        
    }
    50% {
        transform: translateX(6px);
    }
    100% {

    }
}

/* Spin Forward */
@-webkit-keyframes SpinForward {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
@-moz-keyframes SpinForward {
    from { 
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}
@keyframes SpinForward {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}

/* Spin Backward */
@-webkit-keyframes SpinBackward {
    from {
        -webkit-transform: rotate(360deg);
    }
    to {
        -webkit-transform: rotate(0deg);
    }
}
@-moz-keyframes SpinBackward {
    from {
        -moz-transform: rotate(360deg);
    }
    to {
        -moz-transform: rotate(0deg);
    }
}
@keyframes SpinBackward {
    from {
        transform:rotate(360deg);
    }
    to {
        transform:rotate(0deg);
    }
}

/* Fade In */
@-webkit-keyframes FadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-moz-keyframes FadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes FadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Fade Out */
@-webkit-keyframes FadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@-moz-keyframes FadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@keyframes FadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

/* Fade In From Left */
@-webkit-keyframes FadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-50%, 0, 0);
        -moz-transform: translate3d(-50%, 0, 0);
        -ms-transform: translate3d(-50%, 0, 0);
        -o-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
}
@-moz-keyframes FadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-50%, 0, 0);
        -moz-transform: translate3d(-50%, 0, 0);
        -ms-transform: translate3d(-50%, 0, 0);
        -o-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
}
@keyframes FadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-50%, 0, 0);
        -moz-transform: translate3d(-50%, 0, 0);
        -ms-transform: translate3d(-50%, 0, 0);
        -o-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
}

/* Fade In From Right */
@-webkit-keyframes FadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(50%, 0, 0);
        -moz-transform: translate3d(50%, 0, 0);
        -ms-transform: translate3d(50%, 0, 0);
        -o-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
}
@-moz-keyframes FadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(50%, 0, 0);
        -moz-transform: translate3d(50%, 0, 0);
        -ms-transform: translate3d(50%, 0, 0);
        -o-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
}
@keyframes FadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(50%, 0, 0);
        -moz-transform: translate3d(50%, 0, 0);
        -ms-transform: translate3d(50%, 0, 0);
        -o-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
}

/* Fade In From Bottom */
@-webkit-keyframes FadeInBottom {
    from {
        opacity:0;
        -webkit-transform: translatey(-50%);
        -moz-transform: translatey(-50%);
        -o-transform: translatey(-50%);
        -ms-transform: translatey(-50%);
        transform: translatey(-50%);
    }
    to {
        opacity:1;
        -webkit-transform: translatey(0);
        -moz-transform: translatey(0);
        -ms-transform: translatey(0);
        -o-transform: translatey(0);
        transform: translatey(0);
    }
}
@-moz-keyframes FadeInBottom {
    from {
        opacity:0;
        -webkit-transform: translatey(-50%);
        -moz-transform: translatey(-50%);
        -o-transform: translatey(-50%);
        -ms-transform: translatey(-50%);
        transform: translatey(-50%);
    }
    to {
        opacity:1;
        -webkit-transform: translatey(0);
        -moz-transform: translatey(0);
        -ms-transform: translatey(0);
        -o-transform: translatey(0);
        transform: translatey(0);
    }
}
@keyframes FadeInBottom {
    from {
        opacity:0;
        -webkit-transform: translatey(-50%);
        -moz-transform: translatey(-50%);
        -o-transform: translatey(-50%);
        -ms-transform: translatey(-50%);
        transform: translatey(-50%);
    }
    to {
        opacity:1;
        -webkit-transform: translatey(0);
        -moz-transform: translatey(0);
        -ms-transform: translatey(0);
        -o-transform: translatey(0);
        transform: translatey(0);
    }
}

/* Borders Come In */
.BordersComeIn:before,
.BordersComeIn:after {
    content: "";
    background: #464950;
    position: absolute;
    left: 0px;
    opacity: 0;
    height: 1px;
    width: 100%;
    transition: all 0.3s;
}
.BordersComeIn:before {
    top: 0px;
    transform: translateY(-10px);
}
.BordersComeIn:after {
    bottom: 0px;
    transform: translateY(10px);
}
.BordersComeIn:hover:before,
.BordersComeIn:focus:before,
.BordersComeIn:hover:after,
.BordersComeIn:focus:after {
    opacity: 0.15;
    transform: translateY(0px);
}

/* Circle Behind */
.CircleBehind:before,
.CircleBehind:after,
.Header .Navigation .Left ul:nth-child(2) li a::before,
.Header .Navigation .Left ul:nth-child(2) li a::after {
    content: "";
    border: 4px solid #464950;
    border-radius: 50%;
    background: transparent;
    position: absolute;
    opacity: 0;
    top: 50%;
    left: 50%;
    height: 50px;
    width: 50px;
    transform: translateX(-50%) translateY(-50%) scale(0.8);
    transition: all 0.3s;
    z-index: -1;
}
.CircleBehind:after,
.Header .Navigation .Left ul:nth-child(2) li a::after {
    border-width: 2px;
    transition: all 0.4s;
}
.CircleBehind:hover:before,
.CircleBehind:focus:before,
.Header .Navigation .Left ul:nth-child(2) li a:hover:before,
.Header .Navigation .Left ul:nth-child(2) li a:focus:before {
    opacity: 0.15;
    transform: translateX(-50%) translateY(-50%) scale(1);
}
.CircleBehind:hover:after,
.CircleBehind:focus:after,
.Header .Navigation .Left ul:nth-child(2) li a:hover:after,
.Header .Navigation .Left ul:nth-child(2) li a:focus:after {
    opacity: 0.15;
    transform: translateX(-50%) translateY(-50%) scale(1.3);
}
/* ./Effects & Animations End */


/* Loading Screen Start */
.animsition-loading,
.animsition-loading:after {
    display: flex;
    position: fixed;
    align-items: center;
    justify-content: center;
    margin: 0;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: 10000;
}
.LoadingScreen {
    display: flex;
    position: relative;
    height: 100%;
    width: 100%;
}
.LoadingScreen .Contents {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: auto;
    padding: 0;
    width: auto;
}
.LoadingScreen img {
    height: 3em;
    width: 3em;
}
.LoadingScreen .Logo {
    margin: 2em 0;
}
.LoadingScreen .Divider {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
    height: 1px;
    width: 3em;
}
.LoadingScreen .Divider hr {
    display: flex;
    position: relative;
    border: 0;
    border-top: 1px solid rgba(201, 201, 201, 0.8);
    margin: 0;
    height: 100%;
    width: 100%;
    transform: rotate(90deg);
}
.LoadingScreen h1 {
    font-size: 7rem;
    color: #283a8f;
    line-height: 9rem;
    margin-bottom: 0;
    text-transform: uppercase;
}
.LoadingScreen h6 {
    font-family: 'FuturaBT', sans-serif;
    font-weight: 500;
    color: #67686b;
    letter-spacing: 0.4rem;
    text-transform: uppercase;
    margin: 0;
    margin-left: 8px;
}
.LoadingScreen .Tagline {
    display: flex;
    position: relative;
    margin: 2em 0;
    height: auto;
    width: 100%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.LoadingScreen .Tagline img {
    opacity: 0.1;
    margin: 0 auto;
    height: auto;
    width: 36vw;
}
.LoadingScreen .Loader {
    display: flex;
    position: relative;
    text-align: center;
    opacity: 0.5;
    height: auto;
    width: 8em;
    -webkit-animation: none;
    animation: none;
}
/* ./Loading Screen End */


/* Overlay Menu Start */
.OverlayMenu {
    display: flex;
    position: fixed;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 100vw;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all 800ms ease-in-out 0s;
    -moz-transition: all 800ms ease-in-out 0s;
    -ms-transition: all 800ms ease-in-out 0s;
    -o-transition: all 800ms ease-in-out 0s;
    transition: all 800ms ease-in-out 0s;
}
.OverlayMenu.Active {
    opacity: 1;
    z-index: 99;
    -webkit-transition: all 800ms ease-in-out 0s;
    -moz-transition: all 800ms ease-in-out 0s;
    -ms-transition: all 800ms ease-in-out 0s;
    -o-transition: all 800ms ease-in-out 0s;
    transition: all 800ms ease-in-out 0s;
}
.OverlayMenu .Contents {
    border: 2em solid white;
    background-color: #f4f6fa;
    align-items: center;
    justify-content: center;
    padding: 0em;
    height: 100%;
    width: 100%;
}
.OverlayMenu .ToggleOverlayMenu {
    display: flex;
    position: absolute;
    height: auto;
    width: auto;
    top: 1em;
    right: 1em;
}
.OverlayMenu .ToggleOverlayMenu .MenuIcon {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: flex-end;
    cursor: pointer;
    padding: 1em;
    z-index: 999;
}
.OverlayMenu .ToggleOverlayMenu .MenuIcon div {
    display: block;
    position: relative;
    width: 20px;
    height: 2px;
    margin-bottom: 3px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.OverlayMenu .ToggleOverlayMenu .MenuIcon div:first-child:after,
.OverlayMenu .MenuIcon div:first-child:before {
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.2s cubic-bezier(0.19, 1, 0.22, 1);
}
.OverlayMenu .ToggleOverlayMenu .MenuIcon div:nth-child(2):after,
.OverlayMenu .ToggleOverlayMenu .MenuIcon div:nth-child(2):before {
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, opacity 0.2s cubic-bezier(0.19, 1, 0.22, 1) 0.08s;
}
.OverlayMenu .ToggleOverlayMenu .MenuIcon div:last-child {
    margin-bottom: 0;
}
.OverlayMenu .ToggleOverlayMenu .MenuIcon div:last-child:after,
.OverlayMenu .ToggleOverlayMenu .MenuIcon div:last-child:before {
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.2s, opacity 0.2s cubic-bezier(0.19, 1, 0.22, 1) 0.18s;
}
.OverlayMenu .ToggleOverlayMenu .MenuIcon div:after,
.OverlayMenu .ToggleOverlayMenu .MenuIcon div:before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.OverlayMenu .ToggleOverlayMenu .MenuIcon div:before {
    background: rgba(40, 58, 143, 0.25);
    opacity: 1;
    transform: translate3d(0%, 0, 0);
}
.OverlayMenu .ToggleOverlayMenu .MenuIcon div:after {
    background: rgba(40, 58, 143, 1);
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}
.OverlayMenu .ToggleOverlayMenu .MenuIcon:hover div:before,
.OverlayMenu .ToggleOverlayMenu .MenuIcon:focus div:before {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}
.OverlayMenu .ToggleOverlayMenu .MenuIcon:hover div:after,
.OverlayMenu .ToggleOverlayMenu .MenuIcon:focus div:after {
    opacity: 1;
    transform: translate3d(0%, 0, 0);
}
.OverlayMenu .ToggleOverlayMenu .MenuIcon div:nth-child(2) {
    opacity: 0;
}
.OverlayMenu .ToggleOverlayMenu .MenuIcon div:first-child {
    transform: translate3d(0, 5px, 0) rotate3d(0, 0, 1, -45deg);
}
.OverlayMenu .ToggleOverlayMenu .MenuIcon div:last-child {
    transform: translate3d(0, -5px, 0) rotate3d(0, 0, 1, 45deg);
}
.OverlayMenu .Core {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: auto;
    width: auto;
}
.OverlayMenu .Core .LogoWrapper {
    padding: 2em;
}
.OverlayMenu .Core .LogoWrapper .Logo {
    height: 3.5em;
    width: 3.5em;
}
.OverlayMenu .Core .Divider {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
    height: 25%;
    width: 25%;
}
.OverlayMenu .Core .Divider .VR {
    display: flex;
    position: relative;
    border: 0;
    border-top: 1px solid rgb(162, 170, 207);
    margin: 0;
    height: 100%;
    width: 100%;
    transform: rotate(90deg);
}
.OverlayMenu .Core ul {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    list-style: none;
    margin: 1em 0;
    padding: 0;
}
.OverlayMenu .Core ul li a {
    color: #45484f;
    display: flex;
    position: relative;
    text-decoration: none;
    padding: 0.35em 1em;
    height: auto;
    width: 100%;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.OverlayMenu .Core ul li a:hover,
.OverlayMenu .Core ul li a:focus {
    letter-spacing: 0.035rem;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.OverlayMenu .Core .Button {
    margin-top: 2em;
}
/* ./Overlay Menu End */


/* Header Start */
.Header {
    display: flex;
    position: fixed;
    background-color: rgba(256, 256, 256, 0);
    height: auto;
    width: 100vw;
    z-index: 9;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.Header.Sticky {
    background-color: rgba(256, 256, 256, 1);
    width: 100vw;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15);
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.Header .Contents {
    color: #464950;
    padding: 2em 0;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.Header.Sticky .Contents {
    padding: 1em 0;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.Header .Company {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
}
.Header .Company a {
    display: flex;
    position: relative;
    align-items: center;
}
.Header .Company a .Logo {
    height: 3.5em;
    width: 3.5em;
    opacity: 0;
    -webkit-animation: FadeInBottom 1s ease-in-out 500ms forwards;
    -moz-animation: FadeInBottom 1s ease-in-out 500ms forwards;
    animation: FadeInBottom 1s ease-in-out 500ms forwards;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.Header.Sticky .Company a .Logo {
    height: 3.125em;
    width: 3.125em;
    opacity: 0;
    -webkit-animation: FadeInBottom 1s ease-in-out 500ms forwards;
    -moz-animation: FadeInBottom 1s ease-in-out 500ms forwards;
    animation: FadeInBottom 1s ease-in-out 500ms forwards;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.Header .Navigation {
    display: flex;
    position: relative;
    width: 100%;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.Header .Navigation .Left {
    display: flex;
    position: relative;
    align-items: center;
    flex: auto;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.Header .Navigation .Left ul {
    display: flex;
    position: relative;
    flex-direction: initial;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.Header .Navigation .Left ul li {
    padding: 0em 1.25em;
    text-transform: none;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.Header .Navigation .Left ul li:first-child {
    padding-left: 0;
}
.Header .Navigation .Left ul li:last-child {
    padding-left: 1.25em;
    padding-right: 0;
}
.Header .Navigation .Left ul li:last-child a {
    padding-right: 0;
}
.Header .Navigation .Left ul li.Name {
    display: flex;
    position: relative;
    flex-direction: row;
    color: #283a8f;
    font-size: 2rem;
    font-family: 'Nimbus Roman', serif;
    font-weight: normal;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    user-select: none;
}
[PageName=Home] .Header .Navigation .Left ul li.Name {
    display: flex;
    position: relative;
    flex-direction: row;
    color: #283a8f;
    font-size: 2rem;
    font-family: 'Nimbus Roman', serif;
    font-weight: normal;
    text-decoration: none;
    text-transform: uppercase;
    opacity: 0;
    white-space: nowrap;
    max-width: 0;
    padding-right: 0;
    user-select: none;
}
.Header .Navigation .Left ul li.Name:hover,
.Header .Navigation .Left ul li.Name:focus {
    color: #283a8f;
}
[PageName=Home] .Header .Navigation .Left ul li.Name.Active {
    max-width: inherit;
    padding-right: 1.25em;
    opacity: 1;
}
.Header .Navigation .Left ul li a {
    display: flex;
    position: relative;
    color: #464950;
    font-size: 1rem;
    padding: 0.5em;
}
.Header .Navigation .Left ul li:first-child a {
    padding-left: 0;
}
.Header .Navigation .Left ul li .dropdown-menu,
.Header .Navigation .Left ul li ul.sub-menu {
    margin: 1.5em 0 0;
    padding: 0;
}
.Header .Navigation .Left ul li .dropdown-menu.show,
.Header .Navigation .Left ul li ul.sub-menu {
    transform: translate3d(0px, 36px, 0px) !important;
    -webkit-transform: translate3d(0px, 36px, 0px) !important;
    -moz-transform: translate3d(0px, 36px, 0px) !important;
    -ms-transform: translate3d(0px, 36px, 0px) !important;
    -o-transform: translate3d(0px, 36px, 0px) !important;
}
.Header .Navigation .Left ul li div .dropdown-item {
    padding: 0.25em 1em;
    border-radius: 0.25rem;
}
.Header .Navigation .Left ul li div .dropdown-item:hover,
.Header .Navigation .Left ul li div .dropdown-item:focus {
    background-color: #efefef;
}
.Header .Navigation .Left ul li div .dropdown-item.active,
.Header .Navigation .Left ul li div .dropdown-item:active {
    background-color: #283a8f;
}
.Header .Navigation .Left ul li div .dropdown-item.active a,
.Header .Navigation .Left ul li div .dropdown-item:active a {
    color: white;
}
.Header .Navigation .Left ul li a.dropdown-toggle .ArrowDownIcon {
    display: inline-flex;
    position: relative;
    margin-left: 0.5em;
    height: 0.5em;
    width: 0.5em;
    align-self: center;
    transform: rotate(0deg);
    transition: all 250ms ease-in-out;
}
.Header .Navigation .Left ul li.show a.dropdown-toggle .ArrowDownIcon,
.Header .Navigation .Left ul li.show a.dropdown-toggle:active .ArrowDownIcon {
    transform: rotate(180deg);
    transition: all 250ms ease-in-out;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    height: 0.5em;
    width: 0.5em;
    margin-left: 0.5em;
}
.Header .Navigation .Left ul li a.dropdown-toggle::after {
    margin: 0;
    vertical-align: auto;
    /* border: 0 solid; */
}
.Header .Navigation .Left ul li:last-child .TranslateLanguageDropdown {
    padding: 0;
}
.Header .Navigation .Left ul li .TranslateLanguageDropdown .TranslateIcon {
    display: flex;
    position: relative;
    transform: scale(0.7);
    height: 2.75em;
	width: 2.75em;
}
.Header .Navigation .Left ul li .TranslateLanguageDropdown .TranslateIcon .LayerOne {
	position: absolute;
	background-image: url('../Media/Vectors/TranslateIconLayerOne.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 2.5em;
	width: 2.5em;
	margin: 2px;
	z-index: 1;
}
.Header .Navigation .Left ul li .TranslateLanguageDropdown .TranslateIcon .LayerTwo {
    position: relative;
	height: 100%;
	width: 100%;
    z-index: 2;
}
.Header .Navigation .Left ul li .TranslateLanguageDropdown .TranslateIcon .LayerOne,
.Header .Navigation .Left ul li .TranslateLanguageDropdown .TranslateIcon .LayerTwo {
    display: flex;
	-webkit-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-ms-transition: all 500ms ease 0s;
	-o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}
.Header .Navigation .Left ul li .TranslateLanguageDropdown .TranslateIcon:hover .LayerOne,
.Header .Navigation .Left ul li .TranslateLanguageDropdown .TranslateIcon:focus .LayerOne,
.Header .Navigation .Left ul li .TranslateLanguageDropdown .TranslateIcon:hover .LayerTwo,
.Header .Navigation .Left ul li .TranslateLanguageDropdown .TranslateIcon:focus .LayerTwo {
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-ms-transition: all 500ms ease 0s;
	-o-transition: all 500ms ease 0s;
	transition: all 500ms ease 0s;
}
.Header .Navigation .Left ul li .TranslateLanguageDropdown .TranslateIcon .LayerTwo .LetterA {
	background-image: url('../Media/Vectors/TranslateIconLayerTwoLetterA.svg');
	top: 0.2em;
	left: 0.2em;
}
.Header .Navigation .Left ul li .TranslateLanguageDropdown .TranslateIcon .LayerTwo .LetterB {
    background-image: url('../Media/Vectors/TranslateIconLayerTwoLetterB.svg');
    bottom: 0.2em;
    right: 0.2em;
}
.Header .Navigation .Left ul li .TranslateLanguageDropdown .TranslateIcon .LayerTwo .LetterA,
.Header .Navigation .Left ul li .TranslateLanguageDropdown .TranslateIcon .LayerTwo .LetterB {
	display: flex;
	position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 1em;
    width: 1em;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: all 400ms ease 200ms;
	-moz-transition: all 400ms ease 200ms;
	-ms-transition: all 400ms ease 200ms;
	-o-transition: all 400ms ease 200ms;
	transition: all 400ms ease 200ms;
}
.Header .Navigation .Left ul li .TranslateLanguageDropdown .TranslateIcon:hover .LayerTwo .LetterA,
.Header .Navigation .Left ul li .TranslateLanguageDropdown .TranslateIcon:focus .LayerTwo .LetterA,
.Header .Navigation .Left ul li .TranslateLanguageDropdown .TranslateIcon:hover .LayerTwo .LetterB,
.Header .Navigation .Left ul li .TranslateLanguageDropdown .TranslateIcon:focus .LayerTwo .LetterB {
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
	-webkit-transition: all 400ms ease 200ms;
	-moz-transition: all 400ms ease 200ms;
	-ms-transition: all 400ms ease 200ms;
	-o-transition: all 400ms ease 200ms;
	transition: all 400ms ease 200ms;
}
.Header .Navigation .Left ul li .TranslateLanguageDropdown::after {
    content: none;
}
.Header .Navigation .Left ul li .TranslateLanguageDropdown .dropdown-item:hover,
.Header .Navigation .Left ul li .TranslateLanguageDropdown .dropdown-item:focus {
    background-color: #efefef;
}
.Header .Navigation .Left ul li .TranslateLanguageDropdown .dropdown-item.active,
.Header .Navigation .Left ul li .TranslateLanguageDropdown .dropdown-item:active {
    background-color: #283a8f;
}
.Header .Navigation .Left ul li .TranslateLanguageDropdown .dropdown-item.active a,
.Header .Navigation .Left ul li .TranslateLanguageDropdown .dropdown-item:active a {
    color: white;
}
.Header .Navigation .Right {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: flex-end;
    flex: auto;
}
.Header .Navigation .Right .BlockA {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: flex-end;
    color: #a8a8a8;
    font-size: 0.8rem;
}
.Header .Navigation .Right .BlockA span a {
    color: #a8a8a8;
}
.Header .Navigation .Right .BlockA span a:hover,
.Header .Navigation .Right .BlockA span a:focus {
    color: #464950;
}
.Header .Navigation .Right .Divider {
    display: flex;
    position: relative;
    align-items: center;
}
.Header .Navigation .Right .Divider .VR {
    border: 0.03em solid #dae2f2;
    background-color: #ffffff;
    background-image: -moz-linear-gradient(180deg, transparent, #dae2f2, transparent);
    background-image: -webkit-linear-gradient(180deg, transparent, #dae2f2, transparent);
    background-image: -o-linear-gradient(180deg, transparent, #dae2f2, transparent);
    background-image: linear-gradient(180deg, transparent, #dae2f2, transparent);
    background-position: 50%;
    background-repeat: repeat-y;
    background-size: 1px 1px;
    height: 28px;
    width: 50%;
    margin: 0 2em;
}
.Header .Navigation .Right .BlockB {
    display: flex;
    position: relative;
}
.Header .Navigation .Right .BlockB .ButtonPrimary.Inverted {
    margin-left: 1.5em;
    padding: 1em;
}
.Header .ToggleOverlayMenu {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: flex-end;
    right: -15px;
    height: auto;
    width: 100%;
    opacity: 0;
    z-index: 999;
    -webkit-animation: FadeInRight 1000ms ease-in-out 500ms forwards;
    -moz-animation: FadeInRight 1000ms ease-in-out 500ms forwards;
    animation: FadeInRight 1000ms ease-in-out 500ms forwards;
}
.Header .ToggleOverlayMenu .MenuIcon {
    display: flex;
    position: relative;
    flex-direction: column;
    cursor: pointer;
    padding: 15px;
}
.Header .ToggleOverlayMenu .MenuIcon div {
    display: block;
    position: relative;
    width: 20px;
    height: 2px;
    margin-bottom: 4px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.Header .ToggleOverlayMenu .MenuIcon div:first-child:after,
.Header .ToggleOverlayMenu .MenuIcon div:first-child:before {
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.2s cubic-bezier(0.19, 1, 0.22, 1);
}
.Header .ToggleOverlayMenu .MenuIcon div:nth-child(2):after,
.Header .ToggleOverlayMenu .MenuIcon div:nth-child(2):before {
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, opacity 0.2s cubic-bezier(0.19, 1, 0.22, 1) 0.08s;
}
.Header .ToggleOverlayMenu .MenuIcon div:last-child {
    width: 14px;
    margin-bottom: 0;
}
.Header .ToggleOverlayMenu .MenuIcon div:last-child:after,
.Header .ToggleOverlayMenu .MenuIcon div:last-child:before {
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.2s, opacity 0.2s cubic-bezier(0.19, 1, 0.22, 1) 0.18s;
}
.Header .ToggleOverlayMenu .MenuIcon div:after,
.Header .ToggleOverlayMenu .MenuIcon div:before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.Header .ToggleOverlayMenu .MenuIcon div:before {
    background: rgba(40, 58, 143, 0.25);
    opacity: 1;
    transform: translate3d(0%, 0, 0);
}
.Header .ToggleOverlayMenu .MenuIcon div:after {
    background: rgba(40, 58, 143, 1);
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}
.Header .ToggleOverlayMenu .MenuIcon:hover div:before,
.Header .ToggleOverlayMenu .MenuIcon:focus div:before {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}
.Header .ToggleOverlayMenu .MenuIcon:hover div:after,
.Header .ToggleOverlayMenu .MenuIcon:focus div:after {
    opacity: 1;
    transform: translate3d(0%, 0, 0);
}
.Header .ToggleOverlayMenu .MenuIcon.Active div:nth-child(2) {
    opacity: 0;
}
.Header .ToggleOverlayMenu .MenuIcon.Active div:first-child {
    transform: translate3d(0, 5px, 0) rotate3d(0, 0, 1, -45deg);
}
.Header .ToggleOverlayMenu .MenuIcon.Active div:last-child {
    transform: translate3d(0, -5px, 0) rotate3d(0, 0, 1, 45deg);
}
.Header .Navigation .Left ul li.Name {
    padding-left: 0;
    padding-right: 0.75em;
}
.Header .Navigation .Left ul#menu-header-menu li:first-child {
    padding-left: 1.25em;
}
.Header .Navigation .Left ul#menu-header-menu li:first-child a {
    padding-left: 0.5em;
}
.Header .Navigation .Left ul#menu-header-menu li:last-child {
    padding-right: 1.25em;
}
.Header .Navigation .Left ul#menu-header-menu li:last-child a {
    padding-right: 0.5em;
}
[PageName=Home] .Header .Navigation .Left ul#menu-header-menu li:first-child {
    padding-left: 0em;
}
[PageName=Home] .Header .Navigation .Left ul#menu-header-menu li:first-child a {
    padding-left: 0em;
}
.Header .Navigation .Left ul li ul.dropdown-menu {
    position: absolute;
}
.Header .Navigation .Left ul li ul.dropdown-menu.Active {
    display: flex;
}
.Header .Navigation .Left ul li ul.dropdown-menu li {
    width: 100%;
}
.Header .Navigation .Left ul#menu-header-menu li.menu-item-has-children ul.sub-menu {
    margin: 1.5em 0 0;
    padding: 0.5em 0;
}
.Header .Navigation .Left ul#menu-header-menu li.menu-item-has-children ul.sub-menu.show {
    transform: translate3d(0px, 36px, 0px) !important;
    -webkit-transform: translate3d(0px, 36px, 0px) !important;
    -moz-transform: translate3d(0px, 36px, 0px) !important;
    -ms-transform: translate3d(0px, 36px, 0px) !important;
    -o-transform: translate3d(0px, 36px, 0px) !important;
}
.Header .Navigation .Left ul#menu-header-menu li.menu-item-has-children ul.sub-menu li {
    padding: 0.5em 1em;
}
.Header .Navigation .Left ul#menu-header-menu li.menu-item-has-children ul.sub-menu li:hover,
.Header .Navigation .Left ul#menu-header-menu li.menu-item-has-children ul.sub-menu li:focus,
.Header .Navigation .Left ul li ul.sub-menu li:hover,
.Header .Navigation .Left ul li ul.sub-menu li:focus {
    background-color: #efefef;
}
.Header .Navigation .Left ul#menu-header-menu li.menu-item-has-children ul.sub-menu li.active,
.Header .Navigation .Left ul#menu-header-menu li.menu-item-has-children ul.sub-menu li:active,
.Header .Navigation .Left ul li ul.sub-menu li:active,
.Header .Navigation .Left ul li ul.sub-menu li:active {
    background-color: #283a8f;
}
.Header .Navigation .Left ul#menu-header-menu li.menu-item-has-children ul.sub-menu li.active a,
.Header .Navigation .Left ul#menu-header-menu li.menu-item-has-children ul.sub-menu li:active a,
.Header .Navigation .Left ul li ul.sub-menu li:active a,
.Header .Navigation .Left ul li ul.sub-menu li:active a {
    color: white;
}
.Header .Navigation .Left ul#menu-header-menu li.menu-item-has-children ul.sub-menu li:first-child {
    padding-left: 1em !important;
}
.Header .Navigation .Left ul#menu-header-menu li.menu-item-has-children a .ArrowDownIcon {
    display: inline-flex;
    position: relative;
    margin-left: 0.5em;
    height: 0.5em;
    width: 0.5em;
    align-self: center;
    transform: rotate(0deg);
    transition: all 250ms ease-in-out;
}
.Header .Navigation .Left ul#menu-header-menu li.menu-item-has-children.show a .ArrowDownIcon,
.Header .Navigation .Left ul#menu-header-menu li.menu-item-has-children.show a:active .ArrowDownIcon {
    transform: rotate(180deg);
    transition: all 250ms ease-in-out;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    height: 0.5em;
    width: 0.5em;
    margin-left: 0.5em;
}
.Header .Navigation .Left ul#menu-header-menu li.menu-item-has-children a::after {
    margin: 0;
    vertical-align: auto;
    /* border: 0 solid; */
}
.Header .Navigation .Left ul li ul.sub-menu {
    display: flex;
    position: absolute;
    flex-direction: column;
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    margin: 0 !important;
    margin-top: 1.4em !important;
    padding: 0.75em 0em;
    top: 0;
	visibility: hidden;
    transition: visibility 0.65s ease-in-out;
}
.Header .Navigation .Left ul li ul.sub-menu li {
    border-radius: 0.25rem;
    color: #464950;
    width: 100%;
    padding: 0.5em 1em;
}
.Header .Navigation .Left ul li ul.sub-menu li:first-child {
    padding-left: 1em !important;
}
.Header .Navigation .Left ul li ul.sub-menu li:first-child a {
    padding-left: 0.5em !important;
}
.Header .Navigation .Left ul li:hover > ul.sub-menu,
.Header .Navigation .Left ul li ul.sub-menu:hover {
   visibility: visible;
}
.Header .Navigation .Left ul li ul.sub-menu li a::before,
.Header .Navigation .Left ul li ul.sub-menu li a::after {
    content: none;
}
/* ./Header End */


/* Hero Block Start */
.HeroBlock {
    display: block;
    position: relative;
    background-color: transparent;
    flex-direction: column;
    height: auto;
    width: 100%;
}
.HeroBlock .Contents {
    flex-direction: column;
    padding: 0;
}
.HeroBlock .TopSection,
.HeroBlock .MiddleSection,
.HeroBlock .BottomSection {
    display: flex;
    position: relative;
    height: auto;
    width: 100%;
    padding: 2em 0;
}
.HeroBlock .TopSection {
    padding: 4em 0;
}
.HeroBlock .TopSection .ExcerptBlock {
    flex-direction: column;
    color: #67686b;
}
.HeroBlock .TopSection .ExcerptBlock h1 {
    color: #283a8f;
    margin: 0;
}
.HeroBlock .TopSection .ExcerptBlock h6 {
    font-family: 'FuturaBT', sans-serif;
    font-weight: 500;
    letter-spacing: 0.4rem;
    text-transform: uppercase;
    margin: 0;
    padding-bottom: 1em;
    color: #67686b;
}
.HeroBlock .TopSection .ExcerptBlock p {
    line-height: 2rem;
    margin: 0;
    padding: 1em 0;
    color: #67686b;
}
.HeroBlock .TopSection .ExcerptBlock p:last-child {
    padding-bottom: 1.5em;
}
.HeroBlock .TopSection .SocialBlock {
    align-items: flex-end;
    justify-content: flex-end;
    flex-direction: row;
    right: -15px;
}
.HeroBlock .MiddleSection {
    background-color: #2b4db9;
    padding: 0;
}
.HeroBlock .MiddleSection .ScrollDown {
    display: flex;
    position: relative;
    background-color: white;
    align-items: center;
    justify-content: center;
    padding: 3em 0;
}
.HeroBlock .MiddleSection .ScrollDown .LongArrowDownIcon {
    height: 3em;
    width: 3em;
    opacity: 1;
    -webkit-transition: all ease-in-out 100ms;
    -moz-transition: all ease-in-out 100ms;
    -o-transition: all ease-in-out 100ms;
    transition: all ease-in-out 100ms;
}
.HeroBlock .MiddleSection .ScrollDown:hover .LongArrowDownIcon,
.HeroBlock .MiddleSection .ScrollDown:focus .LongArrowDownIcon {
    opacity: 0.8;
    -webkit-transition: all ease-in-out 100ms;
    -moz-transition: all ease-in-out 100ms;
    -o-transition: all ease-in-out 100ms;
    transition: all ease-in-out 100ms;
}
.HeroBlock .MiddleSection .Promo {
    background-image: url('../Media/Images/Promo.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 60vh;
    width: 100%;
}
.HeroBlock .BottomSection {
    background-color: #2b4db9;
    color: white;
    margin-top: -1px;
    padding: 4em 0;
}
.HeroBlock .BottomSection h3 {
    margin: 0;
}
.HeroBlock .BottomSection h6 {
    margin: 0;
    padding: 2em 0;
    font-family: 'FuturaBT', sans-serif;
    font-weight: 500;
    line-height: 1.8rem;
    text-transform: uppercase;
}
.HeroBlock .BottomSection p {
    font-family: 'FuturaBT', sans-serif;
    font-weight: normal;
    line-height: 1.75rem;
    margin-bottom: 2rem;
}
.HeroBlock .BottomSection .LinkPrimary {
    font-size: 1.23rem;
}
.HeroBlock .BottomSection .LinkPrimary i {
    margin-right: 1.5em;
    height: 2.25em;
    width: 2.25em;
}
/* ./Hero Block End */

/* Divider Start */
.Divider.BlueBG {
    margin-top: -2px;
}
/* ./Divider End */

/* Services Start */
.ServicesBlock {
    background-image: url('../Media/Vectors/ServicesBG.svg');
    background-position: left top;
    background-repeat: repeat-x;
    background-size: auto;
    color: white;
    margin-top: -2px;
    height: auto;
}
.ServicesBlock h2 {
    margin-bottom: 1em;
}
.ServicesBlock .Service {
    flex-direction: column;
    height: auto;
}
.ServicesBlock .Service:hover span,
.ServicesBlock .Service:focus span,
.ServicesBlock .Service:hover h3,
.ServicesBlock .Service:focus h3 {
    opacity: 0.8;
    transition: all ease-in-out 100ms;
}
.ServicesBlock .Service .Image {
    display: flex;
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: auto;
    align-items: center;
    justify-content: center;
}
.ServicesBlock .Service .Image .Overlay {
    display: flex;
    position: absolute;
    background-color: rgba(0, 0, 0, 0);
    height: 100%;
    width: 100%;
    z-index: 2;
    transition: all ease-in-out 100ms;
}
.ServicesBlock .Service:hover .Image .Overlay,
.ServicesBlock .Service:focus .Image .Overlay {
    background-color: rgba(0, 0, 0, 0.2);
    transition: all ease-in-out 100ms;
}
.ServicesBlock .Service .Image img {
    transform: scale(1.2);
    transition: all ease-in-out 500ms;
    z-index: 1;
    width: 100%;
    height: auto;
    max-height: 340px;
}
.ServicesBlock .Service:hover .Image img,
.ServicesBlock .Service:focus .Image img {
    transform: scale(1);
    transition: all ease-in-out 500ms;
}
.ServicesBlock .Service span {
    color: #afafaf;
    font-size: 0.9rem;
    font-family: 'FuturaBT', sans-serif;
    font-weight: 500;
    letter-spacing: 0.02rem;
    padding-top: 3em;
    text-transform: uppercase;
    opacity: 1;
    transition: all ease-in-out 100ms;
}
.ServicesBlock .Service h3 {
    color: #45484f;
    opacity: 1;
    transition: all ease-in-out 100ms;
    margin-bottom: 0;
}
/* Services End */


/* Industries Block Start */
.IndustriesBlock {
    height: auto;
}
.IndustriesBlock .Contents {
    padding: 0;
}
.IndustriesBlock .Left {
    background-color: #edf0f4;
}
.IndustriesBlock .Right {
    background-color: #f4f6fa;
    flex-direction: column;
    padding: 4.3em;
}
.IndustriesBlock .Right .BlockA,
.IndustriesBlock .Right .BlockB,
.IndustriesBlock .Right .BlockC,
.IndustriesBlock .Right .BlockD {
    padding: 0em 1em;
}
.IndustriesBlock .Right .BlockA {
    padding-left: 0;
}
.IndustriesBlock .Right .BlockD {
    padding-right: 0;
}
.IndustriesBlock .Right .Icon {
    height: 8em;
    width: 8em;
    margin: 4em 0 2em;
}
.IndustriesBlock .Right h2 {
    color: #283a8f;
}
.IndustriesBlock .Right span {
    color: #45484f;
    font-family: 'FuturaBT', sans-serif;
    font-weight: normal;
    line-height: 1.75rem;
}
/* ./Industries Block End */


/* Expertise Block Start */
.ExpertiseBlock {
    display: block;
    position: relative;
    background-color: white;
    height: auto;
    width: 100%;
}
.ExpertiseBlock .Left {
    display: flex;
    position: relative;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    width: 100%;
}
.ExpertiseBlock .Left .Infographic {
    display: flex;
    position: relative;
    background-image: url('../Media/Vectors/Infographics/Expertise/BubblesBG.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    align-items: center;
    justify-content: center;
    min-height: 560px;
    height: 100%;
    width: 100%;
    animation-name: SpinForward;
    animation-duration: 48000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.ExpertiseBlock .Left .Infographic span {
    display: flex;
    position: absolute;
    background-color: #f9f9f9;
    border: 4px solid white;
    border-radius: 100%;
    padding: 1em;
    z-index: 2;
    animation-name: SpinBackward;
    animation-duration: 48000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.ExpertiseBlock .Left .Infographic span .Icon.SizeOne {
    height: 2em;
    width: 2em;
}
.ExpertiseBlock .Left .Infographic span .Icon.SizeTwo {
    height: 3em;
    width: 3em;
}
.ExpertiseBlock .Left .Infographic span .Icon.SizeThree {
    height: 4em;
    width: 4em;
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    -o-transform: scale(0.85);
    transform: scale(0.85);
}
.ExpertiseBlock .Left .Infographic .Outer {
    display: flex;
    position: absolute;
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    padding: 48px;
}
.ExpertiseBlock .Left .Infographic .Outer span.BusinessSupport {
    top: 18px;
    left: 18px;
}
.ExpertiseBlock .Left .Infographic .Outer span.SocialManagement {
    right: -24px;
    top: 25%;
}
.ExpertiseBlock .Left .Infographic .Outer span.WealthManagement {
    bottom: -6px;
}
.ExpertiseBlock .Left .Infographic .Middle {
    display: flex;
    position: relative;
    background-image: url('../Media/Vectors/Infographics/Expertise/BubblesBG.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(125, 197, 92, 1);
    border-radius: 100%;
    padding: 72px;
    animation-name: SpinBackward;
    animation-duration: 24000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.ExpertiseBlock .Left .Infographic .Middle span {
    animation-name: SpinForward;
    animation-duration: 48000ms;
}
.ExpertiseBlock .Left .Infographic .Middle span.Adhoc {
    top: 10px;
    left: 10px;
}
.ExpertiseBlock .Left .Infographic .Middle span.ProjectManagement {
    bottom: 10px;
    right: 10px;
}
.ExpertiseBlock .Left .Infographic .Inner {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    padding: 60px;
    height: 100%;
    width: 100%;
    animation-name: SpinForward;
    animation-duration: 24000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.ExpertiseBlock .Left .Infographic .Inner span {
    animation-name: SpinBackward;
    animation-duration: 48000ms;
}
.ExpertiseBlock .Left .Infographic .Inner span.TaxDeclarations {
    left: -18px;
    top: -18px;
}
.ExpertiseBlock .Left .Infographic .Inner span.TaxManagement {
    left: -18px;
    right: auto;
    bottom: -36px;
}
.ExpertiseBlock .Left .Infographic .Inner span.Accounting {
    right: -36px;
    top: 25%;
}
.ExpertiseBlock .Left .Infographic .Inner .Logo {
    height: 3em;
    width: 3em;
    z-index: 3;
    animation-name: SpinBackward;
    animation-duration: 48000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.ExpertiseBlock .Right {
    display: flex;
    position: relative;
    justify-content: center;
    flex-direction: column;
    font-family: 'FuturaBT', sans-serif;
    font-weight: normal;
    line-height: 1.75rem;
    height: 100%;
    width: 100%;
}
.ExpertiseBlock .Right h3 {
    color: #283a8f;
}
.ExpertiseBlock .Right ul {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}
/* ./Expertise Block End */


/* Methods Block Start */
.MethodsBlock {
    height: auto;
}
.MethodsBlock h3 {
    color: #283a8f;
}
.MethodsBlock .Left {
    justify-content: center;
    flex-direction: column;
    font-family: 'FuturaBT', sans-serif;
    font-weight: normal;
    line-height: 1.75rem;
}
.MethodsBlock .Right {
    justify-content: center;
    flex-direction: column;
}
/* ./Methods Block End */


/* Blog Block Start */
.BlogBlock {
    height: auto;
}
.BlogBlock h2 {
    color: #283a8f;
    margin-bottom: 1em;
}
.BlogBlock .LinkPrimary {
    font-size: 1.23rem;
    padding: 0px;
    padding-top: 2em;
}
.BlogBlock .LinkPrimary .LongArrowRightIcon {
    margin-right: 1.5em;
    height: 2.25em;
    width: 2.25em;
}
/* Blog Block End */


/* Trust Block Start */
.TrustBlock {
    height: auto;
    width: 100%;
}
.TrustBlock h4 {
    color: #45484f;
    font-family: 'FuturaBT', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}
.TrustBlock .LongHR {
    border-top: 1px solid #e5e6e7;
    margin-right: auto;
    margin-top: 15px;
    max-width: 5em;
}
.TrustBlock img {
    height: 8em;
    width: 8em;
}
.TrustBlock p {
    font-family: 'FuturaBT', sans-serif;
    font-weight: normal;
    line-height: 1.75rem;
    margin-bottom: 2rem;
}
/* Trust Block End */


/* Footer Start */
.Footer {
    display: block;
    position: relative;
    height: auto;
    width: 100%;
}
.Footer .LongHR {
    border-top: 1px solid #dae2f2;
}
.Footer .Contents {
    flex-direction: column;
}
.Footer .TopSection {
    flex-direction: column;
    height: auto;
    overflow: hidden;
}
.Footer .TopSection .Left {
    display: flex;
    position: relative;
    justify-content: flex-start;
    height: 100%;
    width: 100%;
}
.Footer .TopSection .Left a {
    display: flex;
    position: relative;
    flex-direction: row;
    align-items: center;
}
.Footer .TopSection .Left .Logo {
    min-width: 3em;
    height: 3em;
    width: 3em;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.Footer .TopSection .Left ul {
    display: flex;
    position: relative;
    flex-direction: initial;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0 3em;
}
.Footer .TopSection .Left ul li {
    padding: 0 1.5em;
    text-transform: none;
}
.Footer .TopSection .Left ul li:first-child {
    padding-left: 0;
}
.Footer .TopSection .Left ul li:last-child {
    padding-right: 0;
}
.Footer .TopSection .Left ul li a {
    display: flex;
    position: relative;
    color: #464950;
    font-size: 1rem;
    white-space: nowrap;
}
.Footer .TopSection .Left ul li a:hover,
.Footer .TopSection .Left ul li a:focus {
    color: #464950;
    opacity: 0.8;
}
.Footer .TopSection .Right {
    display: flex;
    position: relative;
    justify-content: flex-end;
    height: 100%;
    width: 100%;
}
.Footer .TopSection .Right .emaillist {
    display: flex;
    position: relative;
    justify-content: flex-end;
    width: 100%;
}
.Footer .TopSection .Right .SubscriptionForm,
.Footer .TopSection .Right .es_subscription_form {
    display: flex;
    position: relative;
    justify-content: flex-end;
    height: auto;
    width: 100%;
}
.Footer .TopSection .Right .SubscriptionForm div,
.Footer .TopSection .Right .es_subscription_form .es-field-wrap {
    display: flex;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 48px;
    max-width: 24em;
    margin-bottom: 0;
    width: 100%;
}
.Footer .TopSection .Right .es_subscription_form .es-field-wrap br {
    display: none;
}
.Footer .TopSection .Right .SubscriptionForm div input,
.Footer .TopSection .Right .es_subscription_form .es-field-wrap input {
    border: 0;
    border-radius: 48px;
    display: flex;
    position: relative;
    padding: 0.85em 2em;
    padding-right: 0;
    margin: auto;
    height: 100%;
    width: 100%;
}
.Footer .TopSection .Right .SubscriptionForm input::-webkit-input-placeholder,
.Footer .TopSection .Right .SubscriptionForm input::placeholder,
.Footer .TopSection .Right .es_subscription_form .es-field-wrap input::-webkit-input-placeholder,
.Footer .TopSection .Right .es_subscription_form .es-field-wrap input::placeholder {
    color: #45484f;
}
.Footer .TopSection .Right .SubscriptionForm .ButtonPrimary.Inverted,
.Footer .TopSection .Right .es_subscription_form input[type=submit] {
    position: absolute;
    padding: 0.7em 1.4em;
    right: 0px;
    top: 0px;
}
.Footer .TopSection .Right .SubscriptionForm form,
.Footer .TopSection .Right .es_subscription_form {
    width: 100%;
}
.Footer .TopSection .Right .SubscriptionForm label,
.Footer .TopSection .Right .es_subscription_form label {
    margin-bottom: 0;
    width: 100%;
}
.Footer .TopSection .Right .SubscriptionForm input[type=submit],
.Footer .TopSection .Right .es_subscription_form input[type=submit] {
    display: flex;
    position: absolute;
    border-radius: 48px;
    padding: 0.75em 1.5em;
    top: 0;
    right: 0;
}
.Footer .TopSection .Right .SubscriptionForm .es_spinner_image,
.Footer .TopSection .Right .es_subscription_form .es_spinner_image {
    position: absolute;
    top: 0;
    border-radius: 100%;
    padding: 0.5em;
    z-index: 1;
    margin-left: -4em;
}
.Footer .TopSection .Right .SubscriptionForm .es_subscription_message.error,
.Footer .TopSection .Right .es_subscription_form .es_subscription_message.error {
    color: #ff0000;
    font-size: 16px;
    z-index: 1;
    position: absolute;
    display: flex;
    align-items: center;
    background-color: white;
    padding: 0.8em 0em;
}
.Footer .MiddleSection .LongHR {
    margin: 2em 0;
}
.Footer .BottomSection {
    height: auto;
}
.Footer .BottomSection .Copyright {
    flex-direction: column;
    justify-content: center;
}
.Footer .BottomSection .Copyright .Block {
    align-items: center;
}
.Footer .BottomSection .Copyright span {
    color: #464950;
    line-height: 2rem;
    white-space: nowrap;
}
.Footer .BottomSection .Copyright .Block span:last-child {
    margin-left: 10px;
}
.Footer .BottomSection .Right {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: flex-end;
    justify-self: flex-end;
    align-self: flex-start;
    width: 100%;
}
.Footer .BottomSection .Right .TranslateLanguage {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    margin: 0 2em;
}
.Footer .BottomSection .Right .TranslateLanguage .form-control {
    color: #495057;
    background-color: #ffffff;
    border: 1px solid #dae2f2;
    box-shadow: none;
    outline: 0;
}
.Footer .BottomSection .Right .TranslateLanguage .form-control:hover,
.Footer .BottomSection .Right .TranslateLanguage .form-control:focus {
    color: #495057;
    background-color: #ffffff;
    border: 1px solid #dae2f2;
    box-shadow: none;
    outline: 0;
}
.Footer .BottomSection .Right .TranslateLanguage .TranslateLanguageDropup {
    color: #45484f;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0.25em 0;
}
.Footer .BottomSection .Right .TranslateLanguage .TranslateLanguageDropup::before {
    display: inline-block;
    margin-right: 0.5em;
    content: "";
    border-top: 0;
    border-right: 0.4em solid transparent;
    border-bottom: 0.4em solid;
    border-left: 0.4em solid transparent;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}
.Footer .BottomSection .Right .TranslateLanguage .TranslateLanguageDropup::after {
    content: none;
}
.Footer .BottomSection .Right .TranslateLanguage .dropdown-menu {
    left: 25% !important;
    padding: 0;
    margin: 0;
    -webkit-transform: translate3d(-8px, -180px, 0px) !important;
    -moz-transform: translate3d(-8px, -180px, 0px) !important;
    -ms-transform: translate3d(-8px, -180px, 0px) !important;
    -o-transform: translate3d(-8px, -180px, 0px) !important;
    transform: translate3d(-8px, -180px, 0px) !important;
}
.Footer .BottomSection .Right .TranslateLanguage .dropdown-menu .dropdown-item {
    padding: 0.25em 1em;
}
.Footer .BottomSection .Right .TranslateLanguage .dropdown-menu .dropdown-item a {
    display: flex;
    position: relative;
    color: #464950;
    font-size: 1.125rem;
    padding: 0.5em;
}
.Footer .BottomSection .Right .TranslateLanguage .dropdown-menu .dropdown-item:hover,
.Footer .BottomSection .Right .TranslateLanguage .dropdown-menu .dropdown-item:focus {
    background-color: #efefef;
}
.Footer .BottomSection .Right .TranslateLanguage .dropdown-menu .dropdown-item.active,
.Footer .BottomSection .Right .TranslateLanguage .dropdown-menu .dropdown-item:active {
    background-color: #283a8f;
}
.Footer .BottomSection .Right .TranslateLanguage .dropdown-menu .dropdown-item.active a,
.Footer .BottomSection .Right .TranslateLanguage .dropdown-menu .dropdown-item:active a {
    color: white;
}
.Footer .BottomSection .Right .Divider {
    display: flex;
    position: relative;
    align-items: center;
    margin: 0 1em;
}
.Footer .BottomSection .Right .Divider .VR {
    border: 0.5px solid #dae2f2;
    background-image: -moz-linear-gradient(180deg, transparent, #a8a8a8, transparent);
    background-image: -o-linear-gradient(180deg, transparent, #a8a8a8, transparent);
    height: 32px;
    width: 1px;
}
.Footer .BottomSection .Right .SocialBlock {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row;
    right: -15px;
    width: auto;
}
.Footer .BottomSection .SocialBlock a {
    padding: 0.5em 0.875em;
}
.Footer .BottomSection .SocialBlock a:last-child {
    padding-bottom: 0.3em;
}
/* ./Footer End */


/* Confirmation Modal Start */
#ConfirmationModal {
    background-image: url('../Media/Vectors/ConfirmationIconBlue.svg');
    background-size: 18em;
    background-position: bottom -6em right -4em;
    background-repeat: no-repeat;
}
/*
.modal-open {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.modal-open .modal {
}
*/
.modal-backdrop.show {
    display: none;
}
.Modal {
    background-color: #2b4db9;
    height: 100vh;
    width: 100vw;
    padding-right: 0 !important;
}
.Modal .Overlay {
    display: flex;
    position: absolute;
    background-image: url('../Media/Vectors/Tagline.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 120%;
    top: 0;
    left: 0;
    opacity: 0.15;
    height: 100%;
    width: 100%;
}
.Modal .Overlay .Icon {
    background-size: 24em;
    background-position: top left;
    filter: brightness(0);
    position: absolute;
    bottom: 0px;
    right: 0;
    height: 16em;
    width: 16em;
    user-select: none;
}
/*
.Modal .Dialog {
    max-width: 80% !important;
    max-height: 80% !important;
}
*/
.Modal .Content {
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: 0px 0px 50px 10px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 50px 10px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 50px 10px rgba(0,0,0,0.25);
}
.Modal .Content .Overlay {
    display: flex;
    position: absolute;
    background-image: url('../Media/Vectors/Tagline.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 0;
    left: 0;
    opacity: 0.025;
    height: 100%;
    width: 100%;
}
.Modal .Body {
    display: flex;
    position: relative;
    flex-direction: column;
    padding: 3em 4em;
    padding-bottom: 0em;
}
.Modal .Body .Icon {
    height: 8em;
    width: 8em;
}
.Modal .Body h2 {
    color: #283a8f;
    padding-top: 0.6em;
    font-size: 2.4rem;
}
.Modal .Body p {
    font-family: 'FuturaBT', sans-serif;
    font-weight: normal;
    font-size: 1.5rem;
    line-height: 2.75rem;
    padding: 0.6em 0;
}
.Modal .Body span {
    font-family: 'FuturaBT', sans-serif;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.75rem;
}
.Modal .Footer {
    display: flex;
    position: relative;
    padding: 3em 4em;
    border-top: 0;
}
.Modal .Footer .Left {
    display: flex;
    position: relative;
    flex: auto;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.Modal .Footer .Left span {
    margin: 0.5em 0;
}
.Modal .Footer .Left span a {
    border-bottom: 1px solid rgba(69, 72, 79, 1);
    color: #45484f;
    opacity: 1;
    -webkit-transition: all 200ms ease-in-out 0ms;
    -moz-transition: all 200ms ease-in-out 0ms;
    -ms-transition: all 200ms ease-in-out 0ms;
    -o-transition: all 200ms ease-in-out 0ms;
    transition: all 200ms ease-in-out 0ms;
}
.Modal .Footer .Left span a:hover,
.Modal .Footer .Left span a:focus {
    border-bottom: 1px solid rgba(69, 72, 79, 0.75);
    opacity: 0.75;
    -webkit-transition: all 200ms ease-in-out 0ms;
    -moz-transition: all 200ms ease-in-out 0ms;
    -ms-transition: all 200ms ease-in-out 0ms;
    -o-transition: all 200ms ease-in-out 0ms;
    transition: all 200ms ease-in-out 0ms;
}
.Modal .Footer .Left .Icon {
    height: 3em;
    width: 6em;
}
.Modal .Footer .Right {
    display: flex;
    position: relative;
    flex: auto;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}
/* ./Confirmation Modal End */


/* Contact Page Start */
.Contact .Contents {
    flex-direction: column;
    padding-top: 0;
}
.Contact .TopSection,
.Contact .MiddleSection,
.Contact .BottomSection {
    display: flex;
    position: relative;
    padding: 4em 0;
    height: auto;
    width: 100%;
}
.Contact .TopSection .ExcerptBlock {
    display: flex;
    position: relative;
    flex-direction: column;
}
.Contact .TopSection .ExcerptBlock h2 {
    color: #283a8f;
    margin-bottom: 2rem;
}
.Contact .TopSection .ExcerptBlock h3 {
    font-family: 'FuturaBT', sans-serif;
    font-weight: normal;
    line-height: 3.4rem;
    color: #45484f;
}
.Contact .TopSection .ExcerptBlock p {
    color: #67686b;
    margin: 1em 0;
    line-height: 2rem;
}
.Contact .MiddleSection .Left {
    flex-direction: column;
}
.Contact .MiddleSection .Left .LongArrowRightIcon {
    height: 3em;
    width: 3em;
    opacity: 0.25;
    margin-top: 1em;
}
.Contact .MiddleSection .Left hr {
    border-top: 1px solid #536fc6;
    margin: 3em 0;
}
.Contact .MiddleSection .Left span {
    font-family: 'FuturaBT', sans-serif;
    font-weight: normal;
}
.Contact .MiddleSection .Left .SocialBlock {
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    left: -15px;
    height: auto;
}
.Contact .MiddleSection .LongHR {
    border-top: 1px solid #536fc6;
    margin: 2em 0 4em;
}
.Contact .MiddleSection .Right .ContactForm {
    display: flex;
    position: relative;
    flex-direction: column;
    height: auto;
    width: 100%;
}
.Contact .MiddleSection .Right .ContactForm input:first-child {
    margin-top: 0;
}
.Contact .MiddleSection .Right .ContactForm input {
    display: block;
    position: relative;
    background-color: transparent;
    color: white;
    border: 2px solid rgba(256, 256, 256, 0.4);
    border-radius: 2em;
    font-family: 'FuturaBT', sans-serif;
    font-weight: normal;
    line-height: 1.75rem;
    padding: 1em 2em;
    margin: 0 0 2em;
    height: auto;
    width: 100%;
}
.Contact .MiddleSection .Right .ContactForm textarea {
    display: block;
    position: relative;
    background-color: transparent;
    color: white;
    border: 2px solid rgba(256, 256, 256, 0.4);
    border-radius: 2em;
    font-family: 'FuturaBT', sans-serif;
    font-weight: normal;
    line-height: 1.75rem;
    padding: 1em 2em;
    margin: 0 0 2em;
    margin-left: auto;
    resize: none;
	max-width: 100%;
	height: 14em;
    width: 100%;
}
.Contact .MiddleSection .Right .ContactForm textarea::-webkit-scrollbar-thumb {
    border-radius: 6px;
}
.Contact .MiddleSection .Right .ContactForm textarea::-webkit-scrollbar-track {
    margin: 1.5em;
    border-radius: 6px;
}
.Contact .MiddleSection .Right .ContactForm input::placeholder,
.Contact .MiddleSection .Right .ContactForm textarea::placeholder {
    color: white;
    opacity: 0.4;
}
.Contact .MiddleSection .Right .ContactForm div span {
    font-family: 'FuturaBT', sans-serif;
    font-weight: normal;
    line-height: 1.75rem;
}
.Contact .MiddleSection .Right .ContactForm div .GDPRReadyIcon {
    height: 3em;
    width: 6em;
    -webkit-filter: invert(1) brightness(2) contrast(1); /* Google Chrome, Safari 6+ & Opera 15+ */
    filter: invert(1) brightness(2) contrast(1); /* Microsoft Edge and Firefox 35+ */
}
.Contact .MiddleSection .Right .ContactForm div .Button {
    padding: 1em 3em;
    margin: auto;
    margin-right: 0;
}
.Contact .BottomSection {
    display: block;
    position: relative;
    background-image: url('../Media/Vectors/ContactBottomSectionBG.svg');
    background-position: left top;
    background-repeat: repeat-x;
    background-size: auto;
    color: white;
    margin-top: -1px;
    padding: 4em 0;
    height: auto;
    width: 100%;
}
.Contact .BottomSection .ContactDetails {
    display: flex;
    position: relative;
    background-color: white;
    -webkit-box-shadow: 0px 0px 50px 10px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 50px 10px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 50px 10px rgba(0,0,0,0.25);
    padding: 4em;
    background-image: url('../Media/Images/OfficeLocation.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.Contact .BottomSection .ContactDetails .GradientOverlay {
    background: rgb(218,226,242);
    background: linear-gradient(90deg, rgba(218,226,242,1) 0%, rgba(236,239,247,1) 35%, rgba(255,255,255,0) 100%);
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.Contact .BottomSection .ContactDetails h3 {
    color: #2b4db9;
}
.Contact .BottomSection .ContactDetails a {
    position: relative;
}
.Contact .BottomSection .ContactDetails a i {
    -webkit-filter: invert(1); /* Google Chrome, Safari 6+ & Opera 15+ */
    filter: invert(1); /* Microsoft Edge and Firefox 35+ */
    height: 2em;
    width: 2em;
}
.Contact .BottomSection .ContactDetails .Phone,
.Contact .BottomSection .ContactDetails .Location {
    display: flex;
    position: relative;
    align-items: center;
    margin-bottom: 1em;
}
.Contact .BottomSection .ContactDetails .Phone div,
.Contact .BottomSection .ContactDetails .Location div {
    display: flex;
    position: relative;
    flex-direction: column;
    margin-left: 3em;
}
.Contact .BottomSection .ContactDetails .Phone i {
    height: 6em;
    width: 6em;
}
.Contact .BottomSection .ContactDetails .Location i {
    height: 4em;
    width: 6em;
}
.Contact .BottomSection .ContactDetails .Phone h3,
.Contact .BottomSection .ContactDetails .Location h3 {
    color: #45484f;
}
.Contact .BottomSection .ContactDetails .Phone span,
.Contact .BottomSection .ContactDetails .Location span {
    color: #45484f;
    font-family: 'FuturaBT', sans-serif;
    font-weight: normal;
    line-height: 1.75rem;
    padding-bottom: 0.25em;
}
.Contact .BottomSection .ContactDetails .MeetUs {
    display: flex;
    position: relative;
    flex-direction: column;
    margin-top: 3em;
}
/* ./Contact Page End */


/* Accounting Page Start */
.Accounting .Contents {
    flex-direction: column;
    padding-top: 0;
}
.Accounting .TopSection,
.Accounting .MiddleSection,
.Accounting .BottomSection {
    display: flex;
    position: relative;
    padding: 4em 0;
    height: auto;
    width: 100%;
}
.Accounting .TopSection .ExcerptBlock {
    display: flex;
    position: relative;
    flex-direction: column;
}
.Accounting .TopSection .ExcerptBlock h2 {
    color: #283a8f;
    margin: 0;
}
.Accounting .TopSection .ExcerptBlock h3 {
    font-family: 'FuturaBT', sans-serif;
    font-weight: normal;
    color: #45484f;
    margin: 1em 0;
    font-size: 1.5rem;
    line-height: 3rem;
}
.Accounting .TopSection .ExcerptBlock p {
    font-family: 'FuturaBT', sans-serif;
    font-weight: normal;
    font-size: 1rem;
    line-height: 2rem;
}
.Accounting .MiddleSection {
    padding: 0;
}
.Accounting .MiddleSection .Block {
    flex-direction: row;
    height: 36vh;
}
.Accounting .MiddleSection .Block .Left {
    display: flex;
    position: relative;
    background-image: url('../Media/Images/AccountingMiddleSectionBG.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
}
.Accounting .MiddleSection .Block .Right {
    display: flex;
    position: relative;
    align-items: center;
    text-align: center;
    padding: 0 8em;
}
.Accounting .MiddleSection .Block .Right p {
    font-size: 1rem;
    line-height: 2rem;
    margin: 0;
}
.Accounting .BottomSection .Block {
    flex-direction: column;
}
.Accounting .BottomSection .Block > div {
    display: flex;
    position: relative;
    align-items: center;
}
.Accounting .BottomSection .Block h3 {
    color: #283a8f;
    margin-bottom: 2em;
}
.Accounting .BottomSection .Block .nav {
    flex: 1;
}
.Accounting .BottomSection .Block .tab-content {
    flex: 1;
}
.Accounting .BottomSection .Block .nav-pills {
    margin-right: 6em;
}
.Accounting .BottomSection .Block .nav-pills a {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    border: 0;
    border-radius: 0;
    background-color: transparent;
    padding: 0;
    margin: 0;
    margin-bottom: 3em;
    width: 100%;
}
.Accounting .BottomSection .Block .nav-pills a:last-child {
    margin-bottom: 0;
}
.Accounting .BottomSection .Block .nav-pills a .Outer {
    border: 2px solid #dae2f2;
    border-radius: 0px;
    color: #dae2f2;
    font-size: 1.15rem;
    padding: 1.5em 3em;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.Accounting .BottomSection .Block .nav-pills a.active .Outer,
.Accounting .BottomSection .Block .nav-pills .show > a .Outer {
    background-color: transparent;
    border: 2px solid #4f982e;
    border-radius: 0px;
    color: #45484f;
}
.Accounting .BottomSection .Block .nav-pills a .Inner {
    transition: all ease-in-out 500ms;
}
.Accounting .BottomSection .Block .nav-pills a:hover .Inner,
.Accounting .BottomSection .Block .nav-pills a:focus .Inner {
    color: #45484f;
    transition: all ease-in-out 500ms;
}
.Accounting .BottomSection .Block .nav-pills a .Outer::before,
.Accounting .BottomSection .Block .nav-pills a .Outer::after {
    content:"";
    width: 0;
    height: 2px;
    position: absolute;
    transition: all 0.2s linear;
    background: #4f982e;
}
.Accounting .BottomSection .Block .nav-pills a .Inner::before,
.Accounting .BottomSection .Block .nav-pills a .Inner::after {
    content:"";
    width:2px;
    height:0;
    position: absolute;
    transition: all 0.2s linear;
    background: #4f982e;
}
.Accounting .BottomSection .Block .nav-pills a:hover .Outer::before,
.Accounting .BottomSection .Block .nav-pills a:focus .Outer::before,
.Accounting .BottomSection .Block .nav-pills a:hover .Outer::after,
.Accounting .BottomSection .Block .nav-pills a:focus .Outer::after {
    width: 100%;
}
.Accounting .BottomSection .Block .nav-pills a:hover .Inner::before,
.Accounting .BottomSection .Block .nav-pills a:focus .Inner::before,
.Accounting .BottomSection .Block .nav-pills a:hover .Inner::after,
.Accounting .BottomSection .Block .nav-pills a:focus .Inner::after {
    height: 100%;
}
.Accounting .BottomSection .Block .nav-pills a .Outer::before,
.Accounting .BottomSection .Block .nav-pills a .Outer::after {
    transition-delay: 0s;
}
.Accounting .BottomSection .Block .nav-pills a .Inner::before,
.Accounting .BottomSection .Block .nav-pills a .Inner::after {
    transition-delay: 0.2s;
}
.Accounting .BottomSection .Block .nav-pills a .Outer::before {
    right: 0;
    top: 0;
}
.Accounting .BottomSection .Block .nav-pills a .Outer::after {
    left: 0;
    bottom: 0;
}
.Accounting .BottomSection .Block .nav-pills a .Inner::before {
    left: 0;
    top: 0;
}
.Accounting .BottomSection .Block .nav-pills a .Inner::after {
    right: 0;
    bottom: 0;
}
.Accounting .BottomSection .Block .nav-pills a:hover .Outer::before,
.Accounting .BottomSection .Block .nav-pills a:focus .Outer::before,
.Accounting .BottomSection .Block .nav-pills a:hover .Outer::after,
.Accounting .BottomSection .Block .nav-pills a:focus .Outer::after {
    transition-delay: 0.2s;
}
.Accounting .BottomSection .Block .nav-pills a:hover .Inner::before,
.Accounting .BottomSection .Block .nav-pills a:focus .Inner::before,
.Accounting .BottomSection .Block .nav-pills a:hover .Inner::after,
.Accounting .BottomSection .Block .nav-pills a:focus .Inner::after {
    transition-delay: 0s;
}
.Accounting .BottomSection .Block .nav-pills a i.LongArrowRightGreenIcon {
    display: flex;
    position: absolute;
    -webkit-filter: invert(0); /* Google Chrome, Safari 6+ & Opera 15+ */
    filter: invert(0); /* Microsoft Edge and Firefox 35+ */
    right: -6em;
    height: 4em;
    width: 4em;
    opacity: 0;
    transition: all ease-in-out 500ms;
}
.Accounting .BottomSection .Block .nav-pills a.active i.LongArrowRightGreenIcon,
.Accounting .BottomSection .Block .nav-pills .show > a i.LongArrowRightGreenIcon {
    -webkit-filter: invert(45%) sepia(97%) saturate(356%) hue-rotate(57deg) brightness(93%) contrast(84%); /* Google Chrome, Safari 6+ & Opera 15+ */
    filter: invert(45%) sepia(97%) saturate(356%) hue-rotate(57deg) brightness(93%) contrast(84%); /* Microsoft Edge and Firefox 35+ */
    opacity: 1;
    transition: all ease-in-out 500ms;
    right: -8em;
    height: 4em;
    width: 4em;
}
.Accounting .BottomSection .Block .tab-content {
    margin-left: 6em;
}
.Accounting .BottomSection .Block .tab-content ul {
    font-family: 'FuturaBT', sans-serif;
    font-weight: normal;
    line-height: 2rem;
    list-style: none;
    padding: 0;
    margin: 0;
}
.Accounting .BottomSection .Block .accordion {
    width: 100%;
}
.Accounting .BottomSection .Block .accordion .card {
    border: 0;
    border-radius: 0;
    padding: 0;
    margin: 0;
    margin-bottom: 2em;
}
.Accounting .BottomSection .Block .accordion .card:last-child {
    margin-bottom: 0em;
}
.Accounting .BottomSection .Block .accordion .card-header {
    background-color: transparent;
    border: 0;
    padding: 0;
}
.Accounting .BottomSection .Block .accordion .card-body {
    padding: 2em;
}
.Accounting .BottomSection .Block .accordion .mb-0 {
    display: flex;
}
.Accounting .BottomSection .Block .accordion ul {
    display: flex;
    position: relative;
    flex-direction: column;
    list-style: none;
    margin: 0;
    padding: 0;
}
.Accounting .BottomSection .Block .accordion ul li {
    margin-bottom: 0.75em;
    color: #45484f;
}
.Accounting .BottomSection .Block .accordion a {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    border: 0;
    border-radius: 0;
    background-color: transparent;
    padding: 0;
    margin: 0;
    margin-bottom: 3em;
    width: 100%;
}
.Accounting .BottomSection .Block .accordion a:last-child {
    margin-bottom: 0;
}
.Accounting .BottomSection .Block .accordion a .Outer {
    border: 2px solid #dae2f2;
    border-radius: 0px;
    color: #dae2f2;
    font-size: 1.15rem;
    padding: 1.5em 3em;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.Accounting .BottomSection .Block .accordion a.active .Outer,
.Accounting .BottomSection .Block .accordion .show > a .Outer,
.Accounting .BottomSection .Block .accordion a[aria-expanded=true] .Outer {
    background-color: transparent;
    border: 2px solid #4f982e;
    border-radius: 0px;
    color: #45484f;
}
.Accounting .BottomSection .Block .accordion a .Inner {
    transition: all ease-in-out 500ms;
}
.Accounting .BottomSection .Block .accordion a:hover .Inner,
.Accounting .BottomSection .Block .accordion a:focus .Inner {
    color: #45484f;
    transition: all ease-in-out 500ms;
}
.Accounting .BottomSection .Block .accordion a .Outer::before,
.Accounting .BottomSection .Block .accordion a .Outer::after {
    content:"";
    width: 0;
    height: 2px;
    position: absolute;
    transition: all 0.2s linear;
    background: #4f982e;
}
.Accounting .BottomSection .Block .accordion a .Inner::before,
.Accounting .BottomSection .Block .accordion a .Inner::after {
    content:"";
    width:2px;
    height:0;
    position: absolute;
    transition: all 0.2s linear;
    background: #4f982e;
}
.Accounting .BottomSection .Block .accordion a:hover .Outer::before,
.Accounting .BottomSection .Block .accordion a:focus .Outer::before,
.Accounting .BottomSection .Block .accordion a:hover .Outer::after,
.Accounting .BottomSection .Block .accordion a:focus .Outer::after {
    width: 100%;
}
.Accounting .BottomSection .Block .accordion a:hover .Inner::before,
.Accounting .BottomSection .Block .accordion a:focus .Inner::before,
.Accounting .BottomSection .Block .accordion a:hover .Inner::after,
.Accounting .BottomSection .Block .accordion a:focus .Inner::after {
    height: 100%;
}
.Accounting .BottomSection .Block .accordion a .Outer::before,
.Accounting .BottomSection .Block .accordion a .Outer::after {
    transition-delay: 0s;
}
.Accounting .BottomSection .Block .accordion a .Inner::before,
.Accounting .BottomSection .Block .accordion a .Inner::after {
    transition-delay: 0.2s;
}
.Accounting .BottomSection .Block .accordion a .Outer::before {
    right: 0;
    top: 0;
}
.Accounting .BottomSection .Block .accordion a .Outer::after {
    left: 0;
    bottom: 0;
}
.Accounting .BottomSection .Block .accordion a .Inner::before {
    left: 0;
    top: 0;
}
.Accounting .BottomSection .Block .accordion a .Inner::after {
    right: 0;
    bottom: 0;
}
.Accounting .BottomSection .Block .accordion a:hover .Outer::before,
.Accounting .BottomSection .Block .accordion a:focus .Outer::before,
.Accounting .BottomSection .Block .accordion a:hover .Outer::after,
.Accounting .BottomSection .Block .accordion a:focus .Outer::after {
    transition-delay: 0.2s;
}
.Accounting .BottomSection .Block .accordion a:hover .Inner::before,
.Accounting .BottomSection .Block .accordion a:focus .Inner::before,
.Accounting .BottomSection .Block .accordion a:hover .Inner::after,
.Accounting .BottomSection .Block .accordion a:focus .Inner::after {
    transition-delay: 0s;
}
.Accounting .BottomSection .Block .accordion a i.LongArrowRightGreenIcon {
    display: flex;
    position: absolute;
    -webkit-filter: invert(0); /* Google Chrome, Safari 6+ & Opera 15+ */
    filter: invert(0); /* Microsoft Edge and Firefox 35+ */
    right: -6em;
    height: 4em;
    width: 4em;
    opacity: 0;
    transition: all ease-in-out 500ms;
}
.Accounting .BottomSection .Block .accordion a.active i.LongArrowRightGreenIcon,
.Accounting .BottomSection .Block .accordion .show > a i.LongArrowRightGreenIcon {
    -webkit-filter: invert(45%) sepia(97%) saturate(356%) hue-rotate(57deg) brightness(93%) contrast(84%); /* Google Chrome, Safari 6+ & Opera 15+ */
    filter: invert(45%) sepia(97%) saturate(356%) hue-rotate(57deg) brightness(93%) contrast(84%); /* Microsoft Edge and Firefox 35+ */
    opacity: 1;
    transition: all ease-in-out 500ms;
    right: -8em;
    height: 4em;
    width: 4em;
}
/* ./Accounting Page End */


/* Consultancy Page Start */
.Consultancy .Contents {
    flex-direction: column;
    padding-top: 0;
}
.Consultancy .TopSection,
.Consultancy .MiddleSection,
.Consultancy .BottomSection {
    display: flex;
    position: relative;
    padding: 4em 0;
    height: auto;
    width: 100%;
}
.Consultancy .TopSection .ExcerptBlock {
    display: flex;
    position: relative;
    flex-direction: column;
}
.Consultancy .TopSection .ExcerptBlock h2 {
    color: #283a8f;
    margin: 0;
}
.Consultancy .TopSection .ExcerptBlock h3 {
    font-family: 'FuturaBT', sans-serif;
    font-weight: normal;
    color: #45484f;
    margin: 1em 0;
    font-size: 1.5rem;
    line-height: 3rem;
}
.Consultancy .TopSection .ExcerptBlock p {
    font-family: 'FuturaBT', sans-serif;
    font-weight: normal;
    font-size: 1rem;
    line-height: 2rem;
}
.Consultancy .MiddleSection {
    padding: 0;
}
.Consultancy .MiddleSection .Left,
.Consultancy .MiddleSection .Center,
.Consultancy .MiddleSection .Right {
    display: flex;
    position: relative;
    flex-direction: column;
}
.Consultancy .MiddleSection .Left i,
.Consultancy .MiddleSection .Right i {
    margin: 3em 0;
    height: 4em;
    width: 4em;
}
.Consultancy .MiddleSection .Left h4,
.Consultancy .MiddleSection .Right h4 {
    margin-bottom: 1rem;
}
.Consultancy .MiddleSection .Left p,
.Consultancy .MiddleSection .Right p {
    font-size: 1rem;
    line-height: 2rem;
}
.Consultancy .MiddleSection .Center {
    display: flex;
    position: relative;
    background-image: url('../Media/Images/ConsultancyMiddleSectionBG.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
}
.Consultancy .MiddleSection .Left .Third p,
.Consultancy .MiddleSection .Right .Third p {
    margin-bottom: 3rem;
}
.Consultancy .BottomSection {
    padding: 8em 0 4em;
}
.Consultancy .BottomSection {
    flex-direction: column;
}
.Consultancy .BottomSection .Left {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
    width: 100%;
}
.Consultancy .BottomSection .Right {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-left: 6em;
    height: 100%;
    width: 100%;
}
.Consultancy .BottomSection h3 {
    font-family: 'FuturaBT', sans-serif;
    font-weight: normal;
    color: #283a8f;
    line-height: 3rem;
    margin-bottom: 1rem;
}
.Consultancy .BottomSection p {
    font-family: 'FuturaBT', sans-serif;
    font-weight: normal;
    font-size: 1rem;
    line-height: 2rem;
    color: #45484f;
}
.Consultancy .BottomSection span {
    display: flex;
    position: relative;
    font-family: 'FuturaBT', sans-serif;
    font-weight: normal;
    color: #45484f;
}
.Consultancy .BottomSection span a {
    color: #283a8f;
}
.Consultancy .BottomSection span a i {
    margin-left: 0.5em;
    height: 1.5em;
    width: 1.5em;
}
/* ./Consultancy Page End */


/* Public Institutions Page Start */
.Public-institutions .Contents {
    flex-direction: column;
    padding-top: 0;
}
.Public-institutions .TopSection,
.Public-institutions .MiddleSection,
.Public-institutions .BottomSection {
    display: flex;
    position: relative;
    padding: 4em 0;
    height: auto;
    width: 100%;
}
.Public-institutions .TopSection .ExcerptBlock {
    display: flex;
    position: relative;
    flex-direction: column;
}
.Public-institutions .TopSection .ExcerptBlock h2 {
    color: #283a8f;
    margin: 0;
}
.Public-institutions .TopSection .ExcerptBlock h3 {
    font-family: 'FuturaBT', sans-serif;
    font-weight: normal;
    color: #45484f;
    margin: 1em 0;
    font-size: 1.5rem;
    line-height: 3rem;
}
.Public-institutions .TopSection .ExcerptBlock p {
    font-family: 'FuturaBT', sans-serif;
    font-weight: normal;
    font-size: 1rem;
    line-height: 2rem;
}
.Public-institutions .MiddleSection {
    padding: 0;
}
.Public-institutions .MiddleSection .Block .Left {
    display: flex;
    position: relative;
    background-image: url('../Media/Images/PublicInstitutionsMiddleSectionBG.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 36vh;
    height: 100%;
    width: 100%;
}
.Public-institutions .MiddleSection .Block .Right {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4em 8em;
    height: 100%;
}
.Public-institutions .MiddleSection .Block .Right ul {
    padding: 1em 0 0 1em;
}
.Public-institutions .MiddleSection .Block .Right p {
    font-size: 1rem;
    line-height: 2rem;
    margin: 0;
}
.Public-institutions .BottomSection {
    padding-bottom: 0;
}
.Public-institutions .BottomSection .Block {
    align-items: flex-start;
}
.Public-institutions .BottomSection .Block h3 {
    color: #283a8f;
}
.Public-institutions .BottomSection .Block p {
    line-height: 2rem;
}
.Public-institutions .BottomSection .Block .LinkPrimary {
    color: #283a8f;
    font-size: 1.5rem;
    line-height: 3rem;
}
.Public-institutions .BottomSection .Block .LinkPrimary i {
    filter: invert(1) opacity(0.5);
    margin-left: 0.75em;
    height: 1.25em;
    width: 1.25em;
}
/* ./Public Institutions Page End */


/* Blog Home Page Start */
.BlogHome .Contents > .Divider .LongHR {
    margin: 3em 0;
}
.BlogHome .TopSection {
    padding-bottom: 0;
}
.BlogHome .TopSection .ExcerptBlock h3 {
    margin-bottom: 0;
}
.Article {
    display: flex;
    position: relative;
    flex-direction: column;
    height: auto;
    width: 100%;
}
.Article:hover h6,
.Article:focus h6,
.Article:hover h3,
.Article:focus h3,
.Article:hover span,
.Article:focus span {
    opacity: 0.8;
    transition: all ease-in-out 100ms;
}
.Article .VisualContent {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    max-height: 12em;
    width: 100%;
}
.Article .VisualContent .Overlay {
    display: flex;
    position: absolute;
    background-color: rgba(0, 0, 0, 0);
    height: 100%;
    width: 100%;
    z-index: 2;
    transition: all ease-in-out 100ms;
}
.Article:hover .VisualContent .Overlay,
.Article:focus .VisualContent .Overlay {
    background-color: rgba(0, 0, 0, 0.2);
    transition: all ease-in-out 100ms;
}
.Article .VisualContent img {
    transform: scale(1.2);
    transition: all ease-in-out 500ms;
    height: 100%;
    width: 100%;
    z-index: 1;
}
.Article:hover .VisualContent img,
.Article:focus .VisualContent img {
    transform: scale(1);
    transition: all ease-in-out 500ms;
}
.Article h6 {
    color: #afafaf;
    font-size: 1rem;
    font-family: 'FuturaBT', sans-serif;
    font-weight: 500;
    letter-spacing: 0.02rem;
    padding-top: 3em;
    margin: 0;
    text-transform: uppercase;
    opacity: 1;
    transition: all ease-in-out 100ms;
}
.Article h3 {
    color: #45484f;
    margin: 0.6em 0 0.8em;
    opacity: 1;
    transition: all ease-in-out 100ms;
}
.Article span {
    color: #afafaf;
    font-size: 0.8rem;
    font-family: 'FuturaBT', sans-serif;
    font-weight: 500;
    letter-spacing: 0.02rem;
    text-transform: uppercase;
    opacity: 1;
    margin: 0;
    transition: all ease-in-out 100ms;
}
/* ./Blog Home Page End */


/* ./Blog Post Page Start */
.FeaturedPostImage {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.BlogContent {
    margin-bottom: 2em;
}
.BlogContent h3 {
    margin-bottom: 1.5rem;
}
.BlogContent p {
    color: #45484f;
}
.BlogContent .wp-block-image {
    margin: 2rem auto;
}
.BlogContent .wp-block-image img {
    height: auto;
    width: 100%;
}
.BlogContent .Divider .LongHR {
    margin: 2em 0;
}
.BlogComments {
    margin-top: 1.25em;
}
.BlogComments .comment-form a {
    color: rgba(69, 72, 79, 1);
    border-bottom: 1px solid rgba(69, 72, 79, 1);
}
.BlogComments .comment-form a:hover,
.BlogComments .comment-form a:focus {
    color: rgba(69, 72, 79, 0.5);
    border-bottom: 1px solid rgba(69, 72, 79, 0.5);
}
.BlogComments .comment-form-comment {
    display: flex;
    position: relative;
    flex-direction: column;
}
.BlogComments .comment-form-comment label {
    margin: 1em 0;
}
.BlogComments .comment-form-comment textarea {
    border: 1px solid rgba(69, 72, 79, 0.15);
    color: rgba(69, 72, 79, 1);
    padding: 0.5em 1em;
}
.BlogComments .form-submit {
    margin: 2em 0 0;
}
.BlogComments .form-submit input[type=submit]:hover,
.BlogComments .form-submit input[type=submit]:focus {
    background: rgba(79, 152, 46, 1);
}
.BlogComments .commentlist {
    list-style: none;
    padding: 0;
    margin-top: 2em;
}
.BlogComments .commentlist .avatar {
    border-radius: 100%;
    margin-right: 1em;
}
.BlogComments .commentlist .fn {
    color: #48484f;
    font-size: 1rem;
    font-weight: bold;
    font-style: normal;
}
.BlogComments .commentlist .comment-author.vcard {
    margin-bottom: 1em;
}
.BlogComments .commentlist .comment-awaiting-moderation {
    font-style: italic;
    color: #a8a9ad;
}
.BlogComments .commentlist .comment-meta.commentmetadata {
    margin: 1em 0;
}
.BlogComments .commentlist .comment-meta.commentmetadata a {
    color: #283a8c;
    font-size: 0.85rem;
    font-weight: bold;
}
.BlogComments .commentlist .comment-reply-link {
    color: rgba(69, 72, 79, 1);
    border-bottom: 1px solid rgba(69, 72, 79, 1);
}
.BlogComments .commentlist .comment-reply-link:hover,
.BlogComments .commentlist .comment-reply-link:focus {
    color: rgba(69, 72, 79, 0.5);
    border-bottom: 1px solid rgba(69, 72, 79, 0.5);
}
.BlogComments .comment-respond::before {
    content: '';
    display: flex;
    position: relative;
    background-color: #e3e4e5;
    height: 1px;
    width: 100%;
    margin: 2.5em 0 1.5em;
}
.BlogCommentForm {
    display: none;
}
.BlogSidebar {
    display: flex;
    position: relative;
    flex-direction: column;
}
.BlogSidebar ul {
    list-style: none;
    padding: 0;
}
.BlogSidebar ul li {
    margin-bottom: 0.5rem;
}
.BlogSidebar ul li a {
    color: rgba(40, 58, 143, 1);
}
.BlogSidebar ul li a:hover,
.BlogSidebar ul li a:focus {
    color: rgba(40, 58, 143, 0.5);
}
/* ./Blog Post Page End */


/* Careers Page Start */
#thjmf-job-listings-box {
    display: flex;
    position: relative;
    flex-direction: column;
    height: auto;
    width: 100%;
}
#thjmf-job-listings-box .thjmf-job-listing-filter-wrapper {
    display: flex;
    position: relative;
    background-color: #efefef;
    padding: 1em 1.25em;
    border-radius: 48px;
}
#thjmf-job-listings-box #thjmf_job_filter_form {
    display: flex;
    position: relative;
    align-items: center;
    height: auto;
    width: 100%;
}
#thjmf-job-listings-box .thjmf-search-filters {
    display: flex;
    position: relative;
    align-items: center;
    align-self: flex-start;
    justify-content: flex-start;
    flex: 1.5;
    height: 100%;
    width: auto;
}
#thjmf-job-listings-box .thjmf-search-filters .thjmf-job-filters {
    margin-right: 1em;
    width: 100%;
}
#thjmf-job-listings-box .thjmf-search-filters .thjmf-job-filters:last-child {
    margin-right: 0;
}
#thjmf-job-listings-box .thjmf-search-filters .thjmf-job-filters::after {
    content: none;
}
#thjmf-job-listings-box .thjmf-search-filters .thjmf-job-filters select {
    width: inherit;
}
#thjmf-job-listings-box .thjmf-search-button {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: flex-end;
    flex: 0.75;
    height: 100%;
    width: auto;
}
#thjmf-job-listings-box .thjmf-search-button button {
    background: rgba(79, 152, 46, 1);
    color: white;
    overflow: hidden;
}
#thjmf-job-listings-box .thjmf-search-button button:first-child {
    margin-right: 0.5em;
}
#thjmf-job-listings-box .thjmf-search-button button:last-child {
    margin-left: 0.5em;
}
#thjmf-job-listings-box .thjmf-search-button button::before,
#thjmf-job-listings-box .thjmf-search-button button::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 100%;
    left: 0;
    z-index: -1;
    -webkit-transition: all 500ms cubic-bezier(0.75, 0, 0.125, 1);
    -moz-transition: all 500ms cubic-bezier(0.75, 0, 0.125, 1);
    -ms-transition: all 500ms cubic-bezier(0.75, 0, 0.125, 1);
    -o-transition: all 500ms cubic-bezier(0.75, 0, 0.125, 1);
    transition: all 500ms cubic-bezier(0.75, 0, 0.125, 1);
}
#thjmf-job-listings-box .thjmf-search-button button::before {
	background: rgba(40, 58, 143, 0.5);
}
#thjmf-job-listings-box .thjmf-search-button button::after {
	background: rgba(40, 58, 143, 1);
}
#thjmf-job-listings-box .thjmf-search-button button:hover::before,
#thjmf-job-listings-box .thjmf-search-button button:focus::before,
#thjmf-job-listings-box .thjmf-search-button button:hover::after,
#thjmf-job-listings-box .thjmf-search-button button:focus::after {
	-webkit-transform: translate3d(0, 100%, 0);
	-moz-transform: translate3d(0, 100%, 0);
	-ms-transform: translate3d(0, 100%, 0);
	-o-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}
#thjmf-job-listings-box .thjmf-search-button button:hover::after,
#thjmf-job-listings-box .thjmf-search-button button:focus::after {
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    -o-transition-delay: 250ms;
	transition-delay: 250ms;
}
#thjmf-job-listings-box .thjmf-job-filters select {
    border: 1px solid rgba(69, 72, 79, 0.15);
    border-radius: 48px;
    padding: 0.4em 0.8em;
}
#thjmf-job-listings-box .thjmf-job-filters select::after {
    margin: 4em;
}
#thjmf-job-listings-box .thjmf-job-list-single-tags {
    margin-bottom: 1em;
}
#thjmf-job-listings-box .thjmf-job-listings {
    margin-top: 2em;
}
#thjmf-job-listings-box .thjmf-listing-body {
    display: flex;
    position: relative;
    flex-direction: column;
}
#thjmf-job-listings-box .thjmf-listing-body button {
    background: rgba(40, 58, 143, 1);
    margin-top: 0.5em;
}
#thjmf-job-listings-box .thjmf-listing-body button:hover,
#thjmf-job-listings-box .thjmf-listing-body button:focus {
    background: rgba(79, 152, 46, 1);
}
#thjmf-job-listings-box .thjmf-listing-body button a {
    color: white;
}
#thjmf-job-listings-box .thjmf-listing-body button:hover a,
#thjmf-job-listings-box .thjmf-listing-body button:focus a {
    color: white;
}
/* ./Careers Page End */


/* Career Details Page Start */
.CareerSingle .TopSection {
    padding: 4em 0 0;
}
.CareerSingle .TopSection .BlogContent {
    margin-bottom: 0;
}
.CareerSingle .thjmf-inline-tags {
    margin-bottom: 1em;
}
.CareerSingle .thjmf_apply_now_popup {
    display: flex;
    position: relative;
    margin-top: 2em;
}
.CareerSingle .thjmf-apply-form {
    display: flex;
    position: relative;
    flex-direction: column;
    margin-top: 2em;
}
.CareerSingle .thjmf-apply-form .thjmf-form-field {
    display: flex;
    position: relative;
    align-items: center;
    margin-bottom: 2em;
}
.CareerSingle .thjmf-apply-form .thjmf-form-field label {
    display: flex;
    position: relative;
    flex: 1;
    margin-bottom: 0;
}
.CareerSingle .thjmf-apply-form .thjmf-form-field span.thjmf-field-input-wrapper {
    display: flex;
    position: relative;
    flex: 3;
}
.CareerSingle .thjmf-apply-form .thjmf-form-field span.thjmf-field-input-wrapper input,
.CareerSingle .thjmf-apply-form .thjmf-form-field span.thjmf-field-input-wrapper textarea {
    border: 1px solid rgba(69, 72, 79, 0.15);
    color: #45484f;
    padding: 0.5em 1em;
    width: 100%;
}
.CareerSingle .thjmf-apply-form #thjmf_resume_field input {
    border: 0px solid rgba(69, 72, 79, 0);
    padding: 0;
}
.CareerSingle .thjmf-apply-form #thjmf_cover_letter_field {
    align-items: flex-start;
}
.CareerSingle .thjmf-apply-form #thjmf_cover_letter_field span.thjmf-field-input-wrapper textarea {
    min-height: 120px;
}
.CareerSingle .thjmf-popup-footer-actions button {
    color: white;
    margin-left: auto;
}
.CareerSingle #thjmf_apply_now {
    display: none;
}
/* ./Career Details Page End */


/* Media Queries Start */
@media (max-width: 1599.98px) /* Extra Large Screen Desktops (Extra Large Screen Desktops, Less Than 1600px) */
{
    .Footer .TopSection .Right .SubscriptionForm,
    .Footer .TopSection .Right .emaillist {
        display: none;
    }
}

@media (min-width: 1400px) /* Large Screen Desktops (Large Screen Desktops, More Than 1400px) */
{
    .Header .Navigation .Right .BlockA {
        display: flex !important;
    }
    .Header .Navigation .Right .Divider {
        display: flex !important;
    }
}

@media (max-width: 1399.98px) /* Large Screen Desktops (Large Screen Desktops, Less Than 1400px) */
{
    .Footer .TopSection .Left ul li {
        padding: 0 1.25em;
    }
    .Public-institutions .MiddleSection .Block .Right {
        padding: 4em 4em;
    }
}

@media (max-width: 1199.98px) /* Large Devices (Medium Resolution Desktops, Less Than 1200px) */
{
    .Header .Navigation .Left ul li.Name {
        padding-right: 0.5em;
    }
    .Header .Navigation .Left ul li {
        padding: 0em 0.4em;
    }
    .Header .Navigation .Left ul li:nth-child(2) {
        padding-left: 0.4em;
    }
    .Header .Navigation .Left ul#menu-header-menu li:first-child {
        padding-left: .4em;
    }
    .Header .Navigation .Left ul li:last-child {
        padding-left: .4em;
    }
    .Header .Navigation .Left ul#menu-header-menu li:last-child {
        padding-left: .4em;
        padding-right: .4em;
    }
    .Footer .TopSection .Left {
        flex-direction: column;
        flex: none;
    }
    .Footer .TopSection .Left ul {
        justify-content: space-between;
        margin: 2em 0 0;
    }
    .Footer .TopSection .Left ul li {
        padding: 0;
    }
    .Footer .BottomSection .Copyright .Block {
        display: block;
    }
    .Footer .BottomSection .Copyright .Block span {
        display: block;
    }
    .Footer .BottomSection .Copyright .Block span:last-child {
        margin-left: 0px;
    }
    .Footer .BottomSection .Copyright > span {
        margin: 1em 0 0;
    }
    .Footer .BottomSection .Right {
        display: block;
    }
    .Footer .BottomSection .Right .TranslateLanguage {
        justify-content: flex-end;
        margin: 0;
        width: 100%;
    }
    .Footer .BottomSection .Right .TranslateLanguage .dropdown-menu {
        left: 0 !important;
    }
    .Footer .BottomSection .Right .SocialBlock {
        justify-content: flex-end;
        margin-top: 1em;
        width: 100%;
    }
}

@media (min-width: 992px) /* Devices Larger Than 992px */ {
    .Footer .TopSection .Right .SubscriptionForm > div {
        max-width: 372px;
    }
}

@media (max-width: 991.98px) /* Medium Devices (Tablets, Less Than 992px) */
{
    .LoadingScreen h1 {
        font-size: 5rem;
        line-height: 7rem;
    }
    .LoadingScreen h6 {
        letter-spacing: 0.15rem;
    }
    .Header .Company {
        justify-content: flex-start;
    }
    .Header .Navigation .Left ul li.Name {
        padding: 0;
        left: -1em;
    }
    .HeroBlock .TopSection .ExcerptBlock h1 {
        font-size: 4rem;
    }
    .HeroBlock .TopSection .ExcerptBlock h6 {
        letter-spacing: 0.2rem;
    }
    .HeroBlock .MiddleSection .Promo {
        height: 320px;
    }    
    .HeroBlock .BottomSection h3 {
        font-size: 1.85rem;
        line-height: 2.8rem;
    }
    .HeroBlock .MiddleSection .ScrollDown {
        padding: 2em 0;
    }
    .HeroBlock .MiddleSection .ScrollDown .LongArrowDownIcon {
        height: 2em;
        width: 2em;
    }
    .ServicesBlock {
        background: white;
    }
    .ServicesBlock h2 {
        color: #283a8f;
        font-size: 2.8rem;
    }
    .ServicesBlock .Service {
        padding: 1.25em 0;
    }
    .ServicesBlock .Service h3 {
        font-size: 1.85rem;
        line-height: 2.8rem;
    }
    .ServicesBlock .ServiceThree {
        margin-top: 4em;
    }
    .IndustriesBlock .Right h2 {
        font-size: 2.8rem;
    }
    .IndustriesBlock .Right .BlockA,
    .IndustriesBlock .Right .BlockB,
    .IndustriesBlock .Right .BlockC,
    .IndustriesBlock .Right .BlockD {
        padding: 0;
        text-align: center;
    }
    .IndustriesBlock .Right h3 {
        font-size: 1.85rem;
        line-height: 2.8rem;
    }
    .IndustriesBlock .Right .Icon {
        margin: 4em auto 2em;
    }
    .ExpertiseBlock .Right {
        margin-top: 4em;
    }
    .ExpertiseBlock .Right h3 {
        font-size: 1.85rem;
        line-height: 2.8rem;
    }
    .MethodsBlock .Left h3 {
        font-size: 1.85rem;
        line-height: 2.8rem;
    }
    .BlogBlock h2 {
        font-size: 2.8rem;
    }
    .Article {
        padding: 1.5em 0;
    }
    .TrustBlock h4 {
        font-size: 1.4rem;
    }
    .Footer .TopSection .Block {
        display: block;
    }
    .Footer .TopSection .Block .Left {
        display: block;
    }
    .Footer .TopSection .Block .Left ul {
        justify-content: space-around;
        margin: 2em 0;
    }
    .Footer .TopSection .Block .Left ul li {
        padding: 0;
    }
    .Footer .TopSection .Block .Right {
        display: block;
    }
    .Footer .TopSection .Right .SubscriptionForm,
    .Footer .TopSection .Right .emaillist {
        display: flex;
        padding: 1.25em 0;
    }
    .Contact .TopSection .ExcerptBlock h2 {
        font-size: 2.8rem;
        margin-bottom: 1rem;
    }
    .Contact .TopSection .ExcerptBlock h3 {
        font-size: 1.85rem;
        line-height: 2.8rem;
    }
    .Contact .MiddleSection .Left h3 {
        font-size: 1.85rem;
        line-height: 2.8rem;
    }
    .Contact .BottomSection .ContactDetails {
        padding: 2em;
    }
    .Contact .BottomSection .ContactDetails .Phone div h3,
    .Contact .BottomSection .ContactDetails .Location div h3 {
        font-size: 1.85rem;
        line-height: 2.8rem;
    }
    .Contact .BottomSection .ContactDetails .MeetUs h3 {
        font-size: 1.85rem;
        line-height: 2.8rem;
    }
    .Accounting .TopSection .ExcerptBlock h2 {
        font-size: 2.8rem;
    }
    .Accounting .BottomSection .Block h3 {
        font-size: 1.85rem;
        line-height: 2.8rem;
    }
    .Consultancy .TopSection .ExcerptBlock h2 {
        font-size: 2.8rem;
    }
    .Consultancy .TopSection .ExcerptBlock h3 {
        font-size: 1.85rem;
        line-height: 2.8rem;
    }
    .Consultancy .MiddleSection .Center {
        height: 36vh;
    }
    .Consultancy .MiddleSection .Left h4,
    .Consultancy .MiddleSection .Right h4 {
        font-size: 1.4rem;
    }
    .Consultancy .MiddleSection .Left i,
    .Consultancy .MiddleSection .Right i {
        margin: 3em 0 1em;
        height: 3em;
        width: 3em;
    }
    .Consultancy .BottomSection {
        padding: 4em 0 2em;
    }
    .Consultancy .BottomSection .Right {
        margin-top: 2em;
        padding-left: 0;
    }
    .Consultancy .BottomSection .Right h3 {
        font-size: 1.85rem;
        line-height: 2.8rem;
    }
    .Public-institutions .TopSection .ExcerptBlock h2 {
        font-size: 2.8rem;
    }
    .Public-institutions .MiddleSection .Block {
        justify-content: center;
    }
    .Public-institutions .MiddleSection .Block .Right {
        align-items: flex-start;
    }
    .Public-institutions .MiddleSection .Block .Right h4 {
        font-size: 1.4rem;
    }
    .Public-institutions .BottomSection .Block .LinkPrimary {
        color: #283a8f;
        font-size: 1.85rem;
        line-height: 2.8rem;
    }
    .BlogSidebar {
        margin-top: 2em;
    }
    #thjmf-job-listings-box #thjmf_job_filter_form .thjmf-search-filters {
        align-items: normal;
        justify-content: center;
    }
    #thjmf-job-listings-box .thjmf-search-filters .thjmf-job-filters {
        margin-right: 0;
        margin-bottom: 1em;
    }
    #thjmf-job-listings-box .thjmf-search-filters .thjmf-job-filters:last-child {
        margin-bottom: 0;
    }
    #thjmf-job-listings-box .thjmf-search-filters {
        flex-direction: column;
    }
    #thjmf-job-listings-box .thjmf-search-button {
        flex-direction: column;
        margin: auto;
        margin-left: 2em;
    }
    #thjmf-job-listings-box .thjmf-search-button button {
        margin: auto;
        width: 100%;
    }
    #thjmf-job-listings-box .thjmf-search-button button:first-child {
        margin-right: 0;
    }
    #thjmf-job-listings-box .thjmf-search-button button:last-child {
        margin-left: 0;
    }
    .Footer .TopSection .Right .SubscriptionForm div,
    .Footer .TopSection .Right .es_subscription_form .es-field-wrap {
        max-width: none;
    }
    .Footer .TopSection .Right .SubscriptionForm div input,
    .Footer .TopSection .Right .es_subscription_form .es-field-wrap input {
        padding: 0.85em 1em;
    }
    .Footer .TopSection .Right .SubscriptionForm form {
        max-width: none;
    }
    .Footer .TopSection .Right .SubscriptionForm .es_subscription_message.error {
        width: 100%;
    }
    .Footer .TopSection .Left ul li a {
        font-size: 0.9rem;
    }
}

@media (max-width: 767.98px) /* Small Devices (Landscape Phones, Less Than 768px) */
{
    .LoadingScreen .Tagline img {
        width: 48vw;
    }
    .Header .Navigation .Left ul li.Name {
        left: -0.5em;
    }
    .HeroBlock .TopSection {
        height: calc(100vh - 264px);
        align-items: center;
    }
    .HeroBlock .TopSection .ExcerptBlock h6 {
        letter-spacing: 0.1rem;
    }
    .HeroBlock .TopSection .SocialBlock {
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        right: 0;
        left: -15px;
    }
    .HeroBlock .TopSection .SocialBlock a {
        padding: 1.25em 0.875em;
    }
    .HeroBlock .TopSection .SocialBlock a:last-child {
        padding-bottom: 1em;
    }
    .HeroBlock .BottomSection h3 {
        font-size: 1.725rem;
        line-height: 2.6rem;
    }
    .ServicesBlock h2 {
        font-size: 2.6rem;
    }
    .ServicesBlock .Service h3 {
        font-size: 1.725rem;
        line-height: 2.6rem;
    }
    .ServicesBlock .ServiceTwo {
        margin-top: 4em;
    }
    .IndustriesBlock .Right {
        text-align: center;
    }
    .IndustriesBlock .Right h2 {
        font-size: 2.6rem;
        margin: auto;    
    }
    .IndustriesBlock .Right h3 {
        font-size: 1.725rem;
        line-height: 2.6rem;
    }
    .ExpertiseBlock .Right h3 {
        font-size: 1.725rem;
        line-height: 2.6rem;
    }
    .MethodsBlock .Left h3 {
        font-size: 1.725rem;
        line-height: 2.6rem;
    }
    .BlogBlock h2 {
        font-size: 2.6rem;
    }
    .TrustBlock h4 {
        font-size: 1.325rem;
    }
    .Footer .BottomSection {
        display: block;
    }
    .Footer .TopSection .Block .Left ul {
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        margin: 2em 0;
    }
    .Footer .TopSection .Block .Left ul li {
        padding: 0;
    }
    .Footer .TopSection .Block .Left ul li a {
        padding: 0.5em 0;
    }
    .Footer .TopSection .Left ul li a {
        font-size: 1rem;
    }
    .Footer .BottomSection .Copyright .Block span:last-child {
        white-space: nowrap;
    }
    .Footer .BottomSection .Right {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .Footer .BottomSection .Right .TranslateLanguage {
        justify-content: flex-start;
        margin-left: unset;
    }
    .Footer .BottomSection .Divider .LongHR.MarginTopBottom {
        margin: 2em 0;
        width: 4em;
    }
    .Footer .BottomSection .Right .SocialBlock {
        justify-content: flex-start;
        margin-top: 1em;
        left: -15px;
        right: 0;
    }
    .Contact .TopSection .ExcerptBlock h2 {
        font-size: 2.6rem;
        line-height: 3.25rem;
    }
    .Contact .TopSection .ExcerptBlock h3 {
        font-size: 1.4rem;
        line-height: 2.25rem;
    }
    .Contact .MiddleSection .Left h3 {
        font-size: 1.725rem;
        line-height: 2.6rem;
    }
    .Contact .BottomSection .ContactDetails .Phone,
    .Contact .BottomSection .ContactDetails .Location {
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 2em;
    }
    .Contact .BottomSection .ContactDetails .Phone i {
        height: 4em;
        width: 4em;
    }
    .Contact .BottomSection .ContactDetails .Location i {
        height: 4em;
        width: 4em;
    }
    .Contact .BottomSection .ContactDetails .Phone div,
    .Contact .BottomSection .ContactDetails .Location div {
        margin-left: 0;
        margin-top: 1em;
    }
    .Contact .BottomSection .ContactDetails .Phone div h3,
    .Contact .BottomSection .ContactDetails .Location div h3 {
        font-size: 1.725rem;
        line-height: 2.6rem;
    }
    .Contact .BottomSection .ContactDetails .MeetUs {
        margin-top: 2em;
    }
    .Contact .BottomSection .ContactDetails .MeetUs h3 {
        font-size: 1.725rem;
    }
    .Accounting .TopSection .ExcerptBlock h2 {
        font-size: 2.6rem;
        line-height: 3.25rem;
    }
    .Accounting .TopSection .ExcerptBlock h3 {
        font-size: 1.4rem;
        line-height: 2.25rem;
    }
    .Accounting .BottomSection .Block h3 {
        font-size: 1.725rem;
        line-height: 2.6rem;
    }
    .Consultancy .TopSection .ExcerptBlock h2 {
        font-size: 2.6rem;
        line-height: 3.25rem;
    }
    .Consultancy .TopSection .ExcerptBlock h3 {
        font-size: 1.4rem;
        line-height: 2.25rem;
    }
    .Consultancy .MiddleSection .Left h4,
    .Consultancy .MiddleSection .Right h4 {
        font-size: 1.325rem;
    }
    .Consultancy .BottomSection .Right h3 {
        font-size: 1.725rem;
        line-height: 2.6rem;
    }
    .Public-institutions .TopSection .ExcerptBlock h2 {
        font-size: 2.6rem;
        line-height: 3.25rem;
    }
    .Public-institutions .TopSection .ExcerptBlock h3 {
        font-size: 1.4rem;
        line-height: 2.25rem;
    }
    .Public-institutions .MiddleSection .Block .Right h4 {
        font-size: 1.325rem;
    }
    .Public-institutions .BottomSection .Block .LinkPrimary {
        font-size: 1.725rem;
        line-height: 2.6rem;
    }
    .Public-institutions .BottomSection .Block .LinkPrimary i {
        height: 2em;
        width: 2em;
    }
    .CareerSingle .thjmf-apply-form .thjmf-form-field {
        flex-direction: column;
        align-items: flex-start;
    }
    .CareerSingle .thjmf-apply-form .thjmf-form-field label {
        flex: auto;
        width: 100%;
        margin-bottom: 0.5em;
    }
    .CareerSingle .thjmf-apply-form .thjmf-form-field span.thjmf-field-input-wrapper {
        flex: auto;
        width: 100%;
    }
    .Article h6 {
        padding-top: 2em;
    }
    [PageName=Home] .DareToGrowOverlay {
        background-position: center;
    }
}

@media (max-width: 575.98px) /* Extra Small Devices (Portrait Phones, Less Than 576px) */
{
    .Contents {
        padding: 2em 0;
    }
    .LoadingScreen h6 {
        margin-left: 0;
    }
    .LoadingScreen .Tagline img {
        width: 72vw;
    }
    .Header .Navigation .Left ul li.Name {
        left: -1.5em;
    }
    .HeroBlock .TopSection {
        height: calc(100vh - 216px);
    }
    .HeroBlock .TopSection .ExcerptBlock h6 {
        font-size: 0.9rem;
        line-height: 1.5rem;
    }
    .HeroBlock .TopSection .ExcerptBlock p {
        font-size: 0.9rem;
        line-height: 1.5rem;
    }
    .HeroBlock .BottomSection {
        padding: 2em 0;
    }
    .HeroBlock .BottomSection h3 {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
    .HeroBlock .BottomSection h6 {
        font-size: 0.9rem;
        line-height: 1.5rem;
    }
    .HeroBlock .BottomSection p {
        font-size: 0.9rem;
        margin-bottom: 1.25rem;
        line-height: 1.5rem;
    }
    .HeroBlock .BottomSection .LinkPrimary {
        font-size: 1.1rem;
    }
    .ServicesBlock h2 {
        font-size: 2.4rem;
    }
    .ServicesBlock .Service h3 {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
    .ServicesBlock .Service span {
        font-size: 0.9rem;
        line-height: 1.5rem;
        padding-top: 1.5em;
    }
    .IndustriesBlock .Right {
        padding: 2em 0;
    }
    .IndustriesBlock .Right h2 {
        font-size: 2.4rem;
        text-align: center;
    }
    .IndustriesBlock .Right .BlockA,
    .IndustriesBlock .Right .BlockB,
    .IndustriesBlock .Right .BlockC,
    .IndustriesBlock .Right .BlockD {
        max-width: 80%;
        margin: auto;
    }
    .IndustriesBlock .Right h3 {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
    .IndustriesBlock .Right span {
        font-size: 0.9rem;
    }
    .ExpertiseBlock .Right {
        margin-top: 2em;
    }
    .ExpertiseBlock .Left .Infographic {
        min-height: 332px;
    }
    .ExpertiseBlock .Left .Infographic .Outer {
        -webkit-transform: scale(0.65);
        -moz-transform: scale(0.65);
        -ms-transform: scale(0.65);
        -o-transform: scale(0.65);
        transform: scale(0.65);
    }
    .ExpertiseBlock .Left .Infographic span .Icon.SizeOne {
        height: 2em;
        width: 2em;
    }
    .ExpertiseBlock .Left .Infographic span .Icon.SizeTwo {
        height: 2.5em;
        width: 2.5em;
    }
    .ExpertiseBlock .Left .Infographic span .Icon.SizeThree {
        height: 3em;
        width: 3em;
    }
    .ExpertiseBlock .Right h3 {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
    .ExpertiseBlock .Right p {
        font-size: 0.9rem;
        line-height: 1.5rem;
    }
    .ExpertiseBlock .Right ul li {
        font-size: 0.9rem;
        line-height: 1.5rem;
    }
    .MethodsBlock .Left h3 {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
    .MethodsBlock .Left p {
        font-size: 0.9rem;
        line-height: 1.5rem;
    }
    .BlogBlock h2 {
        font-size: 2.4rem;
    }
    .Article h6 {
        font-size: 0.9rem;
        line-height: 1.5rem;
    }
    .Article h3 {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
    .Article span {
        font-size: 0.7rem;
    }
    .BlogBlock .LinkPrimary {
        font-size: 1.1rem;
    }
    .TrustBlock h4 {
        font-size: 1.25rem;
    }
    .TrustBlock p {
        font-size: 0.9rem;
        line-height: 1.5rem;
    }
    .Footer .BottomSection .Copyright .Block span:last-child {
        white-space: initial;
    }
    .Modal .Footer {
        flex-direction: column;
        align-items: flex-start;
    }
    .Modal .Footer .Button {
        margin-top: 2em;
    }
    .Contact .TopSection .ExcerptBlock h2 {
        font-size: 2.4rem;
        line-height: 3rem;
    }
    .Contact .TopSection .ExcerptBlock h3 {
        font-size: 1.25rem;
        line-height: 2rem;
    }
    .Contact .TopSection .ExcerptBlock p {
        font-size: 0.9rem;
        line-height: 1.5rem;
    }
    .Contact .MiddleSection .Left h3 {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
    .Contact .MiddleSection .Left span {
        font-size: 0.9rem;
        line-height: 1.5rem;
    }
    .Contact .MiddleSection .Right .ContactForm div .Button {
        margin: initial;
        margin-top: 2em;
    }
    .Contact .BottomSection .ContactDetails .Phone div h3,
    .Contact .BottomSection .ContactDetails .Location div h3 {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
    .Contact .BottomSection .ContactDetails .Phone span,
    .Contact .BottomSection .ContactDetails .Location span {
        font-size: 0.9rem;
        line-height: 1.5rem;
    }
    .Contact .BottomSection .ContactDetails .MeetUs h3 {
        font-size: 1.6rem;
    }
    .Accounting .TopSection .ExcerptBlock h2 {
        font-size: 2.4rem;
        line-height: 3rem;
    }
    .Accounting .TopSection .ExcerptBlock h3 {
        font-size: 1.25rem;
        line-height: 2rem;
    }
    .Accounting .TopSection .ExcerptBlock p {
        font-size: 0.9rem;
        line-height: 1.5rem;
    }
    .Accounting .MiddleSection .Block {
        height: 30vh;
    }
    .Accounting .MiddleSection .Block .Right {
        padding: 0 4em;
    }
    .Accounting .MiddleSection .Block .Right p {
        font-size: 0.9rem;
        line-height: 1.5rem;
    }
    .Accounting .BottomSection .Block h3 {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
    .Accounting .BottomSection .Block .nav-pills a .Outer {
        font-size: 1rem;
    }
    .Accounting .BottomSection .Block ul li {
        font-size: 0.9rem;
        line-height: 1.5rem;
    }
    .Accounting .BottomSection {
        padding: 2em 0;
    }
    .Consultancy .TopSection .ExcerptBlock h2 {
        font-size: 2.4rem;
        line-height: 3rem;
    }
    .Consultancy .TopSection .ExcerptBlock h3 {
        font-size: 1.25rem;
        line-height: 2rem;
    }
    .Consultancy .TopSection .ExcerptBlock p {
        font-size: 0.9rem;
        line-height: 1.5rem;
    }
    .Consultancy .MiddleSection .Left h4,
    .Consultancy .MiddleSection .Right h4 {
        font-size: 1.25rem;
    }
    .Consultancy .MiddleSection .Left p,
    .Consultancy .MiddleSection .Right p {
        font-size: 0.9rem;
        line-height: 1.5rem;
    }
    .Consultancy .BottomSection .Right h3 {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
    .Consultancy .BottomSection .Right p {
        font-size: 0.9rem;
        line-height: 1.5rem;
    }
    .Consultancy .BottomSection .Right span {
        font-size: 0.9rem;
        line-height: 1.5rem;
    }
    .Consultancy .BottomSection .Right span .LinkPrimary {
        font-size: 0.9rem;
    }
    .Public-institutions .TopSection .ExcerptBlock h2 {
        font-size: 2.4rem;
        line-height: 3rem;
    }
    .Public-institutions .TopSection .ExcerptBlock h3 {
        font-size: 1.25rem;
        line-height: 2rem;
    }
    .Public-institutions .TopSection .ExcerptBlock p {
        font-size: 0.9rem;
        line-height: 1.5rem;
    }
    .Public-institutions .MiddleSection .Block {
        min-height: 30vh;
    }
    .Public-institutions .MiddleSection .Block .Right {
        padding: 2em 2em;
    }
    .Public-institutions .MiddleSection .Block .Right h4 {
        font-size: 1.25rem;
    }
    .Public-institutions .MiddleSection .Block .Right ul li {
        font-size: 0.9rem;
        line-height: 1.5rem;
    }
    .Public-institutions .BottomSection {
        padding: 2em 0 0;
    }
    .Public-institutions .BottomSection .Block .LinkPrimary {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
    #thjmf-job-listings-box #thjmf_job_filter_form {
        flex-direction: column;
    }
    #thjmf-job-listings-box .thjmf-search-filters {
        width: 100%;
    }
    #thjmf-job-listings-box .thjmf-search-button {
        margin: 1em auto 0;
        width: 100%;
    }
    #thjmf-job-listings-box .thjmf-search-button button:first-child {
        margin-bottom: 1em;
    }
}

@media (max-width: 371.98px) /* Extra Small/Legacy Devices (Portrait Phones, Less Than 372px) */
{
    .LoadingScreen h1 {
        font-size: 4.5rem;
        line-height: 6rem;
    }
    .LoadingScreen h6 {
        letter-spacing: 0.05rem;
    }
    .LoadingScreen .Tagline img {
        width: 80vw;
    }
    .Header .Navigation .Left ul li.Name {
        left: -1em;
    }
    .HeroBlock .BottomSection h3 {
        font-size: 1.5rem;
    }
    .HeroBlock .BottomSection .LinkPrimary {
        font-size: 1rem;
    }
    .ServicesBlock h2 {
        font-size: 2.2rem;
    }
    .ServicesBlock .Service h3 {
        font-size: 1.5rem;
    }
    .IndustriesBlock .Right h2 {
        font-size: 2.2rem;
    }
    .IndustriesBlock .Right h3 {
        font-size: 1.5rem;
    }
    .ExpertiseBlock .Right h3 {
        font-size: 1.5rem;
    }
    .MethodsBlock .Left h3 {
        font-size: 1.5rem;
    }
    .BlogBlock h2 {
        font-size: 2.2rem;
    }
    .Article h3 {
        font-size: 1.5rem;
    }
    .BlogBlock .LinkPrimary {
        font-size: 1rem;
    }
    .Contact .BottomSection .ContactDetails .MeetUs h3 {
        font-size: 1.5rem;
    }
    .Contact .BottomSection .ContactDetails .MeetUs .LinkPrimary {
        font-size: 0.925rem;
    }
    .Consultancy .TopSection .ExcerptBlock h2 {
        font-size: 2.2rem;
    }
    .Consultancy .BottomSection .Right h3 {
        font-size: 1.5rem;
    }
    .Public-institutions .BottomSection .Block .LinkPrimary {
        font-size: 1.5rem;
    }
}


.comment-form label {
    display: flex;    
    position: relative;
    flex: 1;
}
.comment-form input,
.comment-form textarea {
    display: flex;    
    position: relative;
    flex: 3;
}
.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
    display: flex;
    position: relative;
}
.comment-form-cookies-consent input,
.comment-form-cookies-consent label {
    display: inline;
}


.sjb-page h3 {
    font-size: 2rem;
}
.sjb-page .sjb-filters {
    background-color: #f1f1f1;
    border-radius: 4px;
}
.sjb-page .sjb-filters .form-control {
    border: 1px solid rgba(69, 72, 79, 0.15);
    border-radius: 48px;
    color: #45484f;
    font-size: 1rem;
    padding: 0.4em 0.8em;
    height: auto;
}
.sjb-page .sjb-filters .form-control::placeholder {
    color: #45484f;
    font-size: 1rem;
}
.sjb-page .sjb-filters .btn-search {
    border-radius: 48px;
    background: rgba(79, 152, 46, 1);
    font-size: 18px;
    width: 40px;
}
.sjb-page .sjb-filters .btn-search:hover,
.sjb-page .sjb-filters .btn-search:focus {
    background: rgba(40, 58, 143, 1);
}
.sjb-page .list-data {
    background-color: #ffffff;
    border-radius: 4px;
}
.sjb-page .list-data .job-description p {
    color: #45484f;
    font-size: 1rem;
    line-height: 2rem;
    margin-bottom: 1rem;
}
.sjb-page .sjb-detail .list-data h3, .sjb-page .sjb-detail .list-data ul li::before, .sjb-page .sjb-detail .list-data .job-detail h3, .sjb-page .sjb-archive-page .job-title {
    font-family: 'Nimbus Roman', serif;
    font-weight: normal;
    line-height: normal;
}
.sjb-page .sjb-listing {
    margin-bottom: 3em;
}

.sjb-page .sjb-detail .jobpost-form h3 {
    font-size: 2rem;
    line-height: 3rem;
    margin-top: 0;
    margin-bottom: 2rem;
}
.sjb-page .list-data .job-description {
    margin-top: 1rem;
}
.sjb-page .sjb-detail .jobpost-form .file div {
    background-color: rgba(40, 58, 143, 1);
}
.sjb-page .sjb-detail .jobpost-form .app-submit {
    border-radius: 48px;
    display: flex;
    position: relative;
    font-family: futurabt;
    font-size: 1rem;
    font-weight: 500;
    margin: 1em 0 0 auto;
    padding: 0.75em 1.5em;
    overflow: hidden;
}
.sjb-page .list-data .job-info h4 a {
    font-size: 1.5rem;
}


/* Client Area Start */
#Client-area .Contents {
    flex-direction: column;
}
#Client-area .TopSection .ExcerptBlock {
    flex-direction: column;
}
#Client-area b,
#Client-area strong {
    font-weight: 500;
}

#cdm_wrapper {
    margin: 1em;
}
#cdm_nav_buttons {
    margin-bottom: 1em;
    margin: 1em;
}
#cdm_nav_buttons a:link:hover,
#cdm_nav_buttons a:visited:hover {
    background-color: rgba(40, 58, 143, 1);
}
#cdm_nav_buttons a:link,
#cdm_nav_buttons a:visited {
    background-color: rgba(79, 152, 46, 1);
    border-radius: 2em;
    color: white;
    font-family: 'FuturaBT', sans-serif;
    font-size: 1rem;
    font-weight: normal;
    margin-right: 1em;
    padding: 0.75em 1.5rem;
}
.sp-cdm-folder-navigation-buttons {
    margin: 0 0 1em;
}
.sp-cdm-folder-navigation-buttons a {
    font-size: 0.75rem;
    text-transform: uppercase;
    color: #464950;
}
.sp-cdm-folder-navigation-buttons a img {
    margin-top: -0.15rem;
    margin-right: 0.15rem;
}
#sp_cdm_breadcrumbs {
    background-color: #293c8f;
    padding: 1em 1.5em;
    margin: 1em 0 1em;
    border-radius: 2em;
}
#sp_cdm_breadcrumbs span {
    background-color: #293b8f;
    color: white;
}
#sp_cdm_breadcrumbs span a {
    color: white;
    text-decoration: none;
    font-size: 1rem;
    text-transform: uppercase;
    font-family: 'FuturaBT';
}
.sp-cdm-rc-folder {
    padding: 0.5em 1.5em;
    cursor: pointer;
    font-size: 14px;
    border-radius: 3em;
    margin: 1em;
}
.sp-cdm-rc-folder:hover {
    background-color: #efefef !important;
}
.sp-cdm-rc-folder-title {
    font-size: 1rem;
    font-weight: inherit;
    color: #464950;
    margin-top: 10px;
    margin-left: 10px;
}
.sp-cdm-rc-folder a {
    color: #464950;
    font-weight: inherit;
}
.sp-cdm-rc-file {
    padding: 0.5em 3em;
    cursor: pointer;
    font-size: 12px;
    border-radius: 8em;
    display: flex;
    align-items: center;
    margin: 1em;
}
.sp-cdm-rc-file:hover {
    background-color: #efefef !important;
}
.sp-cdm-rc-file .sp-cdm-rc-file-file {
    float: left;
    width: 100%;
    font-size: 0.9rem;
    flex-direction: column;
    font-weight: inherit;
    color: #464950;
    margin-top: 0px;
    padding-left: 1em;
}
.sp-cdm-rc-file-file-inside {
    flex-direction: column;
    display: flex;
}
.sp-cdm-rc-file strong {
    font-weight: inherit;
}
.sp-cdm-rc-file .sp-cdm-rc-file-date {
    font-family: 'FuturaBT', sans-serif;
    font-weight: normal;
    font-style: initial;
    font-size: 0.85rem;
    text-align: left;
    float: left;
}

/* Uploaded Photo */
.sp_cu_item {
    border-radius: 0px;
    padding: 0px;
    font-size: 12px;
    margin: 0px;
}
.sp_su_project,
.sp_su_notes,
.sp_su_history {
    background-color: #efefef;
    padding: 0.6em 1.2em;
    margin: 0.5em 0;
    font-size: 0.8rem;
}
.sp_cu_manage,
.sp-cdm-file-date,
.sp-cdm-file-view-refresh {
    margin: 1em 0;
    padding: 0;
}
.sp_cu_manage a {
    color: #464950 !important;
    margin: 1em 0;
    padding: 1em 0.5em;
}
.sp_cu_manage a:hover {
    margin-right: 0px;
}
.sp_cu_manage a:last-child {
    margin-right: 0;
}
.sp_cu_manage .cdm-dashicons {
    font-size: 18px;
}
.sp_cu_manage a.sp-cdm-delete-file {
    color: #b91117 !important;
}
.sp-cdm-file-date em {
    font-style: normal;
}
.remodal p {
    font-size: 0.85rem !important;
    margin: 1em !important;
}
.r-tabs .r-tabs-nav {
    border-bottom: 1px solid #efefef !important;
}
.r-tabs .r-tabs-nav .r-tabs-anchor {
    background: #293b8f !important;
    margin-bottom: 3px !important;
    padding: 1em 2em !important;
    display: inline-block !important;
    color: white !important;
    font-weight: inherit !important;
    font-size: 0.8rem !important;
    font-weight: 500 !important;
}
.r-tabs .r-tabs-nav .r-tabs-state-active {
    background-color: #ffffff !important;
    margin-bottom: -1px !important;
    border-top: 1px solid #efefef !important;
    border-right: 1px solid #efefef !important;
    border-left: 1px solid #efefef !important;
}
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
    color: #293b8f !important;
    background-color: #ffffff !important;
}
.r-tabs .r-tabs-panel {
    border-right: 1px solid #efefef !important;
    border-bottom: 1px solid #efefef !important;
    border-left: 1px solid #efefef !important;
    margin-bottom: 0px !important;
    padding: 0 !important;
}
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
    display: block;
    padding: 1em !important;
    background-color: #293b8f !important;
    font-size: 0.85rem !important;
    font-weight: 500 !important;
}
.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
    background-color: #fff !important;
    color: #293b8f !important;
}
.dashicons, .dashicons-before:before {
    width: 18px;
    height: 18px;
    font-size: 18px;
}

/* Add Link, Media, etc. */
.remodal .ButtonPrimary.Inverted:hover,
.remodal input[type=submit]:hover {
    background: rgba(79, 152, 46, 1);
}
.remodal div h2 {
    color: #293b8f;
    font-size: 3rem;
    text-align: left;
    text-transform: uppercase;
}
.remodal div p {
    margin: 1.5em 0 !important;
}
.remodal div p label {
    font-size: 0.85rem;
}
.remodal div p input,
.remodal div p textarea {
    padding: 0em 0.25em;
    width: 80% !important;
}
.remodal div p textarea {
    height: 120px !important;
}
.remodal .btn-primary:hover {
    color: white;
    background-color: rgba(79, 152, 46, 1);
    border-color: transparent;
}
.remodal #upload_form div p input,
.remodal #upload_form div p textarea {
    width: 100% !important;
}
#cdm_upload_fields input[type=file] {
    font-size: 1rem;
}
#cdm_upload_fields #upload_list {
    margin: 1em 0;
}
#cdm_upload_fields #upload_list .sp_upload_div span {
    font-size: 0.8rem;
    margin-right: 1em;
    width: auto !important;
}
/* ./Client Area End */


/* Login Form */
#wpmpLoginSection h2 {
    color: #293b8f;
}
#wpmpLoginSection p {
    color: #464950;
    font-size: 1.2rem;
    line-height: 2rem;
}
#wpmpLoginSection #wpmpLoginForm .btn {
    display: inline-flex;
    margin-top: 1em;
    margin-right: 1em;
}
#wpmpLoginSection #wpmpLoginForm .btn:last-child {
    margin-right: 0em;
}
#wpmpLoginSection #wpmpLoginForm .btn-primary:hover {
    background-color: rgba(79, 152, 46, 0.75);
    border-color: transparent;
}


/* Password Reset Form */
#wpmpResetPasswordSection {
    display: none;
}
#wpmpResetPasswordSection h2 {
    color: #293b8f;
}
#wpmpResetPasswordSection p {
    color: #464950;
    font-size: 1.2rem;
    line-height: 2rem;
}
#wpmpResetPasswordSection #wpmpResetPasswordForm .btn {
    display: inline-flex;
    margin-top: 1em;
    margin-right: 1em;
}
#wpmpResetPasswordSection #wpmpResetPasswordForm .btn:last-child {
    margin-right: 0em;
}
#wpmpResetPasswordSection #wpmpResetPasswordForm .btn-primary:hover {
    background-color: rgba(79, 152, 46, 0.75);
    border-color: transparent;
}

/* Client Area Mobile Nav Menu */
@media (max-width: 768px) /* Small Devices (Landscape Phones, Less Than 768px) */
{
    #cdm_nav_buttons {
        background-color: #efefef;
        box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
        border-radius: 2em;
        padding: 1em 1em 0;
        margin: 0;
        margin: 2em 1em;
        margin-bottom: 1em;
        z-index: 9;
    }
    .cdm_responsive_button {
        display: flex;
    }
    #cdm_nav_buttons a:link,
    #cdm_nav_buttons a:visited {
        margin: 0;
        margin-right: 0;
        margin-bottom: 1em;
        text-align: center;
    }
    .dropdown-button .dashicons {
        margin-top: 0px !important;
    }
}
.cdm_responsive_button a {
    display: inline-block;
    background: #4f982e;
    padding: 0.75em 1.5em;
    display: flex;
    font-family: 'FuturaBT', sans-serif;
    line-height: normal;
    font-size: 1rem;
    color: white;
    font-weight: normal;
    margin-bottom: 0;
    margin-left: 0;
    border-radius: 2em;
}
.cdm_responsive_button a:hover,
.cdm_responsive_button a:focus {
    background: #293b8f;
}
.cdm_responsive_button a span {
    margin: 0 0.3em 0 0 !important;
}
.open-cdm-nav {
    background: transparent;
    padding: 0;
}



.BlogComments textarea {
    border: 1px solid rgba(69, 72, 79, 0.15);
    color: rgba(69, 72, 79, 1);
    padding: 0.5em 1em;
    width: 100%;
}
.BlogComments input[type=submit] {
    border-radius: 6em;
}



/* Language Menu Start */
.Header .Navigation .Left ul li .wpml-ls-legacy-list-horizontal ul {
    flex-direction: column;
}
.Header .Navigation .Left ul li .wpml-ls-legacy-list-horizontal ul li {
    padding: 1em;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-item {
    display: block;
    width: 100%;
    padding: 0.75em 0.5em !important;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-item a {
    display: flex;
    position: relative;
    align-items: flex-end;
    color: #464950;
    padding: 0.5em;
    font-family: 'FuturaBT', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 1rem;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-item a span {
    display: flex;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-item a .wpml-ls-display {
    padding-left: 0.15em;
    margin-top: -0.2rem;
}
.dropdown-menu .dropdown-item {
    display: none;
}
.Header .Navigation .Left ul li:first-child a {
    padding-left: 0.5em;
}
.Header .Navigation .Left ul li:last-child a {
    padding-right: 0.5em;
}
.Footer .BottomSection .Right .TranslateLanguage .dropdown-menu {
    -webkit-transform: translate3d(-25px, -142px, 0px) !important;
    -moz-transform: translate3d(-25px, -142px, 0px) !important;
    -ms-transform: translate3d(-25px, -142px, 0px) !important;
    -o-transform: translate3d(-25px, -142px, 0px) !important;
    transform: translate3d(-25px, -142px, 0px) !important;
}
/* ./Language Menu End */



/* Page Start */
.Page .Contents {
    flex-direction: column;
    padding-top: 0;
}
.Page .TopSection,
.Page .MiddleSection,
.Page .BottomSection {
    display: flex;
    position: relative;
    padding: 4em 0;
    height: auto;
    width: 100%;
}
.Page .ExcerptBlock {
    display: flex;
    position: relative;
    flex-direction: column;
}
.Page h2 {
    color: #283a8f;
    margin-bottom: 2rem;
}
.Page h3 {
    font-family: 'FuturaBT', sans-serif;
    font-weight: normal;
    line-height: 3.4rem;
    color: #45484f;
}
.Page p {
    color: #67686b;
    margin: 1em 0;
    line-height: 2rem;
}
/* ./Page End */