/**
 * Theme Name: Mins
 * Theme URI: https://github.com/godaddy/wp-mins-theme
 * Author: GoDaddy
 * Author URI: https://www.godaddy.com/
 * Description: Mins is a Primer child theme with a minimal design.
 * Version: 1.1.4
 * License: GPL-2.0
 * License URI: https://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain: mins
 * Template: primer
 * Tags: custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, left-sidebar, one-column, right-sidebar, rtl-language-support, sticky-post, threaded-comments, three-columns, translation-ready, two-columns
 *
 * This theme, like WordPress, is licensed under the GPL.
 * Use it to make something cool, have fun, and share what you've learned with others.
 *
 * Copyright ﾃつｩ 2016 GoDaddy Operating Company, LLC. All Rights Reserved.
 */
.home a{
	text-decoration:none;
	font-family: "Roboto";
}
.home {
	font-family: "Roboto"!important;
}
#header {
    padding: 0 50px 20px;
}
#header #headerimg{
	display:flex;
	align-items:center;
}
#header #headerimg h1 {
	margin:0;
	padding-right:0;
	padding-bottom:0;
}
#header #headerimg h1 a{
	color: #252525;
	font-size: 20px;
	font-family: "Roboto";
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
}
#header #headerimg .description{
	font-size: 12px;
	padding-right:0;
	padding-top:0;
	padding-bottom:0;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    color: #686868;
    font-family: "Roboto";
    float: left;
}
#header .menu-header-menu-container ul{
	    padding-top: 15px;
    padding-left: 60px;
}
#header .logo {
    width: 19%;
	margin:0;
}
#header .menu-header-menu-container ul li{
	display:inline-block;
	font-size:15px;
	font-weight:200;
}
#header .menu-header-menu-container ul li a {
    display: block;
    text-decoration: none;
	padding: 1.1em 4px;
	font-weight:200 !important;
    color: #181818;
    border-bottom: transparent 2px solid;
}

#header .menu-header-menu-container ul li a:hover {
    color: rgba(37, 37, 37, 0.8);
	background-color: rgba(0, 0, 0, 0.1);
}
.home_banner{
	box-shadow: inset 0 0 0 9999em;
	color: rgba(245, 245, 245, 0.50);
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	padding: 100px 0;
}
.home_banner .banner-content {
	padding: 4%;
	text-align:left;
}
.home_banner .banner-content h2,h1,p{
	color:#000;
}

.banner-content h1{
    color:#000;
}
.home_banner .banner-content p{
	font-size: 22px;
	line-height: 1.4;
	padding: 0;
}
.home_banner .banner-btn{
	padding-top:110px;
}
.page-row .entry p{
	font-size: 18px;
	line-height: 36px;
    margin: 0 0 30px 0;
	font-family: "Roboto";
}
.page-row .entry p a{
	color: #62b6cb;
	text-decoration:none;
}
.page-row .entry p a:hover{
	color: #62b6cb;
}
.page-row .entry p strong{
	font-family: "Roboto";
}
.page-row .entry h5 strong{
	font-size: 20px;
	line-height: 1.4;
	font-weight: 700;
    margin-top: 2rem;
	text-rendering: optimizeLegibility;
}
.page-row .content_download p a{
	background-color: #62b6cb;
    border-color: #62b6cb;
	color:#000 !important;
}

.banner-btn button {
   color: #62b6cb;
   padding: 15px 20px;
}
#footer p a{
	color: #62b6cb !important;
	text-decoration:none;
}
#footer p a:hover{
	color: #62b6cb !important;
	text-decoration:none;
}

.acceptance input {
    height: 20px;
    width: 20px;
}
