:root {
    --rtc-font: 'brandon-grotesque', sans-serif;
}

.btn a {
 font-family: var(--rtc-font); font-size: 14px;   font-size: 0.875rem;   font-weight: normal;   line-height: 1em;   color: #ffffff;
}

.btn-primary a {
  background-color: #3ab1e5;  
  }



.btn-mini a {
 font-size: 12px;   font-size: 0.75rem;   line-height: 14px;
}

.btn-small a {
font-size: 14px;   font-size: 0.875rem;   line-height: 16px; 
}

.btn-large a {
font-size: 16px;   font-size: 1rem;   line-height: normal;
}

.btn-extlarge a {
 font-size: 20px;   font-size: 1.25rem;   border-radius: 6px;
}

.image-center > img,
.image-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}

.circle > img,
.circle {
  border-radius: 100%;
}

/**umb_name:h1*/
h1 {
    font-size: 65px;
    margin: 0 0 0.7em 0;
    margin: 0 0 0.7rem 0;
    line-height: 1.2;
    font-family: var(--rtc-font);
    font-weight: normal;
    color: #6c9726;
}

/**umb_name:h2*/
h2 {
    font-size: 56px;
    margin: 0 0 0.7em 0;
    margin: 0 0 0.7rem 0;
    line-height: 1.2;
    font-family: var(--rtc-font);
    font-weight: normal;
    color: #6c9726;
}

/**umb_name:h3*/
h3 {
    font-size: 47px;
    margin: 0 0 0.7em 0;
    margin: 0 0 0.7rem 0;
    line-height: 1.2;
    font-family: var(--rtc-font);
    font-weight: normal;
    color: #6c9726;
}

/**umb_name:h4*/
h4 {
    font-size: 35px;
    margin: 0 0 0.7em 0;
    margin: 0 0 0.7rem 0;
    line-height: 1.2;
    font-family: var(--rtc-font);
    font-weight: normal;
    color: #6c9726;
}

/**umb_name:h5*/
h5 {
    font-size: 29px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 0.7em 0;
    margin: 0 0 0.7rem 0;
    line-height: 1.2;
    font-family: var(--rtc-font);
    font-weight: normal;
    color: #6c9726;
}

/**umb_name:h6*/
h6 {
    font-size: 21px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 0.7em 0;
    margin: 0 0 0.7rem 0;
    line-height: 1.2;
    font-family: var(--rtc-font);
    font-weight: normal;
    color: #6c9726;
}

/**umb_name:.btn*/
.btn {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 9px 15px;
    margin-bottom: 1.4em;
    margin-bottom: 1.4rem;
    font-family: var(--rtc-font);
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 1em;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    background-color: #999999;
    border-radius: 5px;
    cursor: pointer;
    *margin-left: .3em;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

/**umb_name:.large_blue_btn*/
.large_blue_btn {
background-color: #3AB1E5;     border-radius: 5px;     border-bottom: 4px solid #323231; 	border-color: #2B6DB6; 	color: #FFFFFF;     cursor: pointer;     display: inline-block;     font-family: var(--rtc-font);     font-size: 1.125rem;     font-weight: normal;     line-height: normal;     margin-bottom: 1.4rem;     padding: 11px 22px;     text-align: center;     transition: all 0.1s linear 0s;     vertical-align: middle; 	
}

/**umb_name:.btn-primary*/
.btn-primary {
  background-color: #3ab1e5;   border-color: #2b6db6;
}

/**umb_name:.btn-primary-black-outline*/

.btn-primary-black-outline {
    color: #ffffff !important;
    text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;
    border: 2px solid black;
    background-color: white !important;
}

    .btn-primary-black-outline:hover,
    .btn-primary-black-outline:focus {
        color: #ffffff !important;
        background-color: #7bc141 !important;
        text-shadow: none;
        border: 2px solid #7bc141 !important;
    }

/**umb_name:.btn-primary-green-outline*/

.btn-primary-green-outline {
    color: #7bc141 !important;
    border: 2px solid #7bc141 !important;
    background-color: white !important;
}

    .btn-primary-green-outline:hover,
    .btn-primary-green-outline:focus {
        color: #ffffff !important;
        background-color: #7bc141 !important;
    }

/**umb_name:.btn-primary-navy-outline*/

.btn-primary-navy-outline {
    color: #324766 !important;
    border: 2px solid #324766 !important;
    background-color: white !important;
}

    .btn-primary-navy-outline:hover,
    .btn-primary-navy-outline:focus {
        color: #ffffff !important;
        background-color: #324766 !important;
        border: none;
    }

/**umb_name:.btn-primary-azure-outline*/

.btn-primary-azure-outline {
    color: #3ab1e5 !important;
    border: 2px solid #3ab1e5 !important;
    background-color: white !important;
}

    .btn-primary-azure-outline:hover,
    .btn-primary-azure-outline:focus {
        color: #ffffff !important;
        background-color: #3ab1e5 !important;
        border: none;
    }

/**umb_name:.btn-primary-green*/

.btn-primary-green {
    color: #ffffff !important;
    background-color: #7bc141 !important;
}

    .btn-primary-green:hover,
    .btn-primary-green:focus {
        color: #ffffff !important;
        background-color: #194b26 !important;
    }

/**umb_name:.btn-primary-bright-red*/

.btn-primary-strong-red {
    color: #ffffff !important;
    background-color: #c51f30 !important;
}

    .btn-primary-strong-red:hover,
    .btn-primary-strong-red:focus {
        color: #ffffff !important;
        background-color: #8e2130 !important;
    }

/**umb_name:.btn-cta*/
.btn-cta {
  border-bottom: 4px solid #323231;
}

/**umb_name:.btn-mini*/
.btn-mini {
  padding: 3px 5px;   font-size: 12px;   font-size: 0.75rem;   line-height: 14px;
}

/**umb_name:.btn-small*/
.btn-small {
 padding: 6px 10px;   font-size: 14px;   font-size: 0.875rem;   line-height: 16px; 
}

/**umb_name:.btn-large*/
.btn-large {
  padding: 11px 22px;   font-size: 16px;   font-size: 1rem;   line-height: normal;
}

/**umb_name:.btn-extlarge*/
.btn-extlarge {
  padding: 19px 32px;   font-size: 20px;   font-size: 1.25rem;   border-radius: 6px;
}







/**umb_name:.box*/
.box {
  display:block;   -webkit-box-sizing: border-box;   -moz-box-sizing: border-box;   box-sizing: border-box;   padding: 1em 1.4em;   background: #e5e5e5;   margin-bottom: 1.4em;  margin-bottom: 1.4rem;
}

/**umb_name:.circle*/
.circle {
 border-radius: 100%;
}

/**umb_name:.image-left*/
.image-left {
  margin-bottom: 1.4em;   margin-bottom: 1.4rem;   float: left;   margin-right: 2.5%;   max-width: 50%;
}

/**umb_name:.image-right*/
.image-right {
 margin-bottom: 1.4em;   margin-bottom: 1.4rem;   float: right;   margin-left: 2.5%;   max-width: 50%;
}

/**umb_name:.image-center*/
.image-center {
  display: block;   margin-left: auto;   margin-right: auto;   clear: both;
}

