@charset "utf-8";

/*	BORDER STUFF      border:1px solid white; */

.box-01 {
/*	Centered box with auto-margins, width:800px;*/
	margin-left: auto;
    margin-right: auto;
	width: 960px;
	height: ;
	margin: 0  auto;
	border: 0px solid black;
	padding: 0px;
}

.box-02 {
/*	Title bar with logo                     */
	width: 960px;
	height: 128px;
	margin: 0  auto;
	border: 0px solid black;
	padding: 0px;
	float: left;
	background-color: rgb(70,90,184)}

.box-03 {
/*	Logo box in title                     */
	width: 100px;
	margin: 0  auto;
	border: 0px solid black;
	padding: 24px 24px 24px 0px;
	float: left;

}

.box-end-left {
/*	Logo box in title                     */
	width: 20px;
	height:128px;
	margin: 0  auto;
	border: 0px solid red;
	padding: 0px;
	float: left;
	background-color: rgb(256,256,256);
}

.box-end-right {
/*	Logo box in title                     */
	width: 20px;
	height:128px;
	margin: 0  auto;
	border: 0px solid red;
	padding: 0px;
	float: right;
	background-color: rgb(256,256,256);
}

.box-04 {
/*	Second box in title                     */
	width: 350px;
	height: 128px;
	margin: 0  auto;
	border: 0px solid black;
	padding: 0px;
	float: left;
}

.box-04A {
/*	Second box in title                     */
	width: 350px;
	height: px;
	margin-top: 30px;
	border: 0px solid black;
	padding: 0px;
	float: left;
}

.box-04B {
/*	Second box in title                     */
	width: 350px;
	height: px;
	margin-top: 5px;
	border: 0px solid white;
	padding: 0px;
	float: left;
}

.box-05 {
/*	Third box in title                     */
	width: 250px;
	height: 110px;	
	margin: 0  auto;
	border: 0px solid red;
	padding-top: 15px;
	padding-left: 40px;
	float: left;
}


.box-06 {
/*	Third box in title                     */
	width: ;
	height: ;	
	margin: 0 ;
	border: 0px solid red;
	padding-top: 15px;
	padding-left: 30px;
	float: left;
	
	color:#ffffff;
	font-family:arial;
	font-size:12px;
	font-weight: bold;
	font-style: normal;
}


.box-06 a{
/*	Hyperlinks in Third box in title                     */
	color:#ffffff;
	font-family:arial;
	font-size:12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;	
}

.box-06 a:hover{	
	text-decoration: underline;	
	}


.title-1{
	color:#ffffff;
	font-family:arial;
	font-size:32px;
	font-weight: bold;
	font-style: italic;
	float:left;
}

.title-2{
	color:#ffffff;
	font-family:arial;
	font-size:18px;
	font-weight: normal;
	font-style: normal;
	float:left;	
}


.bullet-1{ width:20px; 	float:left; margin-left:10px;}

.text-1{

	color:#777777;
	font-family:arial;
	font-size:16px;
	font-weight: bold;
	font-style: normal;
	padding-left: 30px;
	margin-top: 10px;
}

.text-1 a {

	color:#777777;
	font-family:arial;
	font-size:16px;
	font-weight: bold;
	font-style: normal;
	padding-left: 0px;
	margin-top: 10px;
	text-decoration: none;
	}

.text-1 a:hover{	
	text-decoration: underline;	
	}


.gap-h-1 {
/*	spacer for title area    */
	width: 100%;
	height: 20px;
	margin: 0  auto;
	border: 0px solid black;
	padding: 0px;
	float: left;
}

.gap-v-1 {
/*	    */
	width: 20px;
	height: ;
	margin: 0  auto;
	border: 0px solid black;
	padding: 0px;
	float: left;
}

.box-100 {
/*	    */
	width: 960px;
	height: ;
	margin: 0  auto;
	border: 1px solid black;
	padding: 0px;
	float: left;
}

.box-101 {
/*	    */
	width: 170px;
	margin: ;
	border: 0px solid black;
	padding: 0px;
	float: left;
}

.box-102 {
/*	    */
	width: 750px;
/*	height: 860px;  Removed when adjusting PDF height 05Jan17*/
	margin: 0  auto;
	border: 0px solid black;
	padding: 0px;
	float: left;
}


.footer {
/*	    */
	width: 100%;
	height: 30px;
	margin: 0  auto;
	border: 0px solid red;
	padding: 0px;
	float: left;
	color: white;
}

.footer a {
/*	    */
	color: white;
	text-decoration: none;
}

.hide {
	display: none;
	margin-bottom: 20px;
}

h4 {
	margin-bottom: 0px;
	margin-top: 5px;
	} 

/*_____________________________________________________________*/


nav {
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
  line-height: 1.0;

/*  margin: 50px auto;*/ /*for display only*/
  width: 170px;
/*  -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
     -moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
          box-shadow: 2px 2px 5px rgba(0,0,0,0.2);*/
}
 
.menu-item {
  background: #fff;
  width: 170px;
  cursor: pointer;
}


.menu-item h4 a {
  color: white;
/*  display: block;*/
  visibility: visible;
  text-decoration: none;
  width: 150px;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;

}


/*Menu Header Styles*/
.menu-item h4 {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  padding: 7px 12px;

  border-bottom: 1px solid rgba(0,0,0,0.3);
  border-top: 1px solid rgba(255,255,255,0.2);
   
  /*Gradient*/
  background: #a90329; /* Old browsers */
  background: -moz-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a90329), color-stop(44%,#8f0222), color-stop(100%,#6d0019)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%); /* IE10+ */
  background: linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */
}



/*li Styles*/

.menu-line { font-size:13px; width:100%; padding-top: 10px;}
	
.menu-line-region-title { font-size:14px; width:100%; padding-top: 10px; cursor:default; font-weight:bolder}
	
.menu-cell-left {width:40px; float:left; }
	
.menu-cell-right { padding-left: 40px;   }

.menu-cell-right a:link {color: #000000; text-decoration: none;}
.menu-cell-right a:visited {color: #000000; text-decoration: none;}
.menu-cell-right a:active {color: #000000; text-decoration: none;}
.menu-cell-right a:hover {color: #000000; text-decoration: none;}

  
/*
.menu-item ul {
  background: #fff;
  font-size: 13px;
  line-height: 30px;
  height: 0px;
  list-style-type: none;
  overflow: hidden;
  padding: 0px;
  margin-top:-9%;
  margin-bottom:-9%;
}
   

*/


/*_____________________________________________________________*/

* {
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
}

/* =========================================================
PDF VIEWER - DESKTOP
========================================================= */

#pdf-102 {
width: 750px;
height: 1080px;
float: left;
margin: 0;
padding: 0;
overflow: hidden;
}

#brazil-i {
display: block;
width: 740px;
height: 1080px;
border: none;
}

/* =========================================================
TABLET
========================================================= */

@media screen and (max-width: 960px) {

.box-01 {
    width: 100%;
    max-width: 960px;
}

.box-02 {
    width: 100%;
}

.box-101 {
    width: 170px;
    float: left;
}

.box-102 {
    width: calc(100% - 190px);
    float: left;
    padding: 0;
}

#pdf-102 {
    width: 100%;
    height: 80vh;
    float: none;
}

#brazil-i {
    display: block;
    width: 100%;
    height: 80vh;
    border: none;
}


}



/* =========================================================
PHONE
========================================================= */

@media screen and (max-width: 600px) {

.box-01 {
    width: 100%;
}

.box-02 {
    width: 100%;
    height: auto;
    min-height: 110px;
}

.box-end-left,
.box-end-right {
    display: none;
}

.box-03 {
    width: 90px;
    padding: 15px 5px;
}

.box-03 img {
    width: 70px !important;
    height: 70px !important;
}

.box-04 {
    width: calc(100% - 90px);
    height: auto;
    padding: 10px 5px;
}

.box-04A,
.box-04B {
    width: 100%;
}

.box-04A {
    margin-top: 5px;
}

.title-1 {
    font-size: 26px;
    line-height: 1.1;
}

.title-2 {
    font-size: 14px;
    line-height: 1.2;
}

.box-05,
.box-06 {
    display: none;
}

.text-1 {
    font-size: 15px;
    line-height: 1.4;
    padding-left: 30px;
    padding-right: 10px;
}

.bullet-1 {
    margin-left: 5px;
}


/* =====================================================
   MENU
   ===================================================== */

.box-101 {
    width: 100%;
    float: none;
}

nav {
    width: 100%;
}

.menu-item {
    width: 100%;
}

.menu-item h4 {
    font-size: 17px;
    padding: 12px 15px;
    margin-top: 5px;
    margin-bottom: 0;
}

.menu-line {
    font-size: 15px;
    padding-top: 12px;
    padding-bottom: 4px;
    min-height: 35px;
}

.menu-line-region-title {
    font-size: 15px;
    padding-top: 12px;
    padding-bottom: 4px;
}

.menu-cell-left {
    width: 50px;
}

.menu-cell-right {
    padding-left: 50px;
    padding-right: 10px;
}


/* =====================================================
   PDF
   ===================================================== */

.box-102 {
    width: 100%;
    float: none;
    margin-top: 20px;
    padding: 0;
}

#pdf-102 {
    width: 100%;
    height: 75vh;
    float: none;
    margin: 0;
    padding: 0;
}

#brazil-i {
    display: block;
    width: 100%;
    height: 75vh;
    border: none;
}


/* =====================================================
   OTHER
   ===================================================== */

.gap-v-1 {
    display: none;
}

.gap-h-1 {
    width: 100%;
    height: 15px;
}

.footer {
    width: 100%;
    height: auto;
    font-size: 13px;
    line-height: 1.5;
    padding: 15px 10px;
}


}

/* =========================================================
   TABLET - MENU AND PDF ALWAYS SIDE BY SIDE
   ========================================================= */

@media screen and (min-width: 601px) and (max-width: 960px) {

    .box-100 {
        width: 100%;
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        align-items: flex-start;
        float: none !important;
    }

    .box-101 {
        width: 170px !important;
        min-width: 170px !important;
        max-width: 170px !important;
        float: none !important;
        flex: 0 0 170px !important;
    }

    .gap-v-1 {
        width: 10px !important;
        min-width: 10px !important;
        max-width: 10px !important;
        float: none !important;
        flex: 0 0 10px !important;
    }

    .box-102 {
        width: auto !important;
        min-width: 0 !important;
        float: none !important;
        flex: 1 1 auto !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    #pdf-102 {
        width: 100% !important;
        height: 80vh !important;
        float: none !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    #brazil-i {
        display: block !important;
        width: 100% !important;
        height: 80vh !important;
        border: none !important;
    }
}
