@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,300,400,700);
html, body {
    min-height:100%;
    font-family: 'Open Sans';
}
header {
    display: block;
    padding-top: 12px;
    padding-bottom: 12px;
    position: relative;
}

nav .navbar-brand {
    margin: 0;
    height: 65px;
    padding: 0;
}

nav .navbar-brand img {
    width: 100%;
    height: 100%;
}

nav .social-links a {
    margin: 10px 15px;
    padding: 0;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
	height:40px;
	line-height:40px;
    text-align: center;
}

.footer a {
    color: #fff;	
	text-decoration: none;
}

.footer a:hover {
    color: #dbdbdb; 
}

.myContent {
	text-align: center;
}

.myContent img {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.myContent p {
	margin-top:15px;
}

.subContent {
	margin-bottom: 95px;
}

.subContent a:hover {
	color: #dbdbdb;
}

.subContent a{
    color: #fff;
}

.myList a {
	color: #fff;
	text-decoration: none;   
}

.myList a:hover {
	color: #dbdbdb; 
}

.myList {
	padding-left:0px;
	text-align:left;
	list-style-position: inside;
}

#input_code, .div_submit_code, .div_comp_text_block, #button_download {
    text-transform: uppercase;
}

@media (max-width: 575.98px) {
    
    .div_submit_code input, .div_submit_code button {
	    font-size: 18px!important;
    }
}

#p_complimentary_text {
    font-size: 28px;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    line-height: 30px;
    margin: 95px auto;
    text-align: center;
}

#p_codeResponse {
    margin-top: 10px;
    font-style: italic;
}

/*
    font-size: 17pt;
    font-weight: 400;
    line-height: 28pt;
    letter-spacing: -1px;
    border: 0px;

*/

.div_submit_code input, .div_submit_code button {
    font-size: 23px;
    height: auto;
    border: 0;
}

.div_submit_code input {
    border-radius: 10px 0px 0px 10px;
}

.div_submit_code button {
    border-radius: 0px 10px 10px 0px;
}

.div_submit_code input::placeholder {
    color: #535554;
}

.row_submit_disclaimer p {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}

.div_message {
    text-align: center;
}

.div_message p {
    padding-top: 15pt;
    color: red;
    font-size: 14pt;
}

.div_row_social_icons, .div_row_download_logo a {
    width: 100%;
    text-align: center;
}

.div_row_download_logo {
    margin: 15pt 0 20pt;
    text-align: center;
}

.div_row_download_logo img{
    height: 60pt;
}

#div_maintenanceBlock {
	float: right;
	width: 320px;
}

#div_download_title, #div_download_subtitle {
    overflow: hidden;
}
#div_download_title {
    color: #ffffff;
    font-size: 36px;
    line-height: 1.2em;
}

#div_download_subtitle {
    color: #ffffff;
    font-size: 30px;
}

#div_download_author, #div_download_narrator {
    font-size: 20px;
    color: #ffffff;
}

.downloadButton {
    border-radius: 20px;
    border: 0px;
    margin: 15px 0;
    font-size: 16px;
}

#p_download_synopsis {
    margin-top: 40px;
    font-size: 19px;
}

.div_row_social_icons {
    margin: 20pt 0pt 30pt;
}

