@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;800&display=swap');

* {
    font-family: 'Montserrat', sans-serif;
    scroll-behavior: smooth;
}

#google_translate_element {
    display: block;
    float: right;
}

.package {
    max-width: 300px;
    margin: 10px auto;
    border-radius: 10px;
    box-shadow: 2px 2px 2px #ccc, -2px -2px 2px #ccc;
    text-align: center;
    padding: 25px;
}

tetricor-workflow::part(next),
tetricor-workflow::part(back) {
    background: #EEB939;
    color: rgb(255, 255, 255);
    border-radius: 10px;
    padding: 5px 10px;
    border: none;
    margin: 10px;
}

.package h5 {
    height: 200px;
    border-bottom: 1px solid #ccc;
}

.price {
    font-size: 25px;
    color: #333;
    font-style: italic;

}

.addon {
    color: #39ACEE;
}

.recommended {
    height: 25px;
    margin: -25px;
    background: #fff;
    display: block;
    position: relative;
    top: -40px;
    color: #EEB939;
    font-weight: bold;
}

.mobile-only {
    display: none;
}

#menu-toggle-wrapper {
    flex-grow: 1;
}

#menu-toggle {
    height: 50px;
    cursor: pointer;
    top: 5px;
    position: relative;
    background: transparent;
    margin-right: 20px;
    border: none;
    color: #fff;
    float: right;
}

#menu-toggle svg {
    height: 30px;
    width: 30px;
}

#menu {
    display: flex;
    margin-left: auto;
    margin-right: 5vw;
}

#menu ul {
    display: flex;
    flex-direction: row;
    padding-left: 0px;
    align-self: baseline;
    position: relative;
    top: 8px;
}

#menu a {
    padding: 0px 5px;
}

#menu li {
    list-style: none;
    margin: 0px 10px;
}

#menu ul li>ul {
    display: none;
    position: absolute;
    flex-direction: column;
    min-width: 250px;
    padding-top: 15px;
    top: 15px;
}

#menu ul li:hover>ul {
    display: flex;
}

#menu ul li>ul a {
    padding: 10px 5px;
    display: flex;
    background: #fff;
    color: #333 !important;
}

#menu ul li>ul a:hover {
    border-bottom: 2px solid #EF4023;
}

#footer-menu {
    display: flex;
    flex-grow: 1;
    padding: 5px 0px;
    border-top: 1px solid #ccc;
    margin-top: 5px;
}

#footer-menu>ul {
    display: flex;
    flex-direction: inherit;
}

#footer-menu>ul li ul {
    padding-left: 5px;
    border-left: 1px solid #ccc;
    margin-top: 5px;
}

#footer-menu ul li {
    display: flex;
    flex-direction: column;
    padding: 5px 10px;
    list-style-type: none;
}

#footer-menu>ul>li>a {
    font-weight: bold;
    font-size: 1.2em;
}

#footer-menu li {
    list-style-type: none;
}




h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 2em;

}


h1 br {
    margin: 3px !important;
}


h1 p {
    padding: 2px 5px;
}

#mainmenu {
    background: #eeb939;
    height: 60px;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    z-index: 9;
    display: flex;
}


#mainmenu a {
    display: flex;
    height: 100%;
    color: #fff;
}


#submenu {
    position: fixed;
    top: 60px;
    left: 0px;
    width: 100vw;
    height: 30px;
    background: #eaab16;
    color: #fff;
    font-weight: bold;
    padding-left: 25px;
    font-size: 18px;
    line-height: 30px;

    z-index: 8;
}

.service-head-container {
    max-width: 1800px;
    margin: 0 auto;
}

.supporting-section {
    height: auto;
    margin-top: 130px;
}

.supporting-services-back {
    background: #ee394b;
    width: 40%;
    z-index: 1;
    display: flex;
    position: relative;
    top: -52px;
    min-height: 176px;
    right: 21px;
    float: right;
}


.supporting-services-main {
    background: #eeb939;
    width: 90%;
    position: relative;
    z-index: 2;
    color: #3b3b3b;
    display: flex;
    padding: 25px;
    min-height: 200px;
    flex-direction: column;
    text-align: center;
}

.supporting-services-back {
    background: #ee394b;
    width: 40%;
    z-index: 1;
    display: flex;
    position: relative;
    min-height: 176px;
    top: -335px;
}



#service-row {
    min-height: 300px;
}

#service-h1-wrapper {
    max-width: 200px;
    margin: 50px auto;
}

#page-header {
    background: url('https://allcanza.mytetricor.com/gatherer-iowa/v1/hunter/X-MjA4LmRhMzlhM2VlNWU2YjRiMGQzMjU1YmZlZjk1NjAxODkwYWZkODA3MDk=') no-repeat center center;
    background-size: 100% 100%;
    height: 445px;
    padding-top: 40px;
}

#page-header .left-header {
    display: inline-block;
    width: 40%;
    padding: 15px 0px 0px 25px;
    float: left;
}


#page-header .right-header {
    display: block;
    width: 40%;
    float: right;
    margin-top: 65px;
}


#page-header iframe {
    max-width: 95%;
    margin: 0 auto;
    display: block;
}


#page-header span {
    margin-top: 5px;
}

p.red {
    background-color: #ee394b;
    display: inline;
    color: #fff;
    font-weight: lighter;
}


p.orange {
    background-color: #eeb939;
    display: inline;
    color: #fff;
}

/* CTA */

.cta {
    background: transparent;
    border-radius: 10px;
    text-align: center;
    padding: 5px 10px;
    transition: all 1s ease-in-out;
    border: 1px solid transparent;
    display: inline-block;
}

.cta.red {
    /* From https://css.glass */
    background: rgba(238, 57, 75, 0.4);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(8.3px);
    -webkit-backdrop-filter: blur(8.3px);
    border: 1px solid rgba(238, 57, 75, 1);
}

.cta.orange {
    /* From https://css.glass */
    background: rgba(238, 185, 57, 0.49);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(8.3px);
    -webkit-backdrop-filter: blur(8.3px);
    border: 1px solid rgba(238, 185, 57, 1);
}

.cta:hover {
    border: 1px solid #fff;
    /* From https://css.glass */
    background: rgba(255, 255, 255, 0.4);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #333;
}

/* END CTA */


#logo {
    height: 40px;
    width: auto;
    margin-top: 10px;
}


.widthcontainer {

    max-width: 1400px;

    margin: 0 auto;
}


body {

    margin: 90px 0px 0px 0px;
}


.sm-icon {
    line-height: inherit;
    margin: 0px 5px;
    position: relative;
    top: 2px;
}


br {
    margin: 0px;
}

.section {
    padding: 20px;
}


.grey {
    background: #e3e2e2;

}

.centered {
    text-align: center;

}
.orange-block {
    background: rgb(238, 206, 57);
    background: linear-gradient(90deg, rgba(238, 206, 57, 1) 0%, rgba(238, 185, 57, 1) 100%);
    padding: 15px;
    text-align: left;
    border-radius: 5px;
    margin: 10px;
    min-height: 400px;
    display: flex;
    flex-direction: column;
}


.orange-block h4 {
    height: 85px;
}

.service-icon {
    width: 90%;
    display: block;
    margin: 0 auto;
}


.red-block {
    background: #ee394b;
    padding: 15px;
    text-align: left;
    min-height: 250px;
    color: #fff;
    border-radius: 5px;
    margin: 10px;
    align-items: center;
    display: flex;
}

.services-icon {
    width: 150px;
    text-align: center;

    margin: 10px auto;
}

.services-button {
    background: #ee394b;
    color: #fff;
    height: 50px;
    padding: 11px 5px 5px 5px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    display: block;
    width: 158px;
    margin: 0 auto;
    line-height: 21px;

    transition: background 0.5s ease-in-out;
}


.services-button:hover {
    background: #39aced;

}


.more-button {
    background: #ee394b;
    color: #fff;
    padding: 5px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    display: block;
    max-width: 200px;
    margin: 5px;
    line-height: 22px;
    transition: background 0.5s ease-in-out;
}


.more-button:hover {
    background: #39aced;

}




.blue-button {
    background: #39ACEE;
    color: #fff;
    height: auto;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    display: block;
    width: auto;
    margin: 20px 0px;
    line-height: 40px;
    transition: background 0.5s ease-in-out;
    padding: 5px 15px;
}

.blue-button:hover {
    background: #ee394b;

}




a {
    font-family: inherit;
    color: inherit;
    text-decoration: none;
}

.why-icon {
    display: block;

    width: 50%;
    margin-top: 20px;

}

#rocketman {
    width: 60%;
    max-width: 400px;
    z-index: 1;
    position: relative;
}

#footer {
    background: #EEB939;
    color: #ffffff;
    padding: 10px;
}