/*
  ##Device = Most of Smartphones
  ##Screen = B/w 320px to 767px
*/
@media only screen and (min-width: 320px) and (max-width: 767px) {
	/*--------------------------------------------------------------
    # Typography
    --------------------------------------------------------------*/

	body,
	button,
	input,
	select,
	optgroup,
	textarea {
		font-size: 16px;
		line-height: 24px;
	}

	h1 {
		font-size: 44px;
		line-height: 47px;
	}

	h2 {
		font-size: 38px;
		line-height: 36px;
	}

	h3 {
		font-size: 30px;
		line-height: 31px;
	}

	h4 {
		font-size: 25px;
		line-height: 33px;
	}

	h5 {
		font-size: 22px;
		line-height: 25px;
	}

	p,
	li {
		font-size: 16px;
		line-height: 24px;
	}

	p.large,
	li.large {
		font-size: 20px;
		line-height: 30px;
	}

	/*--------------------------------------------------------------
    # Links
    --------------------------------------------------------------*/

	a {
		transition: none !important;
	}

	.cta {
		font-size: 18px;
		line-height: 24px;
	}

	.cta:after,
	.cta:hover:after {
		transition: none;
		height: 13px;
	}

	/*--------------------------------------------------------------
    # Media
    --------------------------------------------------------------*/

	/*--------------------------------------------------------------
    # Forms
    --------------------------------------------------------------*/

	input[type],
	textarea {
		transiton: none;
	}

	/*--------------------------------------------------------------
    # Structure
    --------------------------------------------------------------*/

	#main {
		max-width: inherit;
		background-color: transparent;
		box-shadow: none;
		margin: 0;
		padding-bottom: 103px;
		padding-top: 50px;
	}

	.wrap {
		max-width: inherit;
		padding-left: 25px;
		padding-right: 25px;
	}

	/* Sections */
	/* Hero */
	.hero-section {
		max-height: 468px;
		min-height: inherit;
	}

	.hero-section .hero-section-banner .wrap {
		padding-bottom: 44px;
		background: linear-gradient(
			0deg,
			rgba(0, 0, 0, 0.3) 0%,
			rgba(0, 0, 0, 0) 100%
		);
		padding-top: 100%;
	}

	.hero-section h1 {
		max-width: inherit;
	}

	.hero-section h4 {
		max-width: inherit;
		font-size: 32px;
		line-height: 34px;
	}

	.hero-section h5 {
		padding-bottom: 8px;
	}

	.hero-links {
		display: none;
		position: relative;
		bottom: inherit;
		left: inherit;
		padding: 0 0 6px 0;
		max-width: inherit;
		width: auto;
		margin: 0 0 0 auto;
	}

	.hero-links a {
		opacity: 0.8;
		display: block;
	}

	.hero-links a:not(:last-child) {
		margin-right: 0;
	}

	.hero-links a:not(:first-child) {
		margin-top: 24px;
	}

	/* Page Title */
	h1.page-title {
		margin-top: 0;
		padding-bottom: 57px;
	}

	/* Content */
	.col-wrap {
		display: block;
	}

	.section-content .wrap:not(:last-child) {
	}
	.section-content p:not(:last-of-type) {
	}

	.section-content h2 {
		padding-top: 16px;
	}

	.section-content h3 {
		padding-bottom: 19px;
	}

	/* Quotes */
	#page blockquote {
		margin: 30px -25px 40px;
		padding: 54px 40px;
	}

	#page blockquote p {
		margin-left: 0;
	}

	#page blockquote p:first-child {
		font-size: 26px;
		line-height: 32px;
	}

	#page blockquote p:first-child:before {
		top: 1px;
	}

	#page blockquote p:first-child:after {
		line-height: 0;
	}

	/* <HR> */

	/* Block Text */
	.section-content .block-text {
		max-width: inherit;
	}

	.section-content .block-text a:hover {
		border-bottom: 2px solid #fdda1a;
	}

	.section-content .block-text.highlight > p:first-of-type {
		font-size: 20px;
		line-height: 30px;
	}

	.section-content .block-text.display-more.active .more {
		margin-top: 26px;
	}

	.section-content .block-text.display-more .more:hover {
		color: #6f6f6f;
	}

	/* Block Related */
	.block-related-wrap {
		margin-top: 48px;
	}

	.block-related {
		padding-top: 30px;
		padding-bottom: 44px;
	}

	.block-related .wrap {
		display: block;
		align-items: inherit;
	}

	.block-related h5 {
		max-width: inherit;
		margin-right: 0;
		width: auto;
		font-size: 25px;
		line-height: 30px;
		display: block;
		margin-bottom: 20px;
	}

	.block-related h3 a {
		font-size: 30px;
		line-height: 38px;
		background-image: linear-gradient(to bottom, #fdda1a 0%, #fdda1a 100%);
		background-position: 0 26px;
		background-repeat: no-repeat;
		display: inline;
	}

	.block-related h3 a:after {
		left: -4px;
		height: 17px;
	}

	.block-related h3 a:before {
		content: "";
		display: block;
		height: 17px;
		z-index: -1;
		width: 100%;
		position: absolute;
		left: -4px;
		top: 26px;
		background-color: #fdda1a;
	}

	/*--------------------------------------------------------------
    # Header
    --------------------------------------------------------------*/

	.site-branding {
		max-width: 125px;
		background: transparent;
		position: absolute;
		top: 0px;
		left: 0px;
		padding: 0px 25px;
		width: 100%;
		min-width: 100%;
		padding-bottom: 10px;
		box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
		-o-transition: 0.3s;
		-ms-transition: 0.3s;
		-moz-transition: 0.3s;
		-webkit-transition: 0.3s;
		transition: 0.3s;
	}

	body.scrolled .site-branding {
		background: #00607f;
		box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	}

	.site-branding a {
		width: 90px;
		height: 90px;
	}

	.site-header .main-navigation {
		display: none;
		width: 100%;
		background: #02617e; /* rgb(60,60,60);
            background: linear-gradient(180deg, rgba(60,60,60,1) 0%, rgba(0,0,0,1) 100%); */
		top: 0;
		left: 0;
		margin: 0;
		position: fixed;
		height: 100vh;
		flex: inherit;
	}

	.site-header .main-navigation ul#primary-menu {
		display: block;
		float: none;
		padding-top: 148px;
		padding-bottom: 148px;
		overflow: hidden;
	}

	.site-header .main-navigation ul#primary-menu > li:not(:first-child) {
		margin-left: 0;
	}

	#page .site-header .main-navigation ul#primary-menu > li {
		padding: 0 35px;
	}

	#page .site-header .main-navigation ul#primary-menu > li > a {
		color: #fff;
		font-size: 24px;
		line-height: 26px;
		padding: 28px 0 9px;
		border-bottom: 1px solid #c4c4c4;
		background-color: transparent;
		display: -ms-flex;
		display: flex;
		align-items: center;
	}

	.site-header .main-navigation ul#primary-menu > li:hover > a,
	.site-header .main-navigation ul#primary-menu > li > a:hover {
		background-color: transparent;
	}

	#page
		.site-header
		.main-navigation
		ul#primary-menu
		> li.current_page_item
		> a:after,
	#page
		.site-header
		.main-navigation
		ul#primary-menu
		> li.current-menu-item
		> a:after,
	#page
		.site-header
		.main-navigation
		ul#primary-menu
		> li.current-menu-parent
		> a:after,
	#page
		.site-header
		.main-navigation
		ul#primary-menu
		> li.current-menu-ancestor
		> a:after {
		content: "";
		height: 3px;
		background-color: #fdda1a;
		position: absolute;
		width: 100%;
		bottom: -3px;
		left: 0px;
	}

	/* Submenu */
	#page .site-header .main-navigation ul#primary-menu > li.has-submenu > a {
		position: relative;
	}

	#page
		.site-header
		.main-navigation
		ul#primary-menu
		> li.has-submenu
		> span {
		display: inline-block;
		width: 135px;
		height: 50px;
		background-image: url(../images/chevron-white.svg);
		background-position: 50% 50%;
		background-repeat: no-repeat;
		background-size: 20px auto;
		position: absolute;
		z-index: 1000;
		right: 0;
		top: 18px;
		margin: 0 -20px -5px;
		transition: transform 0.3s ease-in-out;
	}

	#page
		.site-header
		.main-navigation
		ul#primary-menu
		> li.has-submenu.active
		> span {
		transform: rotate(180deg);
	}

	#page
		.site-header
		.main-navigation
		ul#primary-menu
		> li.has-submenu.active
		> a:after {
		content: "";
		height: 3px;
		background-color: #fdda1a;
		position: absolute;
		width: 100%;
		bottom: -3px;
		left: 0px;
	}

	.site-header .main-navigation ul#primary-menu > li > ul.sub-menu {
		display: none;
		position: relative;
		min-width: inherit;
		padding: 15px 0;
		column-count: 1;
		background-color: rgba(255, 255, 255, 0.2);
		margin-top: 2px;
		border-bottom: 1px solid #c4c4c4;
	}

	.site-header
		.main-navigation
		ul#primary-menu
		> li.has-submenu.active
		> ul.sub-menu {
		display: block;
	}

	.site-header .main-navigation ul.sub-menu li > a,
	.site-header .main-navigation li.submenu-two-col ul.sub-menu li > a {
		padding: 15px 19px;
		font-size: 20px;
		line-height: 22px;
	}

	/* Search */
	.site-header .main-navigation ul#primary-menu > li.search {
		display: none;
	}

	#page .site-header .menu-search {
		top: -100%;
		left: 0;
		right: inherit;
		bottom: inherit;
		width: 100%;
		padding: 32px 35px;
		background-color: #1f1f1f;
		height: 100px;
		display: flex;
		-o-transition: 0.5s;
		-ms-transition: 0.5s;
		-moz-transition: 0.5s;
		-webkit-transition: 0.5s;
		transition: 0.5s;
	}

	#page .site-header .menu-search.active {
		top: 0px;
	}

	#page .site-header .menu-search.active .search-actions {
		margin: 0px;
		height: 36px;
	}

	body .site-header .menu-search .search-actions button.close span {
		transform: scale(1.4);
		background-image: url(../images/menu-close-white.svg);
	}

	#page .site-header .menu-search form {
		flex: 0 0 80%;
	}

	body.nav-toggled .site-header .menu-search {
		display: block;
	}

	#page .site-header .menu-search form {
		border-bottom-color: #fff;
		padding-bottom: 7px;
	}

	.site-header .menu-search form input[type="search"] {
		font-size: 16px;
		line-height: 18px;
		padding-right: 0;
		color: #fff;
	}

	.site-header .menu-search form div.cta {
		transform: translate(0px, 5px);
		margin-left: auto;
	}

	.site-header .menu-search form div.cta:after {
		display: none;
	}

	/*.site-header .menu-search { display:flex; }
        .site-header .menu-search form { flex:0 0 90%; }
		*/
	.site-header .menu-search form div.cta input[type="submit"] {
		color: #fff;
		text-indent: -9999px;
		width: 24px;
		height: 24px;
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-size: contain;
		background-image: url(../images/search-yellow.svg);
		background-color: transparent;
	}

	/* Minify Header */
	body:not(.nav-toggled) .site-header.shrink .site-branding {
		max-width: 90px;
	}

	body.nav-toggled .site-header.shrink .site-branding a {
		max-width: 90px;
	}

	body:not(.nav-toggled) .site-header.shrink .site-branding a {
		height: 90px;
		width: 90px;
	}

	body.nav-toggled .site-header.shrink .site-branding a {
		width: 90px;
		height: 90px;
	}

	/* Menu Actions */
	.site-header .menu-actions {
		display: -ms-flex;
		display: flex;
		height: 100px;
		margin-top: 0px;
	}

	/* Nav Toggled */
	body.nav-toggled .site-header,
	body.nav-toggled .site-header > .wrap {
		height: 100%;
	}

	/*body.nav-toggled .site-header .menu-actions button.search {
            opacity: 0;
        }*/

	/*--------------------------------------------------------------
    # Home
    --------------------------------------------------------------*/

	/* Hero */
	.home .hero-section {
		max-height: 468px !important;
	}

	.home .hero-section .hero-section-banner .wrap {
		padding-bottom: 44px;
		background: none;
		padding-top: inherit;
	}

	.home .hero-section .hero-section-banner .wrap {
		padding-top: 40px;
	}

	.home .hero-section h1 {
		line-height: 70px;
		font-size: 72px;
		letter-spacing: -0.02em;
	}

	.home .hero-section .scroll {
		padding-bottom: 28px;
	}

	/* Carousel */
	.home .site-main .block-carousel a.cta {
		margin-bottom: 95px; /* 115px */
		font-size: 18px;
	}

	.home .site-main .block-carousel li.slick-slide h2 {
		font-size: 33px;
		line-height: 35px;
		max-width: inherit;
		padding: 0 25px;
	}

	.home .site-main .block-carousel li.slick-slide p {
		font-size: 18px;
		line-height: 24px;
	}

	.home .site-main .block-carousel .slick-dots {
	}
	.home .site-main .block-carousel .slick-dots li {
	}
	.home .site-main .block-carousel .slick-dots li button {
	}

	.home .site-main .block-carousel .slick-arrow {
		background-position: 50% 50%;
	}

	/* Pinned News */
	.home .site-main .has-posts {
		padding-top: 80px;
		padding-bottom: 58px;
	}

	.home .site-main .has-posts .wrap {
		max-width: inherit;
	}

	.home .site-main .has-posts article {
		margin: 0 auto 40px;
	}

	/* Subpage Blocks */
	.home .site-main .block-subpages li {
		min-height: 300px; /*414px*/
		display: block;
		justify-content: inherit;
	}

	.home .site-main .block-subpages li:nth-child(even) {
		justify-content: inherit;
	}

	.home .site-main .block-subpages li .info {
		padding: 100px 50px 28px 24px;
		background: rgb(255, 255, 255);
		background: linear-gradient(
			180deg,
			rgba(255, 255, 255, 0) 20%,
			rgba(255, 255, 255, 0.7) 55%,
			rgba(255, 255, 255, 1) 85%
		);
		justify-content: flex-end;
		min-height: inherit;
	}

	.home .site-main .block-subpages li h2 {
		padding-bottom: 20px;
		font-size: 35px;
		line-height: 40px;
	}

	.home .site-main .block-subpages li {
		background-position: 70% 50%;
	}

	/* Footer */

	/*--------------------------------------------------------------
    # Professionals
    --------------------------------------------------------------*/

	/* Header */
	.post-type-archive-professional
		.site-header
		.menu-search.active
		.menu-actions
		button.menu
		span {
		background-image: url(../images/menu-close-white.svg);
	}

	.post-type-archive-professional #content {
		margin-top: 220px;
	}

	/* Search Professionals */
	.post-type-archive-professional #search-professionals {
		margin-bottom: 0;
	}

	.post-type-archive-professional #search-professionals form > ul {
		display: block;
		flex-wrap: inherit;
	}

	/* Search by name */
	.post-type-archive-professional
		#search-professionals
		form
		.sf-field-search {
		width: auto;
		margin-bottom: 30px;
		padding-bottom: 17px;
	}

	.post-type-archive-professional
		#search-professionals
		form
		.sf-field-search
		input {
		font-size: 20px;
		line-height: 33px;
	}

	/* Search by position */
	.post-type-archive-professional
		#search-professionals
		form
		.sf-field-taxonomy-professional_role {
		width: auto;
		margin-left: 0;
	}

	.post-type-archive-professional
		#search-professionals
		form
		.sf-field-taxonomy-professional_role
		h4 {
		font-size: 20px;
		line-height: 33px;
		padding-bottom: 17px;
	}

	.post-type-archive-professional
		#search-professionals
		form
		.sf-field-taxonomy-professional_role
		h4.active,
	.post-type-archive-professional
		#search-professionals
		form
		.sf-field-taxonomy-professional_role
		h4:hover {
		color: #6f6f6f;
	}

	.post-type-archive-professional
		#search-professionals
		form
		.sf-field-taxonomy-professional_role
		ul {
	}

	.post-type-archive-professional
		#search-professionals
		form
		.sf-field-taxonomy-professional_role
		ul
		li {
		width: auto;
	}

	.post-type-archive-professional
		#search-professionals
		form
		.sf-field-taxonomy-professional_role
		ul
		li:hover {
		color: #000;
		background-color: transparent;
	}

	.post-type-archive-professional
		#search-professionals
		form
		.sf-field-taxonomy-professional_role
		ul
		li
		label {
		padding-left: 23px;
		padding-right: 23px;
	}

	.post-type-archive-professional
		#search-professionals
		form
		.sf-field-taxonomy-professional_role
		ul
		li.sf-option-active
		label {
	}

	/* Letter search */
	.post-type-archive-professional
		#search-professionals
		form
		.sf-field-post-meta-letter_index
		ul {
		flex-wrap: wrap;
		justify-content: flex-start;
		padding-bottom: 20px;
	}

	.post-type-archive-professional #search-professionals form ul li {
		width: 11.11%;
		margin-bottom: 10px;
	}

	.post-type-archive-professional
		#search-professionals
		form
		.sf-field-post-meta-letter_index
		ul
		li:first-child {
		width: 100%;
	}

	.post-type-archive-professional
		#search-professionals
		form
		.sf-field-post-meta-letter_index
		ul
		li
		label {
		font-size: 22px;
		line-height: 38px;
	}

	/* Reset */
	.post-type-archive-professional #search-professionals form .sf-field-reset {
		padding-top: 5px;
	}

	.post-type-archive-professional
		#search-professionals
		form
		.sf-field-reset
		a {
	}

	/* Grid */
	.post-type-archive-professional ul.grid {
		display: block;
		flex-wrap: inherit;
		margin: 0;
	}

	.post-type-archive-professional .grid li {
		flex-basis: 0;
		min-width: inherit;
		margin-left: 0;
		margin-right: 0;
	}

	.post-type-archive-professional .grid li .image {
	}

	.post-type-archive-professional .grid li .image.has-bg {
		max-height: inherit;
		height: auto;
	}

	.post-type-archive-professional .grid li .image.has-bg:before {
	}

	.post-type-archive-professional .grid li .image img {
		max-width: inherit;
		width: 100%;
		transform: inherit;
		height: auto;
	}

	.post-type-archive-professional .grid li h2 {
	}

	.post-type-archive-professional .grid li h2,
	.post-type-archive-professional .grid li h2 a {
	}

	.post-type-archive-professional .grid li h5 {
	}
	.post-type-archive-professional .grid li p {
	}

	/*--------------------------------------------------------------
    # Single Professional
    --------------------------------------------------------------*/

	/* Hero */
	.single-professional .hero-section {
		max-height: inherit;
		height: auto;
	}

	.single-professional .hero-section .hero-section-banner {
		background: none !important;
		height: auto;
		align-items: inherit;
		display: block;
	}

	.single-professional .hero-section .hero-image {
		max-height: 400px;
		height: 100%;
		width: 100%;
		background-size: auto 468px;
		background-repeat: no-repeat;
		background-position: 76% 0;
		display: block;
	}

	.single-professional .hero-section .hero-image:after {
		content: "";
		display: block;
		padding-bottom: 120%;
	}

	.single-professional .hero-section .hero-section-banner .wrap {
		padding: 33px 24px 39px;
		background-color: #02617e;
		border-bottom: 4px solid #fdda1a;
		display: -ms-flex;
		display: flex;
		align-items: flex-end;
	}

	.single-professional .hero-section h1 {
		font-size: 44px;
		padding-bottom: 9px;
	}

	.single-professional .hero-section h5 {
		font-size: 26px;
		line-height: 37px;
		padding-bottom: 0;
	}

	.single-professional .hero-section p {
		font-size: 18px;
		line-height: 25px;
		font-weight: 500;
	}

	.single-professional .hero-links {
		display: block;
	}

	/* Content */
	.single-professional #main {
		padding-top: 0;
	}

	.single-professional .col-wrap .section-sidebar {
		max-width: inherit;
		width: auto;
		margin: 0 -25px;
		background-color: #e9f4f7;
		padding: 44px 25px;
		display: none;
	}

	.single-professional .col-wrap .section-sidebar.active {
		display: block;
	}

	.single-professional
		.col-wrap
		.section-sidebar
		.block-text:not(:first-child) {
		margin-top: 35px;
	}

	.single-professional .col-wrap .sidebar-trigger {
		display: block;
		margin: 0 -25px;
	}

	.single-professional .col-wrap .section-content {
		padding-top: 50px;
		flex: inherit;
	}

	.single-professional .block-experience,
	.single-professional .block-recognition,
	.single-professional .block-activities,
	.single-professional .block-news {
		margin-top: 35px;
	}

	/* Quote */
	.single-professional #page .block-quote blockquote {
		margin: 30px -25px 40px;
		padding: 54px 40px;
	}

	/* Activities */

	/*--------------------------------------------------------------
    # Practice Areas
    --------------------------------------------------------------*/

	/* Hero */
	.post-type-archive-practice-area .hero-section .hero-section-banner .wrap {
		padding-bottom: 44px;
	}

	/* Content */
	.post-type-archive-practice-area #main {
		padding-top: 44px;
		padding-bottom: 100px;
	}

	/* List */
	.post-type-archive-practice-area ul.list {
		column-count: 1;
		column-gap: 0;
	}

	.post-type-archive-practice-area ul.list > li:not(.column-break) {
		margin-bottom: 40px;
	}

	.post-type-archive-practice-area
		ul.list
		> li:not(.column-break):last-child {
		margin-bottom: 0;
	}

	.post-type-archive-practice-area ul.list > li .link {
		width: calc(100% - 60px);
	}

	.post-type-archive-practice-area ul.list > li > span {
	}
	.post-type-archive-practice-area ul.list ul {
	}

	.post-type-archive-practice-area ul.list ul li {
		font-size: 20px;
		line-height: 24px;
	}

	.post-type-archive-practice-area ul.list ul li:first-child {
	}
	.post-type-archive-practice-area ul.list ul li:last-child {
	}

	.post-type-archive-practice-area ul.list > li.column-break {
		display: none;
	}

	/*--------------------------------------------------------------
    # Single Practice Area
    --------------------------------------------------------------*

        /* Hero */
	.single-practice-area .hero-section h1 {
		min-height: inherit;
	}

	.single-practice-area .hero-section h1:only-child {
		padding-bottom: 0;
	}

	/* Content */
	.single-practice-area .col-wrap:only-child {
		padding-bottom: 52px;
	}

	/* Sidebar */
	.single-practice-area .col-wrap .section-sidebar {
		display: none;
	}

	/* Content */
	.single-practice-area .col-wrap .section-content {
		flex: inherit;
	}

	.single-practice-area .block-focus,
	.single-practice-area .block-experience,
	.single-practice-area .block-heads {
	}

	.single-practice-area .block-focus > h3,
	.single-practice-area .block-experience > h3 {
	}

	/* Areas of Focus */
	.single-practice-area .block-focus li.expand h5:hover:after {
		background: #fdda1a;
	}

	/* Experience */
	.single-practice-area .block-experience li:not(:last-child),
	.single-practice-area .block-experience p:not(:last-child) {
		margin-bottom: 20px;
	}

	/* Heads */
	.single-practice-area .block-heads ul {
		margin: 0;
		display: block;
		flex-wrap: inherit;
	}

	.single-practice-area .block-heads ul li {
		margin: 0;
		width: auto;
		flex-basis: inherit;
	}

	.single-practice-area .block-heads ul li:not(:last-child) {
		margin-bottom: 32px;
	}

	.single-practice-area .block-heads ul li .image img {
		width: 100%;
	}

	/* Related */
	.single-practice-area .block-related-wrap {
		margin-top: 52px;
	}

	.menu-search .menu-actions {
		height: 33px;
	}

	/*--------------------------------------------------------------
    # Case Studies
    --------------------------------------------------------------*/

	/* Header */
	.post-type-archive-case-study #content {
		margin-top: 220px;
	}

	/* Grid */
	.post-type-archive-case-study ul.grid {
		margin: 0;
		display: block;
		flex-wrap: inherit;
	}

	.post-type-archive-case-study ul.grid li {
		margin: 40px 0 0;
		width: 100%;
	}

	.post-type-archive-case-study ul.grid h5 {
		font-size: 20px;
		line-height: 25px;
	}

	.post-type-archive-case-study ul.grid h2 {
		min-height: 74px;
	}

	/*--------------------------------------------------------------
    # Single Case Study
    --------------------------------------------------------------*/

	/*--------------------------------------------------------------
    # About
    --------------------------------------------------------------*

        /* Block Text */
	.page-template-tm-about .section-content .block-text > p {
		font-size: 18px;
		line-height: 30px;
	}

	/* Accolades */
	.page-template-tm-about #page .block-accolades-wrap {
		padding-top: 53px;
		padding-bottom: 36px;
		margin-bottom: 52px;
	}

	.page-template-tm-about .block-accolades .slick-list {
		padding: 0;
		max-width: inherit;
	}

	.page-template-tm-about .block-accolades .slick-slider {
		padding-bottom: 65px;
	}

	.page-template-tm-about #page .block-accolades h2 {
		padding: 0 25px 50px;
	}

	.page-template-tm-about #page .block-accolades blockquote {
		padding: 0 38px 0 25px;
	}

	.page-template-tm-about #page .block-accolades blockquote p {
		margin-right: 0;
		margin-bottom: 55px;
	}

	.page-template-tm-about #page .block-accolades blockquote em {
		margin-left: 0;
		margin-right: 0;
	}

	/* Subpages */
	.page-template-tm-about .block-subpages li {
		display: block;
	}

	.page-template-tm-about .block-subpages li:nth-child(even) {
		flex-direction: inherit;
	}

	.page-template-tm-about .block-subpages li {
		padding-bottom: 27px;
		border-bottom: 1px solid #000;
	}

	.page-template-tm-about .block-subpages li:not(:last-child) {
		margin-bottom: 42px;
	}

	.page-template-tm-about .block-subpages li .image {
		width: 365px;
		height: 267px;
		max-width: 100%;
	}

	.page-template-tm-about .block-subpages li .info {
		margin-left: 0;
		margin-top: 38px;
		flex-grow: inherit;
		flex-shrink: inherit;
		flex-basis: inherit;
		flex-direction: inherit;
		justify-content: inherit;
		align-items: inherit;
		border-top: 0;
		display: block;
	}

	.page-template-tm-about .block-subpages li:nth-child(even) .info {
		margin: 38px 0 0 0;
	}

	.page-template-tm-about .block-subpages li .info h2 {
		padding-top: 0;
		padding-bottom: 0;
	}

	.page-template-tm-about .block-subpages li .info p {
		max-width: inherit;
		font-size: 20px;
		line-height: 30px;
	}

	.page-template-tm-about .block-subpages li .info a.cta {
		margin-top: 35px;
		line-height: 24px;
	}

	/*--------------------------------------------------------------
    # Diversity
    --------------------------------------------------------------*/

	/* Block Text */
	.page-diversity .section-content .block-text > p {
		font-size: 18px;
		line-height: 30px;
	}

	/*--------------------------------------------------------------
    # Careers
    --------------------------------------------------------------*/

	/* Content */

	/* Block Text */
	.page-careers .section-content .block-text > p {
		font-size: 16px;
		line-height: 24px;
	}

	/* Tabs */
	.page-careers .block-tabs-wrap {
		padding-top: 51px;
		padding-bottom: 36px;
	}

	.page-careers .block-tabs {
		display: block;
	}

	.page-careers .block-tabs ul {
		max-width: inherit;
	}

	.page-careers .block-tabs ul li:not(:last-child) {
		margin-bottom: 40px;
	}

	.page-careers .block-tabs h5 {
		position: relative;
	}

	.page-careers .block-tabs h5 a:hover {
		color: #363636;
	}

	.page-careers .block-tabs h5 a.active,
	.page-careers .block-tabs h5 a.active:hover {
		color: #02617e;
	}

	.page-careers .block-tabs h5 a span {
		display: block;
		width: 20px;
		height: 16px;
		position: absolute;
		top: 0;
		right: 0;
		margin-top: 10px;
		transition: transform 0.3s ease-in-out;
		background-image: url(../images/chevron.svg);
		background-position: 50% 50%;
		background-repeat: no-repeat;
		background-size: contain;
	}

	.page-careers .block-tabs h5 a.active span {
		transform: rotate(180deg);
	}

	.page-careers .block-tabs ul p {
		font-size: 16px;
		line-height: 24px;
		padding-top: 45px;
		padding-bottom: 45px;
		border-bottom: 1px solid #9f9f9f;
	}

	.page-careers .block-tabs ul li:first-child p {
		display: block;
	}

	.page-careers .block-tabs ul li:not(:first-child) p {
		display: none;
	}

	.page-careers .block-tabs > .descriptions {
		display: none;
		padding-left: 0;
		flex: inherit;
	}

	/* Carousel */
	.page-careers .block-carousel-wrap {
		padding-top: 43px;
		margin-bottom: 66px;
	}

	.page-careers .block-carousel .slick-list {
		max-width: inherit;
		width: auto;
	}

	.page-careers .block-carousel li.slick-slide {
		display: block;
		align-items: inherit;
		padding: 0 42px;
	}

	.page-careers .block-carousel li.slick-slide .image {
		width: 200px;
		height: 200px;
		margin: 0 auto 48px;
	}

	.page-careers .block-carousel li.slick-slide .quote {
		padding-left: 0;
		flex: inherit;
		text-align: center;
	}

	.page-careers .block-carousel li.slick-slide .quote h4 {
		font-size: 28px;
		line-height: 32px;
	}

	.page-careers .block-carousel li.slick-slide .quote h4:before {
		position: relative;
		width: auto;
		top: inherit;
		left: inherit;
		display: inline-block;
		line-height: 32px;
	}

	.page-careers .block-carousel li.slick-slide .quote h4:after {
		line-height: 32px;
	}

	.page-careers .block-carousel li.slick-slide .quote p {
		margin-top: 23px;
		font-size: 18px;
		line-height: 24px;
	}

	/* Benefits */
	.page-careers .block-benefits ul {
		column-count: 1;
		column-gap: 0;
		padding-top: 0;
		margin-bottom: 60px;
	}

	.page-careers .block-benefits ul li {
		width: auto;
		font-size: 16px;
		line-height: 24px;
		list-style: none;
		margin-left: 0;
		padding-bottom: 20px;
		border-bottom: 2px solid #9f9f9f;
	}

	.page-careers .block-benefits ul li:last-child {
		margin-bottom: 0;
	}

	/* Subpages */
	.page-careers .site-main .block-subpages-wrap {
		margin-top: 80px;
	}

	.page-careers .block-subpages ul {
		padding-bottom: 43px;
		margin: 0;
		display: block;
	}

	.page-careers .block-subpages li {
		width: auto;
		margin: 0 0 84px;
	}

	.page-careers .block-subpages li:last-child {
		margin-bottom: 0;
	}

	.page-careers .block-subpages li .image a {
		height: 266px;
	}

	.page-careers .block-subpages li .info h3 {
		padding-left: 0;
		min-height: 74px;
	}

	.page-careers .block-subpages li .info a.cta {
	}

	/*--------------------------------------------------------------
    # Contact
    --------------------------------------------------------------*/

	/* Header */
	.page-contact #content {
		margin-top: 220px;
	}

	.page-contact .section-content h1.page-title {
		margin-bottom: 17px;
	}

	/* Info */
	.page-contact .contact-info {
		padding-right: 0;
	}

	/* Map */
	.page-contact .acf-map {
		margin-top: 36px;
		height: 280px !important;
	}

	/*--------------------------------------------------------------
    # News
    --------------------------------------------------------------*/

	/* Header */
	.blog #content {
		margin-top: 220px;
	}

	/* News & Events */
	.blog .query-group {
		padding-top: 45px;
	}

	.blog .query-group > h2 {
		padding-bottom: 26px;
	}

	.blog .query-group:not(:first-of-type) {
	}

	.blog .query-group .view-all {
		margin-top: 13px;
	}

	.blog .query-group .view-all:hover {
		color: #6f6f6f;
	}

	.blog .query-group .view-all:after,
	.blog .query-group .view-all:hover:after {
		background: #fdda1a;
		transition: none;
	}

	/* Post News */
	.has-posts article:not(.category-events) {
		max-width: inherit;
		margin: 0 0 40px 0;
	}

	.has-posts article:not(.category-events) .post-info {
		flex-wrap: wrap;
	}

	.has-posts article:not(.category-events) .post-info p {
		font-size: 18px;
		line-height: 26px;
		width: 100%;
	}

	.has-posts article:not(.category-events) .post-info h5:not(.source) {
		margin-left: 0;
		width: 50%;
		padding-right: 15px;
	}

	.has-posts article:not(.category-events) .post-info h5.source {
		margin-left: auto;
		width: 50%;
		text-align: right;
	}

	.has-posts article:not(.category-events) .post-info h5,
	.has-posts article:not(.category-events) .post-info h5.source {
		font-size: 21px;
		line-height: 26px;
	}

	/* Post Event */
	.events-query .articles {
		display: block;
		flex-wrap: inherit;
		align-items: inherit;
		margin: 0;
	}

	.events-query .articles .past-banner {
		padding-top: 95px;
		padding-bottom: 24px;
		margin-bottom: 44px;
	}

	.has-posts article.category-events {
		margin: 0;
		padding-bottom: 27px;
		border-bottom: 1px solid #000;
		width: auto;
	}

	.has-posts article.category-events:not(:last-child) {
		margin-bottom: 42px;
	}

	.has-posts article.category-events .image a {
		height: 274px;
	}

	.has-posts article.category-events .info {
		margin-top: 22px;
	}

	.has-posts article.category-events .info h3 {
		padding-right: 0;
		min-height: 74px;
	}

	.has-posts article.category-events .link p {
	}

	/* Pagination */
	.pagination .wp-pagenavi span,
	.pagination .wp-pagenavi a:not(.nextpostslink):not(.previouspostslink) {
		font-size: 23px;
		line-height: 28px;
	}

	.pagination .wp-pagenavi a.previouspostslink:after,
	.pagination .wp-pagenavi a.nextpostslink:before {
		display: none;
	}

	.pagination .wp-pagenavi a.previouspostslink,
	.pagination .wp-pagenavi a.nextpostslink {
		display: none;
	}

	/*--------------------------------------------------------------
    # Archive
    --------------------------------------------------------------*/

	/* Header */
	.archive:not(.post-type-archive) #content {
		margin-top: 220px;
	}

	/* Post Event on Archive */
	.archive:not(.post-type-archive) .has-posts article.category-events {
		display: block;
		flex-direction: inherit;
		padding-bottom: 26px;
		margin-bottom: 37px;
	}

	.archive:not(.post-type-archive) .has-posts article.category-events .image {
		max-width: inherit;
		margin-bottom: 40px;
	}

	.archive:not(.post-type-archive) .has-posts article.category-events .info {
		flex: inherit;
		padding-right: 0;
	}

	.archive:not(.post-type-archive)
		.has-posts
		article.category-events
		.info
		h2 {
		min-height: 72px;
	}

	.archive:not(.post-type-archive) .has-posts article.category-events .link {
		display: block;
	}

	.archive:not(.post-type-archive)
		.has-posts
		article.category-events
		.link
		p {
		font-size: 18px;
		line-height: 25px;
		margin-right: 0;
	}

	.archive:not(.post-type-archive)
		.has-posts
		article.category-events
		.link
		p:first-child {
		font-weight: 700;
	}

	.archive:not(.post-type-archive)
		.has-posts
		article.category-events
		.block-text {
		margin-top: 40px;
	}

	/* Search Form */
	.archive #search-news {
		margin-bottom: 36px;
	}

	.archive #search-news form > ul {
		display: block;
		flex-wrap: inherit;
	}

	/* Search Field */
	.archive #search-news form .sf-field-search {
		margin-bottom: 27px;
	}

	.archive #search-news form .sf-field-search label {
	}

	.archive #search-news form .sf-field-search input {
		font-size: 20px;
		line-height: 33px;
	}

	/* Radio (used as dropdown) */
	.archive #search-news form *[data-sf-field-input-type="radio"] {
		width: 100%;
		margin-right: 0;
		margin-bottom: 27px;
	}

	.archive #search-news form *[data-sf-field-input-type="radio"] h4 {
		font-size: 20px;
		line-height: 33px;
	}

	.archive #search-news form *[data-sf-field-input-type="radio"] h4.active,
	.archive #search-news form *[data-sf-field-input-type="radio"] h4:hover {
		color: #6f6f6f;
	}

	/* Reset */

	/* Archive News */

	/*--------------------------------------------------------------
    # Single News
    --------------------------------------------------------------*/

	/* Header */
	.single-post #content {
		margin-top: 220px;
	}

	/* Content */
	.single-post .has-posts article {
		margin: 45px 0 32px;
	}

	.single-post .has-posts article .post-title h2 {
		padding-bottom: 20px;
	}

	.single-post .has-posts article .post-title .author {
		font-size: 16px;
		line-height: 26px;
	}

	.single-post .has-posts article .post-info {
		column-count: 2;
		display: flex;
		flex-direction: row;
	}

	.single-post .has-posts article .post-info p:first-child {
		margin-bottom: 5px;
		flex: 1 1 100%;
	}

	.single-post .has-posts article .post-info p,
	.single-post .has-posts article .post-info h5:not(.source) {
		flex: 0 0 50%;
		padding-right: 0;
	}

	.single-post .has-posts article .post-info .links {
		/*flex-wrap: wrap;
            justify-content: flex-end;
			*/
		display: none; /* remove share on mobile */
	}

	.single-post .has-posts article .post-info .pdf {
		margin-right: 0;
		padding-right: 30px;
		margin-bottom: 9px;
		border-right: 0;
		width: 100%;
		justify-content: flex-end;
		background-position: 100% 50%;
	}

	.single-post .has-posts article .post-info .share {
		width: 100%;
		justify-content: flex-end;
		position: inherit;
	}

	.single-post .has-posts article .post-info .share ul {
		right: 0;
	}

	.single-post .has-posts article .image {
		margin-bottom: 30px;
	}

	.single-post .has-posts .cta:before {
		top: 4px;
	}

	.single-post .has-posts .view-all:hover {
		color: #6f6f6f;
	}

	.single-post .has-posts .view-all:after,
	.single-post .has-posts .view-all:hover:after {
		background: #fdda1a;
		transition: none;
	}

	/*--------------------------------------------------------------
    # Search Results
    --------------------------------------------------------------*/

	/* Header */
	body.search-results #content {
		margin-top: 220px;
	}

	body.search-results .section-content h1.page-title {
		margin-bottom: 17px;
	}

	/* Filters */
	body.search-results #search-filters {
		padding-top: 20px;
		position: relative;
	}

	body.search-results #search-filters form {
		margin-bottom: 27px;
		border-bottom: 1px solid #6f6f77;
	}

	body.search-results .keywords-trigger {
		display: block;
		font-size: 20px;
		line-height: 33px;
		padding: 0 0 20px 0;
		border-bottom: 1px solid #6f6f77;
		color: #6f6f6f;
		font-family: open-sans, sans-serif;
		font-weight: 400;
		font-style: normal;
		display: -ms-flex;
		display: flex;
		position: relative;
		align-items: center;
		cursor: pointer;
	}

	body.search-results .keywords-trigger:after {
		content: "";
		display: block;
		background-repeat: no-repeat;
		background-position: 100% 50%;
		background-size: 20px auto;
		width: 20px;
		height: 20px;
		background-image: url(../images/chevron.svg);
		transition: 0.2s;
		position: absolute;
		right: 0;
	}

	body.search-results .keywords-trigger.active:after {
		transform: rotate(180deg);
	}

	body.search-results #search-keywords {
		display: none;
		margin: 0;
		position: absolute;
		z-index: 1000;
		left: 0;
		padding: 0;
		width: 100%;
		border: 0;
		box-shadow: 0 4px 5px rgba(0, 0, 0, 0.16);
		background-color: #e9f4f7;
	}

	body.search-results #search-keywords.active {
		display: block;
	}

	body.search-results #search-keywords li,
	body.search-results #search-keywords li a {
		color: #000000;
		font-size: 20px;
		line-height: 33px;
	}

	body.search-results #search-keywords li,
	body.search-results #search-keywords li:not(:last-child) {
		margin: 0;
	}

	body.search-results #search-keywords li a {
		padding: 12px 31px;
		width: 100%;
		display: block;
		border-bottom: 0;
	}

	body.search-results #search-keywords li a:hover {
		border-bottom: 0;
	}

	body.search-results #search-keywords li a.active {
		border-bottom: 0;
		background-color: #fdda1a;
	}

	/* Results */
	body.search-results .section-content > .wrap {
	}

	body.search-results .query-group:not(:last-child) {
		padding-bottom: 70px;
	}

	body.search-results .query-group .group-title {
		padding-bottom: 19px;
	}

	body.search-results .query-group article:not(.professional):last-child {
		border-bottom: 0;
		margin-bottom: 0;
		padding-bottom: 0;
	}

	body.search-results
		.query-group
		article:not(.professional):nth-of-type(n + 4) {
	}

	body.search-results .query-group article:not(.professional) h3 {
		padding-bottom: 9px;
	}

	body.search-results .query-group article:not(.professional) p:not(.date) {
	}

	body.search-results .query-group article:not(.professional) p.date {
		font-size: 18px;
		line-height: 26px;
	}

	body.search-results .query-group article:not(.professional) h5 {
	}

	body.search-results .query-group#professional-query .articles {
		display: block;
		flex-wrap: inherit;
		margin: 0;
	}

	body.search-results .query-group#professional-query article.professional {
		margin: 0 0 40px;
		width: auto;
	}

	/*--------------------------------------------------------------
    # Terms of Use
    --------------------------------------------------------------*/

	/* Header */
	.page-terms-of-use #content {
		margin-top: 220px;
	}

	.page-terms-of-use .section-content h1.page-title {
		margin-bottom: 17px;
	}

	/*--------------------------------------------------------------
    # Error
    --------------------------------------------------------------*/

	/*--------------------------------------------------------------
    # Footer
    --------------------------------------------------------------*/

	.site-footer .wrap {
		padding-bottom: 54px;
		display: block;
		flex-wrap: inherit;
		align-items: inherit;
		max-width: inherit;
	}

	/* Info */
	#footer-info {
		margin-bottom: 60px;
	}

	#footer-info img {
		margin-bottom: 17px;
	}

	#footer-info .address,
	#footer-info .phone,
	#footer-info .email {
		font-size: 15px;
		line-height: 19px;
	}

	#footer-info .address {
		column-count: 1;
	}

	/* Navigation */
	#footer-navigation {
		margin-left: 0;
	}

	#footer-navigation ul {
		column-count: 1;
		column-gap: 0;
		padding-top: 18px;
		border-top: 1px solid #fff;
		display: -ms-flex;
		display: flex;
		flex-wrap: wrap;
	}

	#footer-navigation ul li {
		margin-bottom: 14px;
		width: 50%;
	}

	#footer-navigation ul li a {
		font-size: 16px;
		line-height: 18px;
	}

	#footer-navigation ul span {
		display: block;
		width: 100%;
		height: 1px;
		background-color: #fff;
		margin-bottom: 22px;
		margin-top: 4px;
	}

	#footer-navigation ul li.light {
		margin-bottom: 0;
	}

	/* Copyright */
	#footer-copyright {
		margin-top: 54px;
		flex-direction: column-reverse;
		align-items: inherit;
	}

	#footer-copyright p:first-child {
		font-size: 15px;
		line-height: 23px;
		margin-top: 47px;
	}

	#footer-copyright p:last-child {
		margin-left: 0;
		font-size: 16px;
		line-height: 21px;
		max-width: inherit;
	}

	/* Cookies Bar */
	body #cookies {
		bottom: -132px;
	}

	#cookies .cookies-wrap {
		display: block;
		align-items: inherit;
	}

	#cookies p {
		width: auto;
		margin-bottom: 20px;
	}

	#cookies .links {
		margin-left: inherit;
	}

	#cookies .links a:hover {
		background-color: rgba(255, 255, 255, 0.1);
	}
}

/*
  ##Device = Most of Smartphones (Landscape)
  ##Screen = B/w 320px to 767px
*/
@media only screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
	.home .hero-section {
		height: auto;
	}
}

/*
  ##Device = Tablets
  ##Screen = B/w 768px to 1203px
*/
@media only screen and (min-width: 768px) and (max-width: 1203px) {
	/*--------------------------------------------------------------
    # Typography
    --------------------------------------------------------------*/

	body,
	button,
	input,
	select,
	optgroup,
	textarea {
		font-size: 16px;
		line-height: 24px;
	}

	h1 {
		font-size: 52px;
		line-height: 54px;
	}

	h2 {
		font-size: 40px;
		line-height: 37px;
	}

	h3 {
		font-size: 32px;
		line-height: 32px;
	}

	h4 {
		font-size: 27px;
		line-height: 35px;
	}

	h5 {
		font-size: 23px;
		line-height: 26px;
	}

	p,
	li {
		font-size: 16px;
		line-height: 24px;
	}

	p.large,
	li.large {
		font-size: 20px;
		line-height: 30px;
	}

	/*--------------------------------------------------------------
    # Links
    --------------------------------------------------------------*/

	a {
		transition: none !important;
	}

	.cta {
		font-size: 18px;
		line-height: 24px;
	}

	.cta:after,
	.cta:hover:after {
		transition: none;
		height: 13px;
	}

	/*--------------------------------------------------------------
    # Media
    --------------------------------------------------------------*/

	/*--------------------------------------------------------------
    # Forms
    --------------------------------------------------------------*/

	input[type],
	textarea {
		transiton: none;
	}

	/*--------------------------------------------------------------
    # Structure
    --------------------------------------------------------------*/

	#main {
		max-width: inherit;
		background-color: transparent;
		box-shadow: none;
		margin: 0;
		padding-bottom: 103px;
		padding-top: 50px;
	}

	.wrap {
		max-width: inherit;
		padding-left: 31px;
		padding-right: 31px;
	}

	/* Sections */
	/* Hero */
	.home .hero-section {
		max-height: 468px !important;
		height: auto;
		min-height: inherit;
	}

	.home .site-main .section-content.has-carousel {
		margin-top: 0px;
	}

	.home .site-main .block-carousel {
		position: relative;
		max-height: 50vh;
	}
	.hero-section .hero-section-banner .wrap {
		padding-bottom: 52px;
	}

	.hero-section h1 {
		max-width: 425px;
	}

	.hero-section h4 {
		max-width: 425px;
		font-size: 32px;
		line-height: 34px;
	}

	.hero-section h5 {
		padding-bottom: 8px;
	}

	.hero-links {
		bottom: 26px;
		left: inherit;
		right: 31px;
		padding: 0;
		max-width: inherit;
		width: auto;
		margin: 0;
	}

	.hero-links a {
		opacity: 0.8;
		display: block;
	}

	.hero-links a:not(:last-child) {
		margin-right: 0;
	}

	.hero-links a:not(:first-child) {
		margin-top: 24px;
	}

	/* Page Title */
	h1.page-title {
		margin-top: 0;
		padding-bottom: 57px;
	}

	/* Content */
	.col-wrap {
		display: block;
	}

	.section-content .wrap:not(:last-child) {
	}
	.section-content p:not(:last-of-type) {
	}

	.section-content h2 {
		padding-top: 16px;
	}

	.section-content h3 {
		padding-bottom: 19px;
	}

	/* Quotes */
	#page blockquote {
		margin: 30px -31px 40px;
		padding: 54px 40px;
	}

	#page blockquote p {
		margin-left: 0;
	}

	#page blockquote p:first-child {
		font-size: 30px;
		line-height: 34px;
	}

	#page blockquote p:first-child:before {
		top: 1px;
	}

	#page blockquote p:first-child:after {
		line-height: 0;
	}

	/* <HR> */

	/* Block Text */
	.section-content .block-text {
		max-width: inherit;
	}

	.section-content .block-text p {
		padding-right: 78px;
	}

	.section-content .block-text a:hover {
		border-bottom: 2px solid #fdda1a;
	}

	.section-content .block-text.highlight > p:first-of-type {
		font-size: 20px;
		line-height: 30px;
	}

	.section-content .block-text.display-more.active .more {
		margin-top: 26px;
	}

	.section-content .block-text.display-more .more:hover {
		color: #6f6f6f;
	}

	/* Block Related */
	.block-related-wrap {
		margin-top: 52px;
	}

	.block-related {
		padding-top: 42px;
		padding-bottom: 38px;
	}

	.block-related .wrap {
		align-items: flex-start;
	}

	.block-related h5 {
		max-width: 198px;
		margin-right: 15px;
		width: auto;
		font-size: 27px;
		line-height: 30px;
		display: block;
	}

	.block-related h3 a {
		font-size: 32px;
		line-height: 34px;
		background-image: linear-gradient(to bottom, #fdda1a 0%, #fdda1a 100%);
		background-position: 0 26px;
		background-repeat: no-repeat;
		display: inline;
	}

	.block-related h3 a:after {
		left: -4px;
		height: 17px;
	}

	.block-related h3 a:before {
		content: "";
		display: block;
		height: 17px;
		z-index: -1;
		width: 100%;
		position: absolute;
		left: -4px;
		top: 26px;
		background-color: #fdda1a;
	}

	/*--------------------------------------------------------------
    # Header
    --------------------------------------------------------------*/

	.site-branding {
		padding: 0px 25px;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 145px;
		position: absolute;
		box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
		-o-transition: 0.3s;
		-ms-transition: 0.3s;
		-moz-transition: 0.3s;
		-webkit-transition: 0.3s;
		transition: 0.3s;
		max-width: inherit;
	}

	body:not(.nav-toggled) .site-header.shrink {
		height: 115px;
	}

	body.scrolled .site-branding {
		background: #00607f;
		box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	}

	.site-branding a {
		width: 125px;
		height: 125px;
	}

	.site-header .main-navigation {
		display: none;
		width: 100%;
		background: #02617e;
		top: 0;
		left: 0;
		margin: 0;
		position: fixed;
		height: 100vh;
		flex: inherit;
	}

	.site-header .main-navigation .primary-menu-wrap {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 100%;
	}

	.site-header .main-navigation ul#primary-menu {
		display: block;
		float: none;
		overflow: hidden;
		width: 100%;
		padding: 140px 83px;
	}

	.site-header .main-navigation ul#primary-menu > li:not(:first-child) {
		margin-left: 0;
	}

	#page .site-header .main-navigation ul#primary-menu > li {
		padding: 0 35px;
	}

	#page .site-header .main-navigation ul#primary-menu > li > a {
		color: #fff;
		font-size: 24px;
		line-height: 26px;
		padding: 28px 0 9px;
		border-bottom: 1px solid #c4c4c4;
		background-color: transparent;
		display: -ms-flex;
		display: flex;
		align-items: center;
	}

	.site-header .main-navigation ul#primary-menu > li:hover > a,
	.site-header .main-navigation ul#primary-menu > li > a:hover {
		background-color: transparent;
	}

	#page
		.site-header
		.main-navigation
		ul#primary-menu
		> li.current_page_item
		> a:after,
	#page
		.site-header
		.main-navigation
		ul#primary-menu
		> li.current-menu-item
		> a:after,
	#page
		.site-header
		.main-navigation
		ul#primary-menu
		> li.current-menu-parent
		> a:after,
	#page
		.site-header
		.main-navigation
		ul#primary-menu
		> li.current-menu-ancestor
		> a:after {
		content: "";
		height: 3px;
		background-color: #fdda1a;
		position: absolute;
		width: 100%;
		bottom: -3px;
		left: 0px;
	}

	/* Submenu */
	#page .site-header .main-navigation ul#primary-menu > li.has-submenu > a {
		position: relative;
	}

	#page
		.site-header
		.main-navigation
		ul#primary-menu
		> li.has-submenu
		> span {
		display: inline-block;
		width: 135px;
		height: 50px;
		background-image: url(../images/chevron-white.svg);
		background-position: 50% 50%;
		background-repeat: no-repeat;
		background-size: 20px auto;
		position: absolute;
		z-index: 1000;
		right: 0;
		top: 18px;
		margin: 0 -20px -5px;
		transition: transform 0.3s ease-in-out;
	}

	#page
		.site-header
		.main-navigation
		ul#primary-menu
		> li.has-submenu.active
		> span {
		transform: rotate(180deg);
	}

	#page
		.site-header
		.main-navigation
		ul#primary-menu
		> li.has-submenu.active
		> a:after {
		content: "";
		height: 3px;
		background-color: #fdda1a;
		position: absolute;
		width: 100%;
		bottom: -3px;
		left: 0px;
	}

	.site-header .main-navigation ul#primary-menu > li > ul.sub-menu {
		display: none;
		position: relative;
		min-width: inherit;
		padding: 15px 0;
		column-count: 1;
		background-color: rgba(255, 255, 255, 0.2);
		margin-top: 2px;
		border-bottom: 1px solid #c4c4c4;
	}

	.site-header
		.main-navigation
		ul#primary-menu
		> li.has-submenu.active
		> ul.sub-menu {
		display: block;
	}

	.site-header .main-navigation ul.sub-menu li > a,
	.site-header .main-navigation li.submenu-two-col ul.sub-menu li > a {
		padding: 15px 19px;
		font-size: 20px;
		line-height: 22px;
	}

	/* Search */
	.site-header .main-navigation ul#primary-menu > li.search {
		display: none;
	}

	.site-header .menu-search .menu-actions {
		margin-top: 0px;
	}

	#page .site-header .menu-search {
		bottom: inherit;
		left: 0;
		right: inherit;
		top: -150px;
		width: 100%;
		display: flex;
		height: 145px;
		padding: 50px 40px;
		background-color: #1f1f1f;
	}
	#page .site-header .menu-search.active {
		top: 0px;
	}

	body.nav-toggled .site-header .menu-search {
		display: block;
	}

	#page .site-header .menu-search form {
		border-bottom-color: #fff;
		padding-bottom: 8px;
		width: 100%;
	}

	.site-header .menu-search form input[type="search"] {
		font-size: 24px;
		line-height: 26px;
		padding-right: 0;
		color: #fff;
	}

	.site-header .menu-search form div.cta {
		transform: inherit;
		margin-left: auto;
	}

	.site-header .menu-search form div.cta:after {
		display: none;
	}

	.site-header .menu-search form div.cta input[type="submit"] {
		color: #fff;
		text-indent: -9999px;
		width: 24px;
		height: 24px;
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-size: contain;
		background-image: url(../images/search-yellow.svg);
		background-color: transparent;
	}

	/* Minify Header */
	body:not(.nav-toggled) .site-header.shrink .site-branding {
		max-width: 90px;
	}

	body.nav-toggled .site-header.shrink .site-branding a {
		max-width: 90px;
	}

	body:not(.nav-toggled) .site-header.shrink .site-branding a {
		height: 90px;
		width: 90px;
	}

	body.nav-toggled .site-header.shrink .site-branding a {
		width: 90px;
		height: 90px;
	}

	/* Menu Actions */
	.site-header .menu-actions {
		display: -ms-flex;
		display: flex;
	}

	/* Nav Toggled */
	body.nav-toggled .site-header,
	body.nav-toggled .site-header > .wrap {
		height: 100%;
	}

	/*body.nav-toggled .site-header .menu-actions button.search {
            opacity: 0;
        }*/

	/*--------------------------------------------------------------
    # Home
    --------------------------------------------------------------*/

	/* Hero */
	.home .hero-section .hero-section-banner .wrap {
		padding-top: 40px;
	}

	.home .hero-section h1 {
		line-height: 70px;
		font-size: 72px;
		letter-spacing: -0.02em;
	}

	.home .hero-section .scroll {
		padding-bottom: 70px;
	}

	/* Carousel */
	.home .site-main .block-carousel a.cta {
		margin-bottom: 115px;
		font-size: 18px;
	}

	.home .site-main .block-carousel li.slick-slide h2 {
		font-size: 40px;
		line-height: 42px;
		max-width: inherit;
		padding: 0 31px;
		margin-top: -150px;
	}

	.home .site-main .block-carousel li.slick-slide p {
		font-size: 18px;
		line-height: 24px;
	}

	.home .site-main .block-carousel .slick-dots {
	}
	.home .site-main .block-carousel .slick-dots li {
	}
	.home .site-main .block-carousel .slick-dots li button {
	}

	.home .site-main .block-carousel .slick-arrow {
		background-position: 50% 50%;
	}

	/* Pinned News */
	.home .site-main .has-posts {
		padding-top: 80px;
		padding-bottom: 58px;
	}

	.home .site-main .has-posts .wrap {
		max-width: inherit;
	}

	.home .site-main .has-posts article {
		margin: 0 auto 40px;
	}

	/* Subpage Blocks */
	.home .site-main .block-subpages li {
		min-height: 414px;
		display: block;
		justify-content: inherit;
	}

	.home .site-main .block-subpages li:nth-child(even) {
		justify-content: inherit;
	}

	.home .site-main .block-subpages li .info {
		padding: 66px 50px 58px 24px;
		background: rgb(255, 255, 255);
		background: linear-gradient(
			180deg,
			rgba(255, 255, 255, 0) 40%,
			rgba(255, 255, 255, 1) 63%
		);
		min-height: 414px;
		justify-content: flex-end;
	}

	.home .site-main .block-subpages li h2 {
		padding-bottom: 20px;
		font-size: 35px;
		line-height: 40px;
	}

	/* Footer */

	/*--------------------------------------------------------------
    # Professionals
    --------------------------------------------------------------*/

	/* Header */
	.post-type-archive-professional
		.site-header
		.menu-search.active
		.menu-actions
		button.menu
		span {
		background-image: url(../images/menu-close-white.svg);
	}

	.post-type-archive-professional #content {
		margin-top: 220px;
	}

	/* Search Professionals */
	.post-type-archive-professional #search-professionals {
		margin-bottom: 0;
	}

	.post-type-archive-professional #search-professionals form > ul {
		display: block;
		flex-wrap: inherit;
	}

	/* Search by name */
	.post-type-archive-professional
		#search-professionals
		form
		.sf-field-search {
		width: auto;
		margin-bottom: 30px;
		padding-bottom: 17px;
	}

	.post-type-archive-professional
		#search-professionals
		form
		.sf-field-search
		input {
		font-size: 20px;
		line-height: 33px;
	}

	/* Search by position */
	.post-type-archive-professional
		#search-professionals
		form
		.sf-field-taxonomy-professional_role {
		width: auto;
		margin-left: 0;
	}

	.post-type-archive-professional
		#search-professionals
		form
		.sf-field-taxonomy-professional_role
		h4 {
		font-size: 20px;
		line-height: 33px;
		padding-bottom: 17px;
	}

	.post-type-archive-professional
		#search-professionals
		form
		.sf-field-taxonomy-professional_role
		h4.active,
	.post-type-archive-professional
		#search-professionals
		form
		.sf-field-taxonomy-professional_role
		h4:hover {
		color: #6f6f6f;
	}

	.post-type-archive-professional
		#search-professionals
		form
		.sf-field-taxonomy-professional_role
		ul {
	}

	.post-type-archive-professional
		#search-professionals
		form
		.sf-field-taxonomy-professional_role
		ul
		li {
		width: auto;
	}

	.post-type-archive-professional
		#search-professionals
		form
		.sf-field-taxonomy-professional_role
		ul
		li:hover {
		color: #000;
		background-color: transparent;
	}

	.post-type-archive-professional
		#search-professionals
		form
		.sf-field-taxonomy-professional_role
		ul
		li
		label {
		padding-left: 23px;
		padding-right: 23px;
	}

	.post-type-archive-professional
		#search-professionals
		form
		.sf-field-taxonomy-professional_role
		ul
		li.sf-option-active
		label {
	}

	/* Letter search */
	.post-type-archive-professional
		#search-professionals
		form
		.sf-field-post-meta-letter_index
		ul {
		flex-wrap: wrap;
		justify-content: flex-start;
		padding-bottom: 20px;
	}

	.post-type-archive-professional #search-professionals form ul li {
		width: 7.14%;
		margin-bottom: 10px;
	}

	.post-type-archive-professional
		#search-professionals
		form
		.sf-field-post-meta-letter_index
		ul
		li:first-child {
		width: 100%;
	}

	.post-type-archive-professional
		#search-professionals
		form
		.sf-field-post-meta-letter_index
		ul
		li
		label {
		font-size: 22px;
		line-height: 38px;
	}

	/* Reset */
	.post-type-archive-professional #search-professionals form .sf-field-reset {
		padding-top: 5px;
	}

	.post-type-archive-professional
		#search-professionals
		form
		.sf-field-reset
		a {
	}

	/* Grid */
	.post-type-archive-professional .grid li {
		min-width: calc(50% - 30px);
	}

	.post-type-archive-professional .grid li .image.has-bg {
		max-height: 248px;
	}

	/*--------------------------------------------------------------
    # Single Professional
    --------------------------------------------------------------*/

	/* Hero */
	.single-professional .hero-section .hero-section-banner .wrap {
		padding-bottom: 106px;
	}

	.single-professional .hero-section .hero-section-banner {
	}

	.single-professional .hero-section .hero-section-banner .wrap {
	}

	.single-professional .hero-section h1 {
		font-size: 57px;
		line-height: 61px;
		padding-bottom: 9px;
	}

	.single-professional .hero-section h5 {
		font-size: 29px;
		line-height: 37px;
		padding-bottom: 0;
	}

	.single-professional .hero-section p {
		font-size: 18px;
		line-height: 25px;
		font-weight: 500;
	}

	.single-professional .hero-links {
		bottom: 0;
		left: 0;
		right: inherit;
		padding: 0 31px 31px;
	}

	.single-professional .hero-links a {
		display: inline-block;
	}

	.single-professional .hero-links a:not(:last-child) {
		margin-right: 20px;
	}

	/* Content */
	.single-professional #main {
		padding-top: 0;
	}

	.single-professional .col-wrap .section-sidebar {
		max-width: inherit;
		width: auto;
		margin: 0 -31px;
		background-color: #e9f4f7;
		padding: 44px 31px;
		display: none;
	}

	.single-professional .col-wrap .section-sidebar.active {
		display: block;
		column-count: 2;
		column-gap: 50px;
	}

	.single-professional .col-wrap .section-sidebar .block-text:first-child {
		display: block;
	}

	.single-professional
		.col-wrap
		.section-sidebar
		.block-text:not(:first-child) {
		margin-top: 0;
	}

	.single-professional .col-wrap .section-sidebar .block-text:last-child {
		margin-top: 35px;
	}

	.single-professional .col-wrap .sidebar-trigger {
		display: block;
		margin: 0 -31px;
	}

	.single-professional .col-wrap .section-content {
		padding-top: 50px;
		flex: inherit;
	}

	.single-professional .block-experience,
	.single-professional .block-recognition,
	.single-professional .block-activities,
	.single-professional .block-news {
		margin-top: 35px;
	}

	/* Quote */
	.single-professional #page .block-quote blockquote {
		margin: 30px -31px 40px;
		padding: 54px 40px;
	}

	/* Activities */

	/*--------------------------------------------------------------
    # Practice Areas
    --------------------------------------------------------------*/

	/* Hero */
	.post-type-archive-practice-area .hero-section .hero-section-banner .wrap {
		padding-bottom: 44px;
	}

	/* Content */
	.post-type-archive-practice-area #main {
		padding-top: 44px;
		padding-bottom: 100px;
	}

	/* List */
	.post-type-archive-practice-area ul.list {
		column-count: 1;
		column-gap: 0;
	}

	.post-type-archive-practice-area ul.list > li:not(.column-break) {
		margin-bottom: 40px;
	}

	.post-type-archive-practice-area
		ul.list
		> li:not(.column-break):last-child {
		margin-bottom: 0;
	}

	.post-type-archive-practice-area ul.list > li .link {
		width: calc(100% - 60px);
	}

	.post-type-archive-practice-area ul.list > li > span {
	}
	.post-type-archive-practice-area ul.list ul {
	}

	.post-type-archive-practice-area ul.list ul li {
		font-size: 20px;
		line-height: 24px;
	}

	.post-type-archive-practice-area ul.list ul li:first-child {
	}
	.post-type-archive-practice-area ul.list ul li:last-child {
	}

	.post-type-archive-practice-area ul.list > li.column-break {
		display: none;
	}

	/*--------------------------------------------------------------
    # Single Practice Area
    --------------------------------------------------------------*

        /* Hero */
	.single-practice-area .hero-section h1 {
		min-height: inherit;
	}

	.single-practice-area .hero-section h1:only-child {
		padding-bottom: 0;
	}

	/* Content */
	.single-practice-area .col-wrap:only-child {
		padding-bottom: 52px;
	}

	/* Sidebar */
	.single-practice-area .col-wrap .section-sidebar {
		display: none;
	}

	/* Content */
	.single-practice-area .col-wrap .section-content {
		flex: inherit;
	}

	.single-practice-area .block-focus,
	.single-practice-area .block-experience,
	.single-practice-area .block-heads {
	}

	.single-practice-area .block-focus > h3,
	.single-practice-area .block-experience > h3 {
	}

	/* Areas of Focus */
	.single-practice-area .block-focus li.expand h5:hover:after {
		background: #fdda1a;
	}

	/* Experience */
	.single-practice-area .block-experience li:not(:last-child),
	.single-practice-area .block-experience p:not(:last-child) {
		margin-bottom: 20px;
	}

	/* Heads */

	/* Related */
	.single-practice-area .block-related-wrap {
		margin-top: 52px;
	}

	/*--------------------------------------------------------------
    # Case Studies
    --------------------------------------------------------------*/

	/* Header */
	.post-type-archive-case-study #content {
		margin-top: 220px;
	}

	/* Grid */
	.post-type-archive-case-study ul.grid {
		margin: 0;
		display: block;
		flex-wrap: inherit;
	}

	.post-type-archive-case-study ul.grid li {
		margin: 40px 0 0;
		width: 100%;
	}

	.post-type-archive-case-study ul.grid h5 {
		font-size: 20px;
		line-height: 25px;
	}

	.post-type-archive-case-study ul.grid h2 {
		min-height: 74px;
	}

	/*--------------------------------------------------------------
    # Single Case Study
    --------------------------------------------------------------*/

	/*--------------------------------------------------------------
    # About
    --------------------------------------------------------------*

        /* Block Text */
	.page-template-tm-about .section-content .block-text > p {
		font-size: 18px;
		line-height: 30px;
	}

	/* Accolades */
	.page-template-tm-about #page .block-accolades-wrap {
		padding-top: 53px;
		padding-bottom: 36px;
		margin-bottom: 52px;
	}

	.page-template-tm-about .block-accolades .slick-list {
		padding: 0;
		max-width: inherit;
	}

	.page-template-tm-about .block-accolades .slick-slider {
		padding-bottom: 65px;
	}

	.page-template-tm-about #page .block-accolades h2 {
		padding: 0 31px 50px;
	}

	.page-template-tm-about #page .block-accolades blockquote {
		padding: 0 87px 0 99px;
	}

	.page-template-tm-about #page .block-accolades blockquote p {
		margin-right: 0;
		margin-bottom: 20px;
	}

	.page-template-tm-about #page .block-accolades blockquote em {
		margin-left: 0;
		margin-right: 0;
	}

	.page-template-tm-about #page .block-accolades .slick-arrow {
		background-position: 100% 50%;
	}

	.page-template-tm-about .block-accolades .slick-arrow.slick-prev {
		left: 31px;
	}

	.page-template-tm-about .block-accolades .slick-arrow.slick-next {
		right: 31px;
	}

	/* Subpages */
	.page-template-tm-about .block-subpages li {
		display: block;
	}

	.page-template-tm-about .block-subpages li:nth-child(even) {
		flex-direction: inherit;
	}

	.page-template-tm-about .block-subpages li {
		padding-bottom: 27px;
		border-bottom: 1px solid #000;
	}

	.page-template-tm-about .block-subpages li:not(:last-child) {
		margin-bottom: 42px;
	}

	.page-template-tm-about .block-subpages li .image {
		width: auto;
		height: 516px;
	}

	.page-template-tm-about .block-subpages li .info {
		margin-left: 0;
		margin-top: 38px;
		flex-grow: inherit;
		flex-shrink: inherit;
		flex-basis: inherit;
		flex-direction: inherit;
		justify-content: inherit;
		align-items: inherit;
		border-top: 0;
		display: block;
	}

	.page-template-tm-about .block-subpages li:nth-child(even) .info {
		margin: 38px 0 0 0;
	}

	.page-template-tm-about .block-subpages li .info h2 {
		padding-top: 0;
		padding-bottom: 0;
	}

	.page-template-tm-about .block-subpages li .info p {
		max-width: inherit;
		font-size: 20px;
		line-height: 30px;
	}

	.page-template-tm-about .block-subpages li .info a.cta {
		margin-top: 35px;
		line-height: 24px;
	}

	/*--------------------------------------------------------------
    # Diversity
    --------------------------------------------------------------*/

	/* Block Text */
	.page-diversity .section-content .block-text > p {
		font-size: 18px;
		line-height: 30px;
	}

	/*--------------------------------------------------------------
    # Careers
    --------------------------------------------------------------*/

	/* Content */

	/* Block Text */
	.page-careers .section-content .block-text > p {
		font-size: 16px;
		line-height: 24px;
	}

	/* Tabs */
	.page-careers .block-tabs-wrap {
		padding-top: 51px;
		padding-bottom: 36px;
	}

	.page-careers .block-tabs {
		display: block;
	}

	.page-careers .block-tabs ul {
		max-width: inherit;
	}

	.page-careers .block-tabs ul li:not(:last-child) {
		margin-bottom: 40px;
	}

	.page-careers .block-tabs h5 {
		position: relative;
	}

	.page-careers .block-tabs h5 a:hover {
		color: #363636;
	}

	.page-careers .block-tabs h5 a.active,
	.page-careers .block-tabs h5 a.active:hover {
		color: #02617e;
	}

	.page-careers .block-tabs h5 a span {
		display: block;
		width: 20px;
		height: 16px;
		position: absolute;
		top: 0;
		right: 0;
		margin-top: 10px;
		transition: transform 0.3s ease-in-out;
		background-image: url(../images/chevron.svg);
		background-position: 50% 50%;
		background-repeat: no-repeat;
		background-size: contain;
	}

	.page-careers .block-tabs h5 a.active span {
		transform: rotate(180deg);
	}

	.page-careers .block-tabs ul p {
		font-size: 16px;
		line-height: 24px;
		padding-top: 45px;
		padding-bottom: 45px;
		border-bottom: 1px solid #9f9f9f;
	}

	.page-careers .block-tabs ul li:first-child p {
		display: block;
	}

	.page-careers .block-tabs ul li:not(:first-child) p {
		display: none;
	}

	.page-careers .block-tabs > .descriptions {
		display: none;
		padding-left: 0;
		flex: inherit;
	}

	/* Carousel */
	.page-careers .block-carousel-wrap {
		padding-top: 43px;
		margin-bottom: 66px;
	}

	.page-careers .block-carousel .slick-list {
		max-width: inherit;
		width: auto;
	}

	.page-careers .block-carousel li.slick-slide {
		display: block;
		align-items: inherit;
		padding: 0 42px;
	}

	.page-careers .block-carousel li.slick-slide .image {
		width: 200px;
		height: 200px;
		margin: 0 auto 48px;
	}

	.page-careers .block-carousel li.slick-slide .quote {
		padding-left: 0;
		flex: inherit;
		text-align: center;
	}

	.page-careers .block-carousel li.slick-slide .quote h4 {
		font-size: 28px;
		line-height: 32px;
	}

	.page-careers .block-carousel li.slick-slide .quote h4:before {
		position: relative;
		width: auto;
		top: inherit;
		left: inherit;
		display: inline-block;
		line-height: 32px;
	}

	.page-careers .block-carousel li.slick-slide .quote h4:after {
		line-height: 32px;
	}

	.page-careers .block-carousel li.slick-slide .quote p {
		margin-top: 23px;
		font-size: 18px;
		line-height: 24px;
	}

	/* Benefits */
	.page-careers .block-benefits ul {
		column-count: 1;
		column-gap: 0;
		padding-top: 0;
		margin-bottom: 60px;
	}

	.page-careers .block-benefits ul li {
		width: auto;
		font-size: 16px;
		line-height: 24px;
		list-style: none;
		margin-left: 0;
		padding-bottom: 20px;
		border-bottom: 2px solid #9f9f9f;
	}

	.page-careers .block-benefits ul li:last-child {
		margin-bottom: 0;
	}

	/* Subpages */
	.page-careers .site-main .block-subpages-wrap {
		margin-top: 68px;
	}

	.page-careers .block-subpages ul {
		padding-bottom: 43px;
		margin: 0;
		display: block;
	}

	.page-careers .block-subpages li {
		width: auto;
		padding-bottom: 0;
		border-bottom: 0;
		margin: 0 0 36px;
		display: -ms-flex;
		display: flex;
	}

	.page-careers .block-subpages li:nth-child(even) {
		flex-direction: row-reverse;
	}

	.page-careers .block-subpages li:last-child {
		margin-bottom: 0;
	}

	.page-careers .block-subpages li .image {
		padding-right: 32px;
	}

	.page-careers .block-subpages li:nth-child(even) .image {
		padding-right: 0;
		padding-left: 32px;
	}

	.page-careers .block-subpages li .image a {
		width: 340px;
		height: 249px;
	}

	.page-careers .block-subpages li .info {
		padding-bottom: 40px;
		border-bottom: 2px solid #9f9f9f;
		display: -ms-flex;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		flex: auto;
		margin: 0;
		padding-top: 46px;
	}

	.page-careers .block-subpages li .info h3 {
		padding-left: 0;
		min-height: 78px;
	}

	.page-careers .block-subpages li .info a.cta {
		margin-top: auto;
	}

	/*--------------------------------------------------------------
    # Contact
    --------------------------------------------------------------*/

	/* Header */
	.page-contact #content {
		margin-top: 220px;
	}

	.page-contact .section-content h1.page-title {
		margin-bottom: 17px;
	}

	/* Info */
	.page-contact .contact-info {
		padding-right: 0;
	}

	/* Map */
	.page-contact .acf-map {
		margin-top: 40px;
		height: 474px !important;
	}

	/*--------------------------------------------------------------
    # News
    --------------------------------------------------------------*/

	/* Header */
	.blog #content {
		margin-top: 220px;
	}

	/* News & Events */
	.blog .query-group {
		padding-top: 45px;
	}

	.blog .query-group > h2 {
		padding-bottom: 26px;
	}

	.blog .query-group:not(:first-of-type) {
	}

	.blog .query-group .view-all {
		margin-top: 13px;
	}

	.blog .query-group .view-all:hover {
		color: #6f6f6f;
	}

	.blog .query-group .view-all:after,
	.blog .query-group .view-all:hover:after {
		background: #fdda1a;
		transition: none;
	}

	/* Post News */
	.has-posts article:not(.category-events) {
		max-width: inherit;
		margin: 0 0 40px 0;
	}

	.has-posts article:not(.category-events) .post-info {
		flex-wrap: wrap;
	}

	.has-posts article:not(.category-events) .post-info p {
		font-size: 18px;
		line-height: 26px;
		width: 100%;
	}

	.has-posts article:not(.category-events) .post-info h5:not(.source) {
		margin-left: 0;
		width: 50%;
		padding-right: 15px;
	}

	.has-posts article:not(.category-events) .post-info h5.source {
		margin-left: auto;
		width: 50%;
		text-align: right;
	}

	.has-posts article:not(.category-events) .post-info h5,
	.has-posts article:not(.category-events) .post-info h5.source {
		font-size: 21px;
		line-height: 26px;
	}

	/* Post Event */
	.events-query .articles {
	}

	.events-query .articles .past-banner {
		padding-top: 103px;
		padding-bottom: 24px;
		margin-bottom: 44px;
	}

	.has-posts article.category-events {
		width: calc(50% - 30px);
	}

	.has-posts article.category-events:not(:last-child) {
		margin-bottom: 42px;
	}

	.has-posts article.category-events .image a {
		height: 274px;
	}

	.has-posts article.category-events .info {
		margin-top: 22px;
	}

	.has-posts article.category-events .info h3 {
		padding-right: 0;
		min-height: 96px;
	}

	.has-posts article.category-events .link p {
	}

	/* Pagination */
	.pagination .wp-pagenavi span,
	.pagination .wp-pagenavi a:not(.nextpostslink):not(.previouspostslink) {
		font-size: 23px;
		line-height: 28px;
	}

	.pagination .wp-pagenavi a.previouspostslink:after,
	.pagination .wp-pagenavi a.nextpostslink:before {
		display: none;
	}

	.pagination .wp-pagenavi a.previouspostslink,
	.pagination .wp-pagenavi a.nextpostslink {
		display: none;
	}

	/*--------------------------------------------------------------
    # Archive
    --------------------------------------------------------------*/

	/* Header */
	.archive:not(.post-type-archive) #content {
		margin-top: 220px;
	}

	/* Post Event on Archive */
	.archive:not(.post-type-archive) .has-posts article.category-events {
		display: block;
		flex-direction: inherit;
		padding-bottom: 26px;
		margin-bottom: 37px;
	}

	.archive:not(.post-type-archive) .has-posts article.category-events .image {
		max-width: inherit;
		margin-bottom: 40px;
	}

	.archive:not(.post-type-archive) .has-posts article.category-events .info {
		flex: inherit;
		padding-right: 0;
	}

	.archive:not(.post-type-archive)
		.has-posts
		article.category-events
		.info
		h2 {
		min-height: 72px;
	}

	.archive:not(.post-type-archive)
		.has-posts
		article.category-events
		.link
		p {
		font-size: 18px;
		line-height: 25px;
	}

	.archive:not(.post-type-archive)
		.has-posts
		article.category-events
		.link
		p:first-child {
		font-weight: 700;
	}

	.archive:not(.post-type-archive)
		.has-posts
		article.category-events
		.block-text {
		margin-top: 40px;
	}

	/* Search Form */
	.archive #search-news {
		margin-bottom: 36px;
	}

	.archive #search-news form > ul {
		display: block;
		flex-wrap: inherit;
	}

	/* Search Field */
	.archive #search-news form .sf-field-search {
		margin-bottom: 27px;
	}

	.archive #search-news form .sf-field-search label {
	}

	.archive #search-news form .sf-field-search input {
		font-size: 20px;
		line-height: 33px;
	}

	/* Radio (used as dropdown) */
	.archive #search-news form *[data-sf-field-input-type="radio"] {
		width: 100%;
		margin-right: 0;
		margin-bottom: 27px;
	}

	.archive #search-news form *[data-sf-field-input-type="radio"] h4 {
		font-size: 20px;
		line-height: 33px;
	}

	.archive #search-news form *[data-sf-field-input-type="radio"] h4.active,
	.archive #search-news form *[data-sf-field-input-type="radio"] h4:hover {
		color: #6f6f6f;
	}

	/* Reset */

	/* Archive News */

	/*--------------------------------------------------------------
    # Single News
    --------------------------------------------------------------*/

	/* Header */
	.single-post #content {
		margin-top: 220px;
	}

	/* Content */
	.single-post .has-posts article {
		margin: 45px 0 32px;
	}

	.single-post .has-posts article .post-title h2 {
		padding-bottom: 20px;
	}

	.single-post .has-posts article .post-title .author {
		font-size: 16px;
		line-height: 26px;
	}

	.single-post .has-posts article .post-info p,
	.single-post .has-posts article .post-info h5:not(.source) {
		width: auto;
		margin-right: 60px;
	}

	.single-post .has-posts article .post-info .share ul {
		right: 0;
	}

	.single-post .has-posts article .image {
		margin-bottom: 30px;
	}

	.single-post .has-posts .cta:before {
		top: 4px;
	}

	.single-post .has-posts .view-all:hover {
		color: #6f6f6f;
	}

	.single-post .has-posts .view-all:after,
	.single-post .has-posts .view-all:hover:after {
		background: #fdda1a;
		transition: none;
	}

	/*--------------------------------------------------------------
    # Search Results
    --------------------------------------------------------------*/

	/* Header */
	body.search-results #content {
		margin-top: 220px;
	}

	body.search-results .section-content h1.page-title {
		margin-bottom: 17px;
	}

	/* Filters */
	body.search-results #search-filters {
		padding-top: 20px;
		position: relative;
	}

	body.search-results #search-filters form {
		margin-bottom: 27px;
		border-bottom: 1px solid #6f6f77;
	}

	body.search-results .keywords-trigger {
		display: block;
		font-size: 20px;
		line-height: 33px;
		padding: 0 0 20px 0;
		border-bottom: 1px solid #6f6f77;
		color: #6f6f6f;
		font-family: open-sans, sans-serif;
		font-weight: 400;
		font-style: normal;
		display: -ms-flex;
		display: flex;
		position: relative;
		align-items: center;
		cursor: pointer;
	}

	body.search-results .keywords-trigger:after {
		content: "";
		display: block;
		background-repeat: no-repeat;
		background-position: 100% 50%;
		background-size: 20px auto;
		width: 20px;
		height: 20px;
		background-image: url(../images/chevron.svg);
		transition: 0.2s;
		position: absolute;
		right: 0;
	}

	body.search-results .keywords-trigger.active:after {
		transform: rotate(180deg);
	}

	body.search-results #search-keywords {
		display: none;
		margin: 0;
		position: absolute;
		z-index: 1000;
		left: 0;
		padding: 0;
		width: 100%;
		border: 0;
		box-shadow: 0 4px 5px rgba(0, 0, 0, 0.16);
		background-color: #e9f4f7;
	}

	body.search-results #search-keywords.active {
		display: block;
	}

	body.search-results #search-keywords li,
	body.search-results #search-keywords li a {
		color: #000000;
		font-size: 20px;
		line-height: 33px;
	}

	body.search-results #search-keywords li,
	body.search-results #search-keywords li:not(:last-child) {
		margin: 0;
	}

	body.search-results #search-keywords li a {
		padding: 12px 31px;
		width: 100%;
		display: block;
		border-bottom: 0;
	}

	body.search-results #search-keywords li a:hover {
		border-bottom: 0;
	}

	body.search-results #search-keywords li a.active {
		border-bottom: 0;
		background-color: #fdda1a;
	}

	/* Results */
	body.search-results .section-content > .wrap {
	}

	body.search-results .query-group:not(:last-child) {
		padding-bottom: 70px;
	}

	body.search-results .query-group .group-title {
		padding-bottom: 19px;
	}

	body.search-results .query-group article:not(.professional):last-child {
		border-bottom: 0;
		margin-bottom: 0;
		padding-bottom: 0;
	}

	body.search-results
		.query-group
		article:not(.professional):nth-of-type(n + 4) {
	}

	body.search-results .query-group article:not(.professional) h3 {
		padding-bottom: 9px;
	}

	body.search-results .query-group article:not(.professional) p:not(.date) {
	}

	body.search-results .query-group article:not(.professional) p.date {
		font-size: 18px;
		line-height: 26px;
	}

	body.search-results .query-group article:not(.professional) h5 {
	}

	body.search-results .query-group#professional-query .articles {
	}

	body.search-results .query-group#professional-query article.professional {
		width: calc(50% - 30px);
	}

	/*--------------------------------------------------------------
    # Terms of Use
    --------------------------------------------------------------*/

	/* Header */
	.page-terms-of-use #content {
		margin-top: 220px;
	}

	.page-terms-of-use .section-content h1.page-title {
		margin-bottom: 17px;
	}

	/*--------------------------------------------------------------
    # Error
    --------------------------------------------------------------*/

	/*--------------------------------------------------------------
    # Footer
    --------------------------------------------------------------*/

	.site-footer .wrap {
		padding-bottom: 54px;
		display: block;
		flex-wrap: inherit;
		align-items: inherit;
		max-width: inherit;
	}

	/* Info */
	#footer-info {
		margin-bottom: 60px;
	}

	#footer-info img {
		margin-bottom: 17px;
	}

	#footer-info .address,
	#footer-info .phone,
	#footer-info .email {
		font-size: 15px;
		line-height: 19px;
	}

	/* Navigation */
	#footer-navigation {
		margin-left: 0;
	}

	#footer-navigation ul {
		padding-top: 18px;
		padding-bottom: 18px;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
	}

	#footer-navigation ul li a {
		font-size: 16px;
		line-height: 18px;
	}

	#footer-navigation ul span {
		display: none;
	}

	/* Copyright */
	#footer-copyright {
		margin-top: 43px;
		flex-direction: column-reverse;
		align-items: inherit;
	}

	#footer-copyright p:first-child {
		font-size: 15px;
		line-height: 23px;
		margin-top: 47px;
	}

	#footer-copyright p:last-child {
		margin-left: 0;
		font-size: 16px;
		line-height: 21px;
		max-width: inherit;
	}

	/* Cookies Bar */
	body #cookies {
		bottom: -118px;
	}

	#cookies .cookies-wrap {
		display: block;
		align-items: inherit;
	}

	#cookies p {
		width: auto;
		margin-bottom: 20px;
	}

	#cookies .links {
		margin-left: inherit;
	}

	#cookies .links a:hover {
		background-color: rgba(255, 255, 255, 0.1);
	}
}

/*
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1203px
*/
@media only screen and (min-width: 768px) and (max-width: 1203px) and (orientation: landscape) {
	.hero-section {
		height: 80vh;
		min-height: 450px;
	}
}

/*
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1203px
*/
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
	.hero-section {
		height: 50vh;
		min-height: inherit;
	}
}
