@font-face {
    font-family: "Brown";
    font-weight: 700;
    src:
      url("https://robinpowered.s3.amazonaws.com/brand/public/fonts/v1/BrownLLWeb-Bold.woff2") format("woff2");
  }

  @font-face {
    font-family: "Brown";
    font-weight: 400;
    src:
      url("https://robinpowered.s3.amazonaws.com/brand/public/fonts/v1/BrownLLWeb-Regular.woff2") format("woff2");
  }

  @font-face {
    font-family: "Brown";
    font-weight: 500;
    src:
      url("https://robinpowered.s3.amazonaws.com/brand/public/fonts/v1/BrownLLWeb-Medium.woff2") format("woff2");
  }

@media only screen and (max-width: 815px) {
    .blog-line {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
  
    .nav {
        display: none;
    }

    .main {
        left: 0px !important;
    }

    .bubble {
        width: 100% !important;
    }

    .blog-line {
        width: 100% !important;
    }
	

}

@media only screen and (max-width: 1200px) {
  
    .nav {
        display: none;
    }

    .main {
        left: 0px !important;
    }

    .bubble {
        width: 100% !important;
    }

    .blog-line {
        width: 100% !important;
    }

}



* {
    -webkit-font-smoothing: antialiased;
    -webkit-font-feature-settings: "ss02";
    -moz-font-feature-settings: "ss02";
    -ms-font-feature-settings: "ss02";
    font-feature-settings: "ss02";
}

body {
    background-color:#F8F6F4;
    text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}



a,
a:link,
a:visited a:hover,
a:focus,
a:active {
    text-decoration: none;
    color: inherit;
    font-family: Brown, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";

}

a.blue {
    color: #550331 !important;
    font-size: 10pt !important;
}

a.new-tab::after {
    content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAQElEQVR42qXKwQkAIAxDUUdxtO6/RBQkQZvSi8I/pL4BoGw/XPkh4XigPmsUgh0626AjRsgxHTkUThsG2T/sIlzdTsp52kSS1wAAAABJRU5ErkJggg==);
    margin: 0 3px 0 5px;
}

.container {
    margin: auto;
    max-width: 1250px;
}

.column {
    padding-right: 10px;
}

.nav {
    padding-top: 50px;
	position:fixed;
	height:100%;
}

.main {
	overflow-y:hidden;
    height: 100%;
	position: relative;    
	width: 100%;
    top: 0;
    bottom: 0;
    left: 300px;
}

ul.navigation {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.side-nav {
    font-family: Brown, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    padding-left: 2px;
    padding-right: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
    clear: right;
    margin: 10px;
    transition-duration: 1000ms, 150ms;
    transition-timing-function: ease-in-out, ease-in-out;
    transition-delay: 0s, 0s;
    transition-property: background-color, color;
    line-height: 35px;
    margin-left: 30px;
}

.side-nav:hover {
    background-color: #E8E1E5;
    color: #550331;
}



.bubble {
    background-color: white;
    box-sizing: border-box;
    margin-bottom: 8px;
    width: 900px;
    padding: 24px;
    padding-left: 40px;
    margin-top: 50px;
}


.bubble-heading {
    color: rgb(0, 0, 0);
    float: left;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
    margin-right: 0.5em;
    clear: right;
    vertical-align: baseline;
    font-family: Brown, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    -webkit-font-smoothing: antialiased;
}

.bubble-heading.bigger {
    font-size: 24px;
}

.premier-callout {
    display: table;
    background-color: #EBE7E2;
    color: #0A0006;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding:15px;
    font-size:14px;
    font-family: Brown, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    -webkit-font-smoothing: antialiased;
}
.premier-callout .upgrade-content {
    display:table-cell;
    vertical-align: top;
}
.premier-callout .upgrade-heading {
    font-weight: 500;
    color: #0A0006;
    font-size:16px;
    padding-bottom:7px;
}

.upgrade-button {
    display:table-cell;
    font-weight: bold;
    float: right;
    color: #FFFFFF;
    background-color: #550331;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding:10px;
    width: 100px;
    margin-top:10px;
    margin-left:25px;
    border: 0;
}

.upgrade-button:hover {
    cursor: hand;
    background-color: #3C0222;
}

.blog-line {
    width: 900px;
    margin-bottom: 0px;
    margin-top: 30px;
    height: 120px;
}
.bubble-blog-col {
    width: 33.33%;
    width: calc(100% / 3);
    float:left;
    box-sizing: border-box;
}
.bubble-blog-col.left {
    padding:0;
}
.bubble-blog-col.center {
    padding-left:10px;
    padding-right:10px;
}
.bubble-blog-col.right {
    padding:0;
}

.bubble-blog {
    width: 100%;
    height: 130px;
    background-color: white;
    padding: 24px;
    box-sizing: border-box;
    font-family: Brown, Helvetica, Arial, sans-serif;
    font-size:14px;
}
.blog-image {
    width:40%;
    height:80px;
    overflow:hidden;
    float:left;
}
.blog-image img {
    height:100%;
    margin-left: 50%;
    transform: translateX(-50%);
}
.blog-content {
    font-weight: 500;
    width:60%;
    height: 80px;
    float:right;
    box-sizing: border-box;
    padding: 0 10px 0 15px;
    font-size:13px;
}
.blog-content a {
    font-weight: normal;
}

.subheading {
    margin-top:25px;
    font-family: Brown, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    color: #71666D;
    vertical-align: middle;
    position: absolute;
    float:left;
}

.public-limited {
    display:none;
}

.upgrade-block {
    display:none;
}

.description {
    font-family: Brown, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
/*    padding: 15px;
*/    text-align: left;
    color: #71666D;
    vertical-align: middle;
}

.description-bold {
    font-weight: bold;

}

.chartcontainer {
    position: relative;
    min-height: auto;
    width: 100%;
    display: flex;
    flex-grow: 1;
}

canvas {
    margin-top:20px;
    width: 100% !important;
    height: 100% !important;
}

.copyright {
    padding: 10px;
    width: 100%;
    text-align: right;
    font-size: 12pt;
    color: #71666D;
}


.controls {
    display: flex;
    flex-direction: row;
    justify-content: right;
    float: right;
    margin-top:6px;
}

.controls span {
    padding: 8px 10px;
    display:inline-block;
    font-size: 10pt;
    color: #71666D;
    font-family: Brown, Helvetica, Arial, sans-serif;
}

#upgrade-button-div:hover .tooltip {
    padding: 8px 10px;
    display:inline-block;
    font-size: 10pt;
    font-family: Brown, Helvetica, Arial, sans-serif;
    visibility: visible;
    opacity: 1;
    transition: opacity 200ms;
    margin-top:-30px !important;
    margin-left:-70px !important;
    color: white;
}
.controls.disabled .public-limited:hover .tooltip {
    visibility: visible;
    opacity: 1;
    transition: opacity 200ms;
    color: white;
}

.tooltip {
    visibility: hidden;
    opacity: 0;
    transition: opacity 200ms;
    display:block;
    position:absolute;
    z-index:1000;
    margin-top:-60px;
    margin-left:-100px;
    color: white;
    background-color: rgba(0, 0, 0, 0.70);
    border-radius:4px;
    width:220px;
}
.tooltip:hover {
    visibility: visible;
}


.chartcontainer {
    position: relative;
    min-height: auto;
    width: 100%;
    display: flex;
    flex-grow: 1;
}



/*Dropdown*/

 .dropdown-button {
     -webkit-box-align: center;
     align-items: center;
     border-radius: 6px;
     cursor: pointer;
     display:inline-block;
     -webkit-box-pack: center;
     justify-content: center;
     font-family: Brown, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
     font-weight: 500;
     outline: none;
     width: auto;
     transition-property: background-color, border-color, box-shadow;
     transition-timing-function: ease-out;
     transition-duration: 0.3s;
     border: none;
     color: #550331;
     background-color: #F4F1F2;
     font-size: 16px;
     line-height: 20px;
     padding: 8px 12px;
     position: relative;
     user-select: auto;
     margin: 0 auto 0 0;
     height: auto;
     max-width: 100%;
     box-sizing: border-box;
     flex-shrink: 0;
 }

.dropdown-button:hover {
    background-color: #E8E1E5;
}
button[disabled]:active, button[disabled],
input[type="button"][disabled]:active,
input[type="button"][disabled],
input[type="submit"][disabled]:active,
input[type="submit"][disabled] ,
button[disabled]:hover,
input[type="button"][disabled]:hover,
input[type="submit"][disabled]:hover {
    color: #998F96 !important;
    background-color: #F4F1F2;
    cursor: help;
}

.dropdown-list {
    display: none;
    position: absolute;
    right:0px;
    z-index: 1000;
    list-style: none;
    margin: 0px;
    outline: 0px;
    background: #FFFFFF;
    min-width: 160px;
    border: 1px solid #D2DAE1;
    padding: 8px 0px;
    border-radius: 8px;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.15), 0px 2px 12px rgba(0, 0, 0, 0.06);
}
.dropdown-large {
    display: none;
    position: absolute;
    right:0px;
    z-index: 1000;
    list-style: none;
    margin: 0px;
    outline: 0px;
    background: #FFFFFF;
    min-width: 600px;
    border: 1px solid #D2DAE1;
    padding: 8px 0px;
    border-radius: 8px;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.15), 0px 2px 12px rgba(0, 0, 0, 0.06);
}

.dropdown-large-col {
    width: 30%;
    float: left;
    padding: 10px;
}
.dropdown-large-list {
    list-style: none;
    margin: 0px;
    outline: 0px;
    min-width: 160px;
    padding: 8px 0px;
}

.dropdown-list-item {
    position: relative;
    cursor: pointer;
    display: block;
    border: none;
    color: #5C5258;
    padding: 4px 16px;
    font-family: Brown, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 16px;
    line-height: 1.375;
    font-weight: 400;
}

.dropdown-large-list .dropdown-list-item {
    font-size: 14px;
    padding: 6px 16px 3px 16px;
    line-height: 1.275;
}

.dropdown-list-item:hover {
    color:#FFFFFF;
    background-color: #A81F6B;
}

.menu-button-download {
    height:36px;
}

.menu-button-download i {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 16px;
    height: 6px;
    border: 2px solid;
    border-top: 0;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    margin-top: 8px
}

.menu-button-download i::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 8px;
    height: 8px;
    border-left: 2px solid;
    border-bottom: 2px solid;
    transform: rotate(-45deg);
    left: 2px;
    bottom: 4px
}

.menu-button-download i::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-radius: 3px;
    width: 2px;
    height: 10px;
    background: currentColor;
    left: 5px;
    bottom: 5px
}