.cf:after {
  content: "";
  display: table;
  clear: both;
}
*, *:before, *:after {
   box-sizing: border-box;
   -webkit-box-sizing: border-box; 
   -moz-box-sizing: border-box; 
}
body {
	width: 100%;
	margin: 0 auto;
	font: 16px Helvetica, Arial, sans-serif;
	color: #333;
}
.hidden {
	display: none;
}
.left {
	float: left;
}
.right {
	float: right;
}
h2 {
	font-size: 42px;
	font-weight: 300;
	text-transform: uppercase;
	text-align: center;
}
a {
	color: #be0f34;
	text-decoration: none;
}
a:hover {
	color: #8f0b27;
	text-decoration: underline;
}
.btn {
	display: inline-block;
	font-family: Arial, sans-serif;
    margin-bottom: 10px;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    padding: 8px 14px;
    color: #fff;
    line-height: 1.42857143;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	transition: background-color .2s ease;
	text-transform: uppercase;
	font-size: 1.3rem;
	text-decoration: none;
}
.btn:hover{
	color: #fff;
	text-decoration: none;
}
.btn-primary {
	background-color: #be0f34;
}
.btn-primary:hover {
	background-color: #8F0B27;
}
.btn span {
	font-size: 12px;
	display: block;
}
.btn-secondary {
  background: #FBA84A;
  color: white;
}
.btn-secondary:hover {
  background: #CC9664;
  color: white;
}
 .btn-tertiary {
  background: rgba(255,255,255, 0.2);
  color: #fff;
  border: 1px solid #fff;
}
.btn-tertiary:hover {
  background: rgba(255,255,255, 1);
  color: #333;
 }

 .apps .btn {
 	font-size: 1rem;
 }
.logo {
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
}
header {
	background: #fefefe;
	padding: 50px;
	border-top: 6px solid #be0f34;
}
#lead {
	max-width: 70%;
    margin: 0 15px;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    padding: 30px;
    text-align: left;
    background: rgba(0,0,0,.5);
    color: #fff;
    font-size: 30px;
}
.modal {
    display: none;
    position: fixed;
    z-index: 15;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; 
    overflow: hidden;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}
.modal-box {
	background: #fff;
	margin: 0 auto;
	padding: 30px;
	width: 68%;
	max-width: 820px;
	position: absolute;
	font-size: 1.3rem;
	top: 10%; 
	left: 19%;
	text-align: center;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
	max-height: 98vh;
}
.modal .btn {
	width: 100%;
	max-width: 300px;
	margin-top: 10px;
}
.modal .option{
	width: 45%;
}
.modal .option img {
	width: 128px;
	border-top: 0;
}
.modal p {
	font-size: 14px;
}

.modal .signup-form p {
	margin-bottom: -10px;
}
.modal h2 {
	font-size: 32px;
	margin: -20px 0 -10px;
}
p.close-modal {
	text-align: right;
	font-size: 2rem;
	color: #be0f34;
	font-weight: bolder;
	-webkit-margin-before: -10px;
   -webkit-margin-after: 0;
   padding: 10px;
   margin-bottom: -20px;
}
p.close-modal:hover{
	cursor: pointer;
	color: #8f0b27;
}
.modal iframe {
	width: 100%;
	border: 0;
}
footer{
	bottom: 0;
	text-align: center;
	margin-top: 10px;
}
footer b {
	text-transform: uppercase;
}
footer .content {
	background: #666;
	color: #fff;
	width: 100%;
	padding: 10px;
	min-height: initial;
	height: 200px;
}
footer a {
	color: #fff;
	text-decoration: none;
}
footer .share a {
	display: inline-block;
   width: 50px;
   height: 50px;
   margin: 0 2px;
   text-align: center;
   font-size: 28px;
   line-height: 50px;
   background: 0 0;
   border: 1px solid #fff;
   border-radius: 4px;
   transition: all .2s ease;
}
footer .share a:hover {
	color: #666;
   background: #fff;
}
footer img {
	margin-bottom: -5px;
}
footer .share p {
	margin-bottom: 10px;
   font-size: 20px;
   font-weight: 700;
}
.utility-bar {
	background: #be0f34;
	color: #fff;
	padding: 20px;
}
.utility-bar .logo {
	width: 300px;
	float: left;
}
.utility-bar p {
	float: right;
	text-align: right;
}
section {
	padding: 40px;
}
.wrap {
	min-height: 90vh;
}
.choices, .learn {
	background: #fff;
	margin: 0 auto;
	border-bottom: 16px solid #fba84a;
}
.choices h3 {
	font-size: 28px;
	font-weight: 300;
	color: #be0f34;
}
.content {
	min-height: 50vh;
	background: url('../img/bgx.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	filter: saturate(0.625);
}

.container {
	max-width: 1115px;
	margin: 0 auto;
}
.content .logo {
	margin: 15% 20% 4%;
	max-width: 60%;
}
.option {
	width: 46%;
	float: left;
	margin: 2%;
	max-width: 500px;
}
.option img {
	width: 100%;
	border-top: 6px solid #be0f34;
}
.content h2 {
	text-shadow: -3px 4px 5px #fff;
}
.signup-form {
	width: 50%;
	left: 25%;
	top: 1.5%;
	padding: 30px 5px 5px 40px;
	overflow: auto;
}
.signup-form iframe {
	height: 515px;
	overflow: initial;
}

.tutorial-form iframe {
	height:330px;
}
.city-state label, .city-state div {
	width: 48%;
	float: left;
}



.intro {
	padding-bottom: 0;
	border-top: 16px solid #fba84a;
}

/*ccim.com styles*/
	.apps {
	    /*border-top: 16px solid #fba84a;*/
	}

          .gsuite-product {
              padding: 16px 0;
              border-top: 1px solid #d8d9db;
              overflow: hidden;
          }
          .gsuite-product:first-of-type {
			    border: none;
			}
          .google-icon {
              width: 100px;
              float: left;
              margin:  20px 10px 0;
          }
          .left {
              float: left;
              width: 75%;

          }
          .right{
              float: right;
          }
          @media screen and (min-width: 763px) and (max-width: 896px) {
              .article .left, .article .right {
                  width: 100%;
              }
              .article .right {
                  text-align: center;
              }
          }
          @media screen and (max-width: 560px) {
              .article .left, .article .right {
                  width: 100%;
              }
              .article .right {
                  text-align: center;
              }
          }
/*end ccim.com styles*/


@media screen and (max-width: 550px) {
	h2 {
		font-size: 32px;
		padding: 20px;
	}
	.modal-box {
		width: 92%;
		left: 4%;
		top: 4%;
		overflow: initial;
		height: 100%;
	}
	.modal .option {
		text-align: center;
	}
	.modal .option img {
		width: 50px;
	}
	.modal p {
		font-size: 15px;
	}
	p.close-modal {
		font-size: 38px;
	}
	.content {
		min-height: 600px;
	}
	.choices, .learn {
		padding: 16px;
	}
	.learn>h3 {
		text-align: center;
	}
	.option {
		float: none;
		display: inline-block;
		max-width: 370px;
		width: 100%;
		margin: 0 auto;
		text-align: left;
	}
		form li span {
		width: 45%;
	}
	.modal-box {
		width: 100%;
		max-width: 96%;
		top: 1%; 
		left: 1.5%;
		padding-top: 10px;
		height: 100%;
		max-height: 100%
	}
	.modal h2 {
		font-size: 1.2rem;
	}
	.signup-form h2 {
		margin: -70px 0 -10px;
	}
	.signup-form .close-this {
		font-size: 20px;
	}
	.signup-form{
		padding: 20px 5px 5px 26px;
	}
	.signup-form p {
		margin-top: -10px;
	}
	#Field24 {
		width: 70%;
	}
}
@media screen and (max-width: 672px) {
	header {
		padding: 30px;
	}
	.right, .left {
		width: 100%;
		text-align: center;
		clear: both;
	}
	.right {
		display: none;
	}
}
@media screen and (max-width: 950px) {
	.choices, .learn {
		text-align: center;
	}
	section {
		/*padding: 0;*/
	}
	.content {
		min-height: 400px;
	}
	#lead {
		width: 100%;
		max-width: 100%;
		margin: 0;
		font-size: 1.5rem;
		background: rgba(0,0,0,.6);
	}
	/*.option {
		float: none;
		display: inline-block;
		max-width: 370px;
		width: 100%;
		margin: 0 2rem;
		text-align: left;
	}*/
	.learn .option {
		border-bottom: 1px solid #dedede;
		margin-bottom: 2rem;
		text-align: center;
	}
}
@media screen and (max-width: 800px) {
	.modal .option {
		width: 100%;
		max-width: 100%;
	}
}
@media screen and (min-width: 1485px) {
	#lead {
		max-width: 55%;
	}
	.choices, .learn {
		text-align: center;
	}
	/*.option {
		float: none;
		display: inline-block;
		width: 370px;
		margin: 30px;
		text-align: left;
	}*/
	.modal-box {
		left: 26%;
	}
	section {
	padding: 80px;
	}
}