div#comImage img {
    width: 200px;
    float: left;
    padding: 0px 30px 30px 0px;
}
iframe#embedded-badge-a4a2bbf2-b0ac-478d-92e7-c8339c38636b {
    float: right;
}
.leadForm input, .leadForm select,
.leadForm textarea {
    width: 100%;
    padding: 5px;
}
.input_container {
    margin-top: 12px;
    margin-bottom: 16px;
}
.input_container {
    margin-top: 12px;
    margin-bottom: 16px;
}
input.btn.submit {
    background-color: #1e326b;
    border: 2px solid #1e326b;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    width: 13.75rem;
    max-width: 100%;
    height: 2.25rem;
    margin-top: 24px;
    margin-bottom: 0;
    padding: 4px 8px;
    font-family: noto-sans,Arial,sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1rem;
    transition: color .3s,background-color .3s,border .3s;
    display: flex;
    overflow: hidden;
    margin: auto;
}
p.leadFormInfo {
    text-align: center;
}
label.error {
    color: red;
}
img.ezimage {
    float: left;
    margin: 10px;
}
span#conLink a {
    float: right;
}
span#conLink a {
    float: right;
    display: flex;
    font-family: "noto-sans", Arial, sans-serif;
    font-size: 1rem;
    line-height: 1rem;
    text-transform: uppercase;
    margin-top: 24px;
    margin-bottom: 0;
    text-align: center;
    width: 13.75rem;
    height: 2.25rem;
    padding: 4px 8px;
    max-width: 100%;
    border-radius: 20px;
    transition: color 0.3s, background-color 0.3s, border 0.3s;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    background-color: #11356C;
    border: 2px solid #11356C;
    text-decoration: none;
}
@media(max-width: 768px) 
{
    iframe#embedded-badge-a4a2bbf2-b0ac-478d-92e7-c8339c38636b {
        float: none !important;
        display: block !important;
        margin: auto !important;
    }

    div#comImage img, img.ezimage {
        width: 200px;
        float: none !important;
        padding: 0px !important;
        display: block !important;
        margin: auto !important;
    }
    span#conLink a {
        float: none !important;
        margin: auto !important;
        position: relative;
        top: -13px;
    }

}
/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
/*  GRID OF THREE  */
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 66.13%; }
.span_1_of_3 { width: 32.26%; }

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
}
 .flex-container {
          display: flex;
          flex-wrap: wrap;
		  align-items: center;
        }
        .col20 {
          width: calc(19% - 4px);
          padding: 10px;
        }

        .col25 {
          width: calc(24.6% - 4px);
        }

        .col30 {
          width: 31%;
          padding: 10px;
        }
		
        .col70 {
          width: 69%;
          padding: 10px;
        }

        .col50 {
          width: 48%;
          padding: 10px;
        }

        .spaced {
          justify-content: space-between;
        }
		
		.center{
		justify-content: center;
		}
		 
		.flexcenter {
		    align-items: flex-start;
		}
		
		.flexmoretop {
		align-items: flex-start;
    align-content: flex-start;
}

        @media screen and (max-width: 768px) {
          .col50,
          .col30,
          .col70,
          .col20,
          .col25 {
            width: 100%;
          }

          .alias-pcontent img {
            display: block;
            margin: auto;
            float: none !important;
          }
          .hide_mobile {
            display: none !important;
          }

          .align-left,
          .align-right,
          .align-center {
            display: block !important;
            margin: auto !important;
            float: none !important;
          }
        }