@charset "utf-8";
/* CSS Document */
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
/*a{text-decoration:none; color:#0099CC;}*/
/*a:hover{text-decoration:none; color:#0099CC;}	*/
.banner h1{ font-family: Georgia, 'Times New Roman', Times, serif; padding: 0; margin: 0 0 10px; color: #FFF; font-size: x-large; font-weight: normal; }
.banner p{
	color:#fff;
	font-size:14px;
}
.banner p a{
	color:#0099CC;
	text-decoration: none;
}
.pdt-0{
	padding-left:0px;
	padding-right:0px;
}
.brd{
	border:1px solid red;
}
.brd-btm{
	border-bottom:1px solid #d3d3d3;
	margin: 20px 0;
}
.row{
	margin-left:0px;
	margin-right: 0px;
}
.container{
	max-width:702px;
	width: 100%;
	margin: 20px auto;
}
.pdt-lft-0 p{
	padding-top: 0px!important;
}
.red-top{
	width:100%;
	height: 6px;
	background: #cc0000;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	margin-bottom:5px;
}
.header-wrap{
	width: 100%;
	background: #cc0000;
	display: inline-block;
	padding: 25px 0;
}

.mnth{
	color:#fff;
	font-weight: bold;
	text-align: center;
	line-height: 35px;
	}
/********************menu****************/
header {
    width: 100%;
    min-height:50px;
    line-height:18px;
    text-align: center;
    font-family: sans-serif;
    background: linear-gradient(to bottom, #f0f0f0,#d3d3d3);
	border-bottom: 5px solid #cc0000;
}
.brand {
    width: auto;
    height: 100%;
    float: left;
    margin: 0 0 0 5%;
}
/*Início das configurações da Navigation*/
.menu {
    width: 100%;
    height: 100%;
    float: left;
}
.menu ul {
    width: 100%;
    height: inherit;
    margin: 0;
    padding: 0;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.menu ul a {
    height: inherit;
    color: #222;
    display:block;
	width:auto;
	padding: 4px 21px;
	font-size: 14px;
	line-height:18px; 
}
.menu ul a:hover {
    background:linear-gradient(to bottom, #CC0000 , #ff0000);
    color: #fff;
	text-decoration: none;
	
}
#menuToggle {
    display: none;
}
.menu-icon {
    display: none;
}
/*Início das configurações da Navigation com dispositivos < 768px*/
@media screen and (max-width: 768px) {
    .menu {
        width: 100%;
        height: auto;
    }
    .menu ul {
        display: block;
        max-height: 0;
		ist-style:none;
    	overflow: hidden;
    	-webkit-transition: max-height 0.3s;
    	-moz-transition: max-height 0.3s;
        -ms-transition: max-height 0.3s;
        -o-transition: max-height 0.3s;
    	transition: max-height 0.3s;
        /*Para fazer com que o menu saia da esquerda, você deve trocar max-height por max-width*/
        /*Para fazer com que o menu saia da direita, você deve trocar max-height por max-width e setar float: right*/
    }
    .menu ul a {
        text-align: left;
        width: 100%;
        min-height:50px;
        background: linear-gradient(to bottom, #d3d3d3,#d3d3d3);
        padding: 10px 0px 10px 5%;
    }
    .menu-icon {
        width: 100px;
        height: inherit;
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        line-height: 60px;
    }
    #menuToggle:checked ~ ul {
        max-height: 350px;
        /*Para fazer com que o menu saia da esquerda ou direita, você deve trocar max-height por max-width*/
    }
    .menu-icon i {
        font-size: 1.7em;
    }
}
.main-menu{
	position: relative;
	width: 100%;
	display:block;
}
.banner{
	background:#272525 url(https://www.comodo.com/resources/home/newsletters/may-10/images/ship_header.jpg) no-repeat right top;
	width: 100%;
	min-height: 186px;
	display: inline-flex;
	align-items: center;
}
@media screen and (max-width: 768px){
.banner{
	background:#272525;
	width: 100%;
	min-height: 186px;
	display: inline-flex;
	align-items: center;
}
}
.hello{
	font-weight:bold;
	padding-bottom: 10px;
	font-size: 16px;
}
.pdt-lft-0{
	padding-left:0px;
}
.issue{
	background: #cc0000;
	color:#fff;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	padding: 5px 0;
	position: relative;
}
.issue::before{
	content: '';
	background: url(https://www.comodo.com/resources/home/newsletters/may-10/images/down-arrow.png) no-repeat left top;
	width: 22px;
	height: 12px;
	position: absolute;
	left: 0;
	display: inline-block;
	bottom: 0;
	margin: 0 0 -12px 12px;
}

.rel-wrap p:first-child{
	padding-top:0px;
	font-size: 16px;
}
.issue-wrap p{
	padding-top: 18px;
	margin-bottom: 0;
}
.issue-wrap p a{
	color: #666666;
	text-decoration: none;
}
.rel-wrap p{
	padding-top: 20px;
}
.rel-wrap ul{
	padding: 0px;
	margin: 0px 0 0 5px;
	list-style: none;
	}
.rel-wrap ul li{
	padding: 0px 0 15px 10px;
	margin: 0px;
	list-style: none;
	background: url(https://www.comodo.com/resources/home/newsletters/may-10/images/arrow_bullet.gif) no-repeat 0 5px;
}
.ins-scop ul{
	margin: 0px 0 0 5px;
	padding: 15px 0 0 0;
}
.ins-scop ul li{
	margin: 0px;
	padding: 0px 0 15px 15px;
	list-style: none;
	background: url(https://www.comodo.com/resources/home/newsletters/may-10/images/tick.gif) no-repeat 0 5px;
}
.footer{
	font-size: 11px;
}

.head-1{
	font-size: 16px;
}
.inform p:first-child{
	font-size: 16px;
	font-weight: bold;
}

.inform p:nth-child(3){
	font-size: 16px;
	font-weight: bold;
}
.mail p{
	padding: 0px !important;
	margin: 0px!important;
	font-size: 14px;
}
.heading{
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
}
.sub-heading{
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
		
}