/* Enter Your Custom CSS Here */
.container {
    max-width: 1280px !important;
}

.widget {
    margin: 0 !important;
}

/*Pros &amp; Cons lists styling*/
.pro-checklist li {
	list-style-type: none;
}

.pro-checklist li:before {
	content: "\f058";
  font-family: FontAwesome;
	margin-right: 10px;
	color: green;
}

.con-checklist li {
	list-style-type: none;
}

.con-checklist li:before {
	content: "\f057";
  font-family: FontAwesome;
	margin-right: 10px;
	color: #ff5a5f;
}

/*responsive homepage iframe*/
.resp-container {
	 position: relative;
   overflow: hidden;
   padding-top: 56.25%;
}

.resp-container iframe {
	  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}