/*
Theme Name: MTG
Theme URI: https://mtgfs.com/
DESCRIPTION: MTG custom Wordpress theme
Version: 1.0
Author: Tonya Lawrence / webheads.co.uk
Author URI: https://webheads.co.uk
Tags: MTG
*/

/** reset **/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video,button{border:0;outline: none;font-size:100%;font:inherit;background: transparent; vertical-align:baseline;margin:0;padding:0}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
body{line-height:1; -webkit-font-smoothing:antialiased;-webkit-text-size-adjust:100%}
ol,ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:''; content:none;}
table{border-collapse:collapse;border-spacing:0}

@font-face {
    font-family: 'Outfit';
    src: url('/wp/wp-content/themes/mtgfs/fonts/Outfit-Light.woff2') format('woff2'),
        url('/wp/wp-content/themes/mtgfs/fonts/Outfit-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Outfit';
    src: url('/wp/wp-content/themes/mtgfs/fonts/Outfit-Regular.woff2') format('woff2'),
        url('/wp/wp-content/themes/mtgfs/fonts/Outfit-Regular.woff') format('woff');
    font-weight: normal; /** 400 **/
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Outfit';
    src: url('/wp/wp-content/themes/mtgfs/fonts/Outfit-Medium.woff2') format('woff2'),
        url('/wp/wp-content/themes/mtgfs/fonts/Outfit-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Outfit';
    src: url('/wp/wp-content/themes/mtgfs/fonts/Outfit-SemiBold.woff2') format('woff2'),
        url('/wp/wp-content/themes/mtgfs/fonts/Outfit-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

:root {
      --outfit:"Outfit", sans-serif;
      --navy: #26383E;
      --navy2: #26323E;
      --red: #DC1D33;
      --grey: #74858B;
      --white: #fff;
    /**
  --grey: #4D4D4D;
  --grey-bkg: #F5F5F4;
  --purple: #301D41;
  --cian: #45C2CC;
  --yellow: #FABD30;
  --outfit:"stolzl", sans-serif;
  **/
}

/**
color:var(--yellow)
font-family:var(--alderwood)
background-color:var(--dark-greenop)
**/

/* general */

#overall-wrapper { overflow:hidden; }
#overall-wrapper.noscroll { /** height: 100vh; **/ overflow: hidden; }
html.noscroll, html.noscroll body { overflow: hidden; position: relative; /** height: 100%; **/ }

html,body { /** overflow-x: hidden; **/   -webkit-tap-highlight-color: rgba(0,0,0,0); }
html { /** overflow-y: scroll; **/  overflow-y: scroll; }

body::-webkit-scrollbar, body *::-webkit-scrollbar { width: 10px; }
body::-webkit-scrollbar-thumb, body *::-webkit-scrollbar-thumb { background-color: var(--navy); }
body::-webkit-scrollbar-track, body *::-webkit-scrollbar-track { background: var(--white); }
body *::-webkit-scrollbar { width: 7px; }

/** below copied to wp-admin.css - START **/

body { font: normal 1.125rem/140% var(--outfit); background: var(--white); color: var(--grey); }

* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
img, canvas, figure { max-width: 100%; height: auto; }

strong { font-weight: bold; }
em { font-style: italic; }

h1, h2, h3, h4, h5, h6, p { padding: 0 0 25px 0; }
h1, h2, h3, h4, h5, h6, .h1_styler, .h2_styler, .h3_styler { color: var(--navy); }
h1, .h1_styler { font-weight: 600; font-size: 4.5rem; line-height: 125%; /** letter-spacing: -0.01em; **/ text-transform: uppercase; padding: 0 0 40px 0; } 
h2, .h2_styler { font-weight: 400; font-size: 3.125rem; line-height: 125%; letter-spacing: -0.01em; position: relative; padding: 0 0 70px 0; } 
h2::after, .h2_styler::after { content: ''; position: absolute; height: 7px; width: 89px; background: var(--red); bottom: 44px; left: 0; }
h3, .h3_styler { font-weight: 400; font-size: 1.875rem; font-size: 2rem; line-height: 125%; letter-spacing: -0.01em;  } 
h4 {  }
h5 {  }
p {  }
a { color: var(--navy2); font-weight: 600; text-underline-offset: 4px; text-decoration: underline; transition: all .3s ease; -o-transition: all .3s ease; -moz-transition: all .3s ease; -webkit-transition: all .3s ease;    -webkit-font-smoothing: antialiased; }
a:hover { text-decoration: none; }
	a[href^="tel:"] { text-decoration: none !important; cursor: default; }

ul, ol { margin: 0 0 0 14px; padding: 0 0 20px 0; }
ul { list-style: disc; margin: 0 0 0 20px; }
ol { list-style: decimal; margin: 0 0 0 18px; }
ul li, ol li { padding: 0 0 10px 0; margin: 0;  padding: 0 0 5px 0; }
ul ul { padding: 10px 0 0 0; }
ul ul li { padding: 0 0 10px 0; }

table { margin: 0 0 15px 0; }
table td, table th { padding: 10px 5px; }

hr {  }

::-moz-selection { background-color: var(--red); color: #fff; }
::selection { background-color: var(--red); color: #fff; }

.clearfix { zoom: 1; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }

.button_cta, .button > a { display:inline-block; font-weight: 600; line-height: 16px; font-size: 0.875rem; text-transform: uppercase; letter-spacing: 0.1em; padding:16px 22px; text-align:center; text-decoration: none; color:var(--red); border: 2px solid var(--red); }
.button_cta:hover, .button > a:hover { background-color: var(--red); color: var(--white); }

.button > a { background-color: var(--red); color: var(--white); }
.button > a:hover { background: transparent; color: var(--red); }

.link_cta { font-weight: 600; font-size: 1rem; letter-spacing: 0.08em; text-decoration-color: var(--red); text-transform: uppercase; text-underline-offset: 7px; text-decoration-thickness: 2px; }

.margin_adjust { margin-bottom: -25px; display: block;}

/** below copied to wp-admin.css - END **/

/** general layout **/

.container { margin: 0 auto; width: 100%; padding: 0 65px; }
.container_capped { max-width:1530px; }

input, textarea, .page_accordion_left article { transition: all .3s ease; -o-transition: all .3s ease; -moz-transition: all .3s ease; -webkit-transition: all .3s ease; }

a.view-article { display: none; }

.clear { clear: both; }
.float_left, .alignleft { float: left; margin: 5px 35px 10px 0; }
.float_right, .alignright { float: right; margin: 5px 0 10px 35px; }
.no_padding { padding: 0; }

.embed-container { position: relative; height: 0; overflow: hidden; padding-bottom: 56.25%; /* 16x9 Aspect Ratio */  max-width: 100%; height: auto; }
.embed-container-4x3 { padding-bottom: 75%; /* 4x3 Aspect Ratio */ }
.embed-container-square { padding-bottom: 100%; }
.embed-container-mobile { padding-bottom: 132%; }
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top:0; left: 0; width: 100%; height: 100%; }
    .embed-container-wrapper { margin-top: 20px; margin-bottom: 40px; }

.disable_select { -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; }

.pag_nav { display: block; clear: both; text-align: center; }
.pag_nav a { text-decoration: none; }

/** general form styles **/

form { margin: 0; }

input { outline: none !important; }
input, select, textarea { -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; }
input.text, select, textarea,  .sf-field-search input { padding: 10px 15px; margin: 0; border: 1px solid #fff; outline: none; background-color: #fff; font: inherit; }
select { /** min-height: 43px; padding: 0 10px; **/ }
label {  }
input.text, textarea, select { -webkit-appearance: none; -moz-appearance: none; appearance: none; }
input[type='submit'] { -webkit-appearance: none; -moz-appearance: none; appearance: none; }

::-webkit-input-placeholder { color: #333F48 !important; }
:-moz-placeholder { /* Firefox 18- */ color: #333F48 !important; }
::-moz-placeholder {  /* Firefox 19+ */ color: #333F48 !important; }
:-ms-input-placeholder { color: #333F48 !important; }

/** contact form **/

.form_list { margin: 0 auto; padding: 0; list-style: none; list-style-image: none; /** max-width: 380px;  **/ }
.form_list li { margin: 0; padding: 0 0 19px 0; display: block; }
.form_list li label {  }
.form_list li .text, .form_list li textarea, .form_list li select { width: 100%; display: block; padding-top: 10px; padding-bottom: 10px; }
.form_list li .text.wpcf7-not-valid { border-color: #E30428 !important; }
.form_list li textarea { height: 120px; }
.form_list li.form_button { padding: 0; }
.form_list li.form_button input {  }

.form_list li select, .searchandfilter select { -webkit-appearance: none; -moz-appearance: none; appearance: none; display: block; width: 100%; background: url(/wp-content/themes/osbornes/images/arrow-down-select.png) 100% 50% no-repeat #fff; background-size: auto 9px; padding-right: 35px; }
.form_list li select::-ms-expand, .searchandfilter select::-ms-expand { display: none; }

.wpcf7-not-valid-tip { display: block; padding: 5px 0 0 0;  display: none !important; }
.wpcf7-not-valid-tip, .wpcf7-not-valid-tip * {  }
form.invalid .wpcf7-not-valid { /** background: #fbe122;  border: 1px solid #fbe122; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; **/ }

.wpcf7 form .wpcf7-response-output { clear: both; border: none; margin: 0; color: #269FC7; padding: 20px 0 0 0; text-align: left; font-weight: bold; }
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output { color: #E10600; font-weight: bold; }

.form-hidden-fields { display: none !important; }
.ajax-loader { display: none !important; }

/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none;
    -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent;  padding: 0; margin: 0; }
.slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; top: 0; left: 0; display: block; }
.slick-track:before, .slick-track:after { display: table; content: ''; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px;  padding: 0; margin: 0; }
[dir='rtl'] .slick-slide { float: right; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }

.slick-arrow { z-index: 10; z-index: 3; background: url(/wp-content/themes/exagen/images/scroller-left.svg) center no-repeat; background-size: 50px 50px; border: none; outline: none; text-indent: -9999px; width: 50px; height: 50px; cursor: pointer;  transition: all .3s ease; -o-transition: all .3s ease; -moz-transition: all .3s ease; -webkit-transition: all .3s ease; }
.slick-arrow:hover {  }
.slick-prev.slick-arrow {  }
.slick-next.slick-arrow { background-image: url(/wp-content/themes/exagen/images/scroller-right.svg); }
.slick-prev.slick-arrow.slick-disabled { background-image: url(/wp-content/themes/exagen/images/scroller-left-inactive.svg); }
.slick-next.slick-arrow.slick-disabled { background-image: url(/wp-content/themes/exagen/images/scroller-right-inactive.svg); }

.slick-dots { margin: 0; padding: 35px 0 0 0; list-style: none; list-style-image: none; display:flex; align-items:center; justify-content:center; gap: 0 14px; }
.slick-dots li { margin: 0; padding: 0 !important; width: auto !important; float: none !important; }
.slick-dots li button { cursor: pointer; background: rgba(255,255,255,0.3); text-indent: -9999px; outline: none; border: none; padding: 0; width: 10px; height: 10px; line-height: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; transition: all .3s ease; -o-transition: all .3s ease; -moz-transition: all .3s ease; -webkit-transition: all .3s ease; }
.slick-dots li button:hover, .slick-dots li.slick-active button { background: var(--cian); }


.wobble { -webkit-animation: wobble 2.5s ease-out; -webkit-animation-iteration-count: infinite; }
@-webkit-keyframes wobble {
    0% {-webkit-transform: translate3d(0, 0, 0); }
    50% {-webkit-transform: translate3d(0, -10px, 0); }
    100% {-webkit-transform: translate3d(0, 0, 0); }    
}

    .hamburger { padding: 0; display: flex; gap: 0 10px; align-items: center; cursor: pointer; transition-property: opacity, filter; transition-duration: 0.15s; transition-timing-function: linear; font: inherit; color: inherit; text-transform: none; background-color: transparent; border: 0; margin: 0; overflow: visible; }
    .hamburger:hover { /** opacity: 0.7; **/ }
    .hamburger.is-active {  }

    .hamburger-box { width: 26px; height: 11px; top: 1px; display: inline-block; position: relative; }

    .hamburger-inner { display: block; top: 50%; top: 0; }
    .hamburger-inner, .hamburger-inner::after { width: 26px; height: 2px; background-color: #fff; position: absolute; transition-property: transform; transition-duration: 0.15s; transition-timing-function: ease; }
    .hamburger-inner::after { content: ""; display: block; }
    .hamburger-inner::after { bottom: -8px; }

    .hamburger--spin .hamburger-inner { transition-duration: 0.22s; transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
    .hamburger--spin .hamburger-inner::after { transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

    .hamburger--spin.is-active .hamburger-inner { transform: rotate(225deg); transition-delay: 0.12s; transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
    .hamburger--spin.is-active .hamburger-inner::after { bottom: 0 !important; transform: rotate(-90deg); transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

    .hamburger-label { color: #fff; font-size:17px; line-height: 17px; font-weight:400; font-weight:300; letter-spacing: -0.01em; }

/** header **/

#header_main { padding: 23px 0;}
#header_main .container { display: flex; align-items: center; justify-content: space-between;   gap: 0 25px;}
#header_main ul { margin: 0; padding: 0; list-style: none; list-style-image: none; display: flex; align-items: center; gap: 20px 20px;}
#header_main ul li { margin: 0; padding: 0;}
#logo_mtg { display: block; line-height: 7px;}

/** home banner **/

#home_banner { position: relative; overflow: hidden; background-position: center; background-repeat: no-repeat; background-size: cover; }
#home_banner .container { padding-top: 100px; padding-bottom: 178px; min-height: 70svh; display: flex; align-items: center;     position: relative; z-index: 1; }
#home_banner_slick { width: 100%;}
#home_banner h1 { color: transparent; position: absolute; left: -5000px;}
#home_banner ul { margin: 0; padding: 0; list-style: none; list-style-image: none; opacity: 0;}
#home_banner ul.slick-initialized { opacity: 1;}
#home_banner ul li { margin: 0; padding: 0;}
#home_banner ul li strong { color: var(--white); font-weight: 600; letter-spacing: 0.1em; text-align: center; text-transform: uppercase; font-size: 4.125rem; line-height: 110%; display: inline-block; position: relative; padding: 70px 75px; min-height: 274px; background: url(/wp/wp-content/themes/mtgfs/images/bracket-left.svg) left no-repeat; background-size: auto 100%;}
#home_banner ul li strong img { position: absolute; top: 0; right: 0; height: 100%; width: auto; }
#home_banner video { position: absolute; top: 0; left: 0; right: 0; bottom:0; width: 100%; height: 100%; object-fit: cover; object-position: center;}

/** home tabs **/

.page_tab_mobile { display: none;}

.page_tabs_menu { display: flex; margin:-72px 0 0 0; padding: 0; list-style: none; list-style-image: none; position: relative; z-index: 1; gap: 0 3px; }
.page_tabs_menu li { margin: 0; padding: 0; height: 100%; font-weight: 500; font-size: 1rem; line-height: 130%; letter-spacing: 0.08em; text-align: center; text-transform: uppercase; width: 25%; }
.page_tabs_menu li a { display: block; background: #26323E4D; color: rgba(255,255,255,0.5); text-decoration: none; padding: 26px; padding: 6px 26px; height: 72px; display: flex; align-items: center; justify-content: center; }
.page_tabs_menu li a.active { background: var(--white); color: var(--navy); font-weight: 600;}

.page_tab { opacity: 0; height: 0; overflow: hidden; visibility: hidden;position: relative;}
.page_tab .margin_adjust { display: none;}
.page_tab.open {opacity: 1; height: auto; overflow: visible; visibility: visible; z-index: 1; padding: 90px 0; }
.page_tab.open .margin_adjust {display: block;}
.page_tab_flex { display: flex; justify-content: space-between; flex-wrap: wrap;}
.page_tab_col { width: 46%;}
.page_tab_col:first-of-type { padding-left: 40px;}
.page_tab_col:last-of-type { padding-right: 40px;}
.page_tab_col h2 { max-width: 565px;}

/** home accordion **/

.page_accordion { padding: 40px 0 120px 0;}
.page_accordion .container { display: flex; justify-content: space-between;}
.page_accordion_left, .page_accordion_right { width: 46%;}
.page_accordion_left article { padding: 6px 40px; }
.page_accordion_left:not(.disable) article.open { padding: 20px 40px; margin: 0 0 20px 0; box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.08); -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.08); -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.08); box-shadow: 0px 15px 15px 0px rgba(0,0,0,0.05); -webkit-box-shadow: 0px 15px 15px 0px rgba(0,0,0,0.05); -moz-box-shadow: 0px 15px 15px 0px rgba(0,0,0,0.05);}
.page_accordion_left .page_accordion_toggle { cursor: pointer; font-size: 1.45rem; display: flex; justify-content: space-between; align-items: center; gap: 5px 15px; padding: 0 0 7px 0; }
.page_accordion_left article:not(.open) .page_accordion_toggle { color: #7D868A; }
.page_accordion_left .page_accordion_toggle span { display: block; text-indent: -99999px; margin: 5px 0 0 0; overflow: hidden; width: 26px; height: 26px; background: url(/wp/wp-content/themes/mtgfs/images/icon-plus.svg) center no-repeat;}
.page_accordion_left .open .page_accordion_toggle span { background-image: url(/wp/wp-content/themes/mtgfs/images/icon-minus.svg); }
.page_accordion_left .page_accordion_info { display: none;}
.page_accordion_left .page_accordion_info p { padding: 0 0 10px 0;}
.page_accordion_left .page_accordion_info p:last-of-type { padding: 0; }
.page_accordion_right ul { margin: 0; padding: 0; list-style: none; list-style-image: none;}
.page_accordion_right ul li { margin: 0; padding: 0; position: relative; }
.page_accordion_right ul li:nth-child(odd) svg { position: absolute; top: -25px; right: 0; }
.page_accordion_right ul li:nth-child(even) svg { position: absolute; bottom: -25px; left: 0; }
.page_accordion_right .slick-list { overflow: visible;}
.page_accordion_info_mobile { display: none;}

    .page_accordion_left.disable .page_accordion_toggle { flex-direction: row-reverse; justify-content: flex-end; }
    .page_accordion_left.disable .page_accordion_toggle span { background-image: url(/wp/wp-content/themes/mtgfs/images/icon-plus-red.svg); }

.page_accordion_right ul, .page_accordion_right .slick-list, .page_accordion_right .slick-slider .slick-track { height: 100%;}
.page_accordion_right .slick-slide img { height: 100%; object-fit: cover; object-position: center;}

/** home stats **/

.page_stats { padding: 0 0 120px 0;}
.page_stats h2 { font-weight: 600; font-size: 1rem; line-height: 20px; letter-spacing: 0.08em; text-transform: uppercase; padding: 0 40px 25px 40px; }
.page_stats h2::after { display: none;}
.page_stats ul { margin: 0 -25px; padding: 0 40px; list-style: none; list-style-image: none; display: flex; flex-wrap: wrap; gap: 40px 0;}
.page_stats ul li { margin: 0; padding: 0 25px; width: 25%; font-size: 1.6rem; line-height: 130%;}
.page_stats ul li strong { position: relative; display: block; color: var(--navy); font-weight: 300; font-size: 5.75rem; line-height: 100px; letter-spacing: -0.02em; padding: 0 0 35px 0; }
.page_stats ul li strong::after { content: ''; position: absolute; height: 7px; width: 55px; background: var(--red); bottom: 24px; left: 0; }
.page_stats ul li strong.small { font-size: 3.25rem; font-weight: 400;}

/** home logos **/

.page_logos { padding: 0 0 120px 0;}
.page_logos ul { margin: 0 auto; max-width: 90%; padding: 0; list-style: none; list-style-image: none; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 25px 40px;}
.page_logos ul li { margin: 0; padding: 0; display: flex; align-items: center; justify-content: center; line-height: 7px; flex-grow: 1;}
.page_logos ul li img { max-width: 220px; max-height: 75px; width: auto; height: auto;}

/** basic page **/

#basic_page { padding: 40px 0 80px 0; gap: 20px 0; }
.page_flex { display: flex; flex-wrap: wrap; justify-content: space-between;}
.page_flex_col { width: 46%;}

/** footer **/

#site_footer { background: var(--navy); background: #242A2F; padding: 75px 0 35px 0;}
.footer_flex { display: flex; justify-content: space-between; padding: 0 0 80px 0; gap: 40px; flex-wrap: wrap;}
#footer_logo { padding: 0 0 46px 0;}
#footer_logo img { width: 100%; height: auto;}
#menu_footer p { padding: 0 0 8px 0; color: var(--red);}
#menu_footer ul { margin: 0; padding: 0; list-style: none; list-style-image: none; display: flex; flex-direction: column; gap: 8px 0; }
#menu_footer ul li { margin: 0; padding: 0;}
#menu_footer ul li a { color: #9CAAAE; text-decoration: none; font-weight: 400; }
#menu_footer ul li a:hover { text-decoration: underline;}
.footer_flex div p { font-size: 0.938rem; color: #7D868A; }
.footer_flex div p strong { color: var(--white);}
.footer_flex div p a { color: var(--red); text-decoration: none; font-weight: 400;}
.footer_flex div p a:hover { text-decoration: underline;}
.footer_flex div p:last-of-type { padding: 0;}
#site_footer small p { padding: 0; color: #9CAAAE80; font-weight: 400; font-size: 0.75rem; line-height: 130%; letter-spacing: normal; }
#site_footer small p a { font-weight: 400; color: #9CAAAE80; text-underline-offset: 1px; }


@media all and (min-width: 0px) and (max-width : 1800px) {



}

@media all and (min-width: 0px) and (max-width : 1600px) {

}

@media all and (min-width: 0px) and (max-width : 1530px) {

}

@media all and (min-width: 0px) and (max-width : 1500px) {

}

@media all and (min-width: 0px) and (max-width : 1420px) {

}

@media all and (min-width: 0px) and (max-width : 1450px) {

    .container { padding: 0 40px; }

}

@media all and (min-width: 0px) and (max-width : 1380px) {


}

@media all and (min-width: 0px) and (max-width : 1260px) {

    .page_stats ul li { width: 50%;  }

}

@media all and (min-width: 0px) and (max-width : 1200px) {



}

@media all and (min-width: 0px) and (max-width : 1180px) {




}

@media all and (min-width: 0px) and (max-width : 1080px) {

    #home_banner .container { align-items: flex-start; padding-top: 60px; padding-bottom: 138px;}
    #home_banner ul li strong { font-size: 3.125rem; padding: 40px 75px; min-height: 144px; }


}

@media all and (min-width: 0px) and (max-width : 1024px) {


}

@media all and (min-width: 0px) and (max-width : 980px) {

    .page_tab_col { width: 100%; padding: 0 !important;}
    .page_tab.open { padding: 50px 0;}
    .page_accordion_left, .page_accordion_right { width: 100%;}
    .page_accordion_right { display: none;}
    .page_accordion_info_mobile { display: block; padding: 15px 0 15px 0 !important;}
    .page_accordion_info_mobile img { width: 100%; height: auto;}
    .page_accordion_left article { padding: 6px 0;}
    .page_accordion_left:not(.disable) article.open { margin-top: 20px; box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.08); -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.08); -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.08);}


    .page_stats h2 { padding-left: 0; padding-right: 0;}
    .page_stats ul { padding: 0;gap: 25px 0; }
    .page_stats ul li { width: 100%; }
    .page_stats ul li strong { font-size: 4.5rem;}

    .page_flex_col { width: 100%;}
}

@media all and (min-width: 0px) and (max-width : 950px) {



}

@media all and (min-width: 0px) and (max-width : 900px) {


}

@media all and (min-width: 0px) and (max-width : 850px) {


}

@media all and (min-width: 0px) and (max-width : 800px) {


}

@media all and (min-width: 0px) and (max-width : 780px) {

}

@media all and (min-width: 0px) and (max-width : 760px) {



}

@media all and (min-width: 0px) and (max-width : 750px) {



}

/** mobile **/

@media all and (min-width: 0px) and (max-width : 670px) {

    body {  }

    h1, .h1_styler { font-size: 3.125rem; }
    h2, .h2_styler { font-size: 2.25rem; padding: 0 0 60px 0;}
    h2::after, .h2_styler::after { bottom: 34px;}
    h3, .h3_styler { font-size: 1.35rem; }

    .container { padding: 0 25px; }
    
    #header_main { padding: 12px 0;}
    .button > a { padding-top: 12px; padding-bottom: 12px; padding: 10px 15px;  white-space: nowrap; }

    #home_banner .container { padding-top: 40px; padding-bottom: 40px; min-height: 60svh;}
    #home_banner ul li strong { font-size: 1.6rem; padding: 20px 35px; min-height: 120px; min-height: unset;}

    .page_tabs_menu { display: none;}
    .page_tabs { padding: 25px 0;}
    .page_tab_mobile { display: block; width: 100%; background: url(/wp/wp-content/themes/mtgfs/images/icon-plus-red.svg) no-repeat calc(100% - 25px) 50%; background-size: 20px auto; padding: 15px 25px; margin: 15px 0; text-align: left; border: 2px solid var(--red); color: var(--red); text-transform: uppercase; font-weight: 600; line-height: 16px; letter-spacing: 0.1em; font-size: 0.875rem;}
    .page_tab_mobile.open { background-image: url(/wp/wp-content/themes/mtgfs/images/icon-minus.svg);}
    .page_tab.open { padding: 20px 0 30px 0; padding: 0; display: block;}
    .page_tab { display: none; opacity: 1; height: auto; overflow: visible; visibility: visible; z-index: 1; padding: 20px 0 30px 0; padding: 0; }
    .page_accordion { padding: 0 0 40px 0;}
    .page_tab .margin_adjust { display: block;}
    .page_tab_flex { padding: 10px 0;}

    .page_accordion_left:not(.disable) article.open { padding: 20px 30px; }

    .page_stats, .page_logos { padding: 0 0 40px 0;}

    #site_footer { padding: 40px 0 35px 0;}
    .footer_flex { padding: 0 0 40px 0;}

    .page_logos ul { gap: 25px;}
    .page_logos ul li img { max-width: 180px; max-height: 50px; }

    #basic_page { padding: 20px 0 40px 0; }

}

@media all and (min-width: 0px) and (max-width : 650px) {



}

@media all and (min-width: 0px) and (max-width : 620px) {



}

@media all and (min-width: 0px) and (max-width : 580px) {



}

@media all and (min-width: 0px) and (max-width : 540px) {

    #logo_mtg { width: 150px;}

}

@media all and (min-width: 0px) and (max-width : 500px) {



}

@media all and (min-width: 0px) and (max-width : 470px) {



}

@media all and (min-width: 0px) and (max-width : 450px) {

    .button > a { font-size: 0.7rem; }

}

@media all and (min-width: 0px) and (max-width : 400px) {


}

@media all and (min-width: 0px) and (max-width : 370px) {


}

@media all and (min-width: 0px) and (max-width : 360px) {

}

.grecaptcha-badge { visibility: hidden; }